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
@@ -76,6 +76,8 @@ object DirectiveBasedActionUtils {
"Show property type hints", "Show property type hints",
"Show parameter type hints", "Show parameter type hints",
"Show argument name hints", "Show argument name hints",
"Show hints for suspending calls" "Show hints for suspending calls",
"Add 'JUnit",
"Add 'testng"
) )
} }
@@ -1,7 +1,4 @@
// "Create type parameter 'Test' in class 'C'" "false" // "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: Create annotation 'Test'
// ACTION: Make internal // ACTION: Make internal
// ACTION: Make private // ACTION: Make private
@@ -1,5 +1,4 @@
// "Create type parameter 'Test' in class 'C'" "false" // "Create type parameter 'Test' in class 'C'" "false"
// ACTION: Add 'testng' to classpath
// ACTION: Create class 'Test' // ACTION: Create class 'Test'
// ACTION: Create test // ACTION: Create test
// ERROR: Unresolved reference: Test // ERROR: Unresolved reference: Test