Move class completion tests into ordinal tests

This commit is contained in:
Nikolay Krasko
2013-04-08 18:18:03 +04:00
parent 8ee8ddd997
commit aeff3c783e
5 changed files with 24 additions and 49 deletions
@@ -173,6 +173,16 @@ public class JetBasicJSCompletionTest extends AbstractJetJSCompletionTest {
doTest("idea/testData/completion/basic/InEmptyImport.kt");
}
@TestMetadata("InExpressionNoPrefix.kt")
public void testInExpressionNoPrefix() throws Exception {
doTest("idea/testData/completion/basic/InExpressionNoPrefix.kt");
}
@TestMetadata("InExtendTypeAnnotation.kt")
public void testInExtendTypeAnnotation() throws Exception {
doTest("idea/testData/completion/basic/InExtendTypeAnnotation.kt");
}
@TestMetadata("InFileWithMultiDeclaration.kt")
public void testInFileWithMultiDeclaration() throws Exception {
doTest("idea/testData/completion/basic/InFileWithMultiDeclaration.kt");