public void testAllFilesPresentInGoto() throws Exception { JetTestUtils.assertAllTestsPresentByMetadata( this.getClass(), new File("plugins/android-idea-plugin/testData/android/goto"), Pattern.compile("^([^\\.]+)$"), false); }
public void testAllFilesPresentInExpressionSelection() throws Exception { JetTestUtils.assertAllTestsPresentByMetadata( this.getClass(), new File("idea/testData/expressionSelection"), Pattern.compile("^([^\\.]+)\\.kt$"), true); }
public void testAllFilesPresentInJvm() throws Exception { JetTestUtils.assertAllTestsPresentByMetadata( this.getClass(), new File("compiler/testData/integration/ant/jvm"), Pattern.compile("^([^\\.]+)$"), false); }
public void testAllFilesPresentInDecompiledText() throws Exception { JetTestUtils.assertAllTestsPresentByMetadata( this.getClass(), new File("idea/testData/decompiler/decompiledText"), Pattern.compile("^([^\\.]+)$"), true); }
public void testAllFilesPresentInJs() throws Exception { JetTestUtils.assertAllTestsPresentByMetadata( this.getClass(), new File("idea/testData/diagnosticMessage/js"), Pattern.compile("^(.+)\\.kt$"), false); }
public void testAllFilesPresentInVarargs() throws Exception { JetTestUtils.assertAllTestsPresentByMetadata( this.getClass(), new File("compiler/testData/diagnostics/testsWithStdLib/varargs"), Pattern.compile("^(.+)\\.kt$"), true); }
public void testAllFilesPresentInAnnotationsWithKClass() throws Exception { JetTestUtils.assertAllTestsPresentByMetadata( this.getClass(), new File("compiler/testData/codegen/boxWithJava/annotationsWithKClass"), Pattern.compile("^([^\\.]+)$"), true); }
public void testAllFilesPresentInCustom() throws Exception { JetTestUtils.assertAllTestsPresentByMetadata( this.getClass(), new File("idea/idea-completion/testData/basic/custom"), Pattern.compile("^(.+)\\.kt$"), false); }
public void testAllFilesPresentInProhibitPositionedArgument() throws Exception { JetTestUtils.assertAllTestsPresentByMetadata( this.getClass(), new File( "compiler/testData/diagnostics/testsWithStdLib/annotations/prohibitPositionedArgument"), Pattern.compile("^(.+)\\.kt$"), true); }
public void testAllFilesPresentInJavaAnnotationsWithKClassParameter() throws Exception { JetTestUtils.assertAllTestsPresentByMetadata( this.getClass(), new File( "compiler/testData/diagnostics/testsWithStdLib/annotations/javaAnnotationsWithKClassParameter"), Pattern.compile("^(.+)\\.kt$"), true); }
public void testAllFilesPresentInStubs() throws Exception { JetTestUtils.assertAllTestsPresentByMetadata( this.getClass(), new File("idea/testData/stubs"), Pattern.compile("^(.+)\\.kt$"), true); }