Refactored tests for keywords insertion to be all generated
This commit is contained in:
@@ -139,6 +139,7 @@ import org.jetbrains.k2js.test.semantics.AbstractMultiModuleTest
|
||||
import org.jetbrains.jet.completion.handlers.AbstractBasicCompletionHandlerTest
|
||||
import org.jetbrains.jet.plugin.decompiler.stubBuilder.AbstractClsStubBuilderTest
|
||||
import org.jetbrains.jet.codegen.AbstractLineNumberTest
|
||||
import org.jetbrains.jet.completion.handlers.AbstractKeywordCompletionHandlerTest
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
System.setProperty("java.awt.headless", "true")
|
||||
@@ -378,6 +379,10 @@ fun main(args: Array<String>) {
|
||||
model("completion/handlers/smart")
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractKeywordCompletionHandlerTest>()) {
|
||||
model("completion/handlers/keywords")
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractCompletionCharFilterTest>()) {
|
||||
model("completion/handlers/charFilter")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user