Test for completion of kotlin binaries in java.

This commit is contained in:
Evgeny Gerashchenko
2013-08-22 22:40:06 +04:00
committed by Pavel V. Talanov
parent 816e9975ad
commit e4b9c7fd40
13 changed files with 216 additions and 0 deletions
@@ -86,6 +86,7 @@ import org.jetbrains.jet.completion.handlers.AbstractSmartCompletionHandlerTest
import org.jetbrains.jet.generators.tests.generator.TestGeneratorUtil
import org.jetbrains.jet.resolve.AbstractAdditionalLazyResolveDescriptorRendererTest
import org.jetbrains.jet.resolve.AbstractReferenceResolveInLibrarySourcesTest
import org.jetbrains.jet.completion.AbstractCompiledKotlinInJavaCompletionTest
fun main(args: Array<String>) {
System.setProperty("java.awt.headless", "true")
@@ -443,6 +444,10 @@ fun main(args: Array<String>) {
testClass(javaClass<AbstractShortenRefsTest>()) {
model("shortenRefs")
}
testClass(javaClass<AbstractCompiledKotlinInJavaCompletionTest>()) {
model("completion/injava/compiled", extension = "java")
}
}
testGroup("j2k/tests/test", "j2k/tests/testData") {