Implement 'not' postfix template
#KT-4710 In Progress
This commit is contained in:
committed by
Nikolay Krasko
parent
1eeec18303
commit
f18b9cceb3
@@ -54,6 +54,7 @@ import org.jetbrains.kotlin.idea.codeInsight.generate.AbstractGenerateTestSuppor
|
||||
import org.jetbrains.kotlin.idea.codeInsight.generate.AbstractGenerateToStringActionTest
|
||||
import org.jetbrains.kotlin.idea.codeInsight.moveUpDown.AbstractMoveLeftRightTest
|
||||
import org.jetbrains.kotlin.idea.codeInsight.moveUpDown.AbstractMoveStatementTest
|
||||
import org.jetbrains.kotlin.idea.codeInsight.postfix.AbstractPostfixTemplateProviderTest
|
||||
import org.jetbrains.kotlin.idea.codeInsight.surroundWith.AbstractSurroundWithTest
|
||||
import org.jetbrains.kotlin.idea.codeInsight.unwrap.AbstractUnwrapRemoveTest
|
||||
import org.jetbrains.kotlin.idea.completion.test.*
|
||||
@@ -852,6 +853,10 @@ fun main(args: Array<String>) {
|
||||
model("repl/completion")
|
||||
}
|
||||
|
||||
testClass<AbstractPostfixTemplateProviderTest> {
|
||||
model("codeInsight/postfix")
|
||||
}
|
||||
|
||||
testClass<AbstractScriptConfigurationHighlightingTest> {
|
||||
model("script/definition/highlighting", extension = null, recursive = false)
|
||||
}
|
||||
@@ -1069,12 +1074,12 @@ fun main(args: Array<String>) {
|
||||
model("collectToFile", recursive = false, extension = null)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
testGroup("plugins/plugins-tests/tests", "plugins/annotation-processing/testData") {
|
||||
testClass<AbstractJavaModelWrappersTest>() {
|
||||
model("javaWrappers", extension = null)
|
||||
}
|
||||
|
||||
|
||||
testClass<AbstractKotlinModelWrappersTest>() {
|
||||
model("kotlinWrappers", extension = "kt")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user