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:
Vendored
-3
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user