add android goto declaration test stub
This commit is contained in:
committed by
Yan Zhulanow
parent
537933d145
commit
7c4661aba5
@@ -146,6 +146,7 @@ import org.jetbrains.jet.lang.resolve.android.AbstractAndroidXml2KConversionTest
|
||||
import org.jetbrains.jet.android.AbstractCrossParserTest
|
||||
import org.jetbrains.jet.lang.resolve.android.AbstractAndroidBoxTest
|
||||
import org.jetbrains.jet.android.AbstractAndroidCompletionTest
|
||||
import org.jetbrains.jet.android.AbstractAndroidGotoTest
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
System.setProperty("java.awt.headless", "true")
|
||||
@@ -715,6 +716,10 @@ fun main(args: Array<String>) {
|
||||
testClass(javaClass<AbstractAndroidCompletionTest>()) {
|
||||
model("android/completion", recursive = false, extension = null)
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractAndroidGotoTest>()) {
|
||||
model("android/goto", recursive = false, extension = null)
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("idea/tests", "compiler/testData") {
|
||||
|
||||
Reference in New Issue
Block a user