Move "Add test library to classpath" to irrelevant action list

This prevents inconsistencies like "Add JUnit 5.0" / "Add JUnit 5.2"
Should fix one relevant test
This commit is contained in:
Mikhail Glukhikh
2018-08-06 18:17:29 +03:00
parent 21be8d118d
commit d7317c58e9
3 changed files with 3 additions and 5 deletions
@@ -1,7 +1,4 @@
// "Create type parameter 'Test' in class 'C'" "false"
// ACTION: Add 'testng' to classpath
// ACTION: Add 'JUnit4' to classpath
// ACTION: Add 'JUnit5.0' to classpath
// ACTION: Create annotation 'Test'
// ACTION: Make internal
// ACTION: Make private
@@ -1,5 +1,4 @@
// "Create type parameter 'Test' in class 'C'" "false"
// ACTION: Add 'testng' to classpath
// ACTION: Create class 'Test'
// ACTION: Create test
// ERROR: Unresolved reference: Test