Regenerate tests
This commit is contained in:
committed by
TeamCityServer
parent
e3066a166e
commit
0e62cd9998
-10
@@ -44,16 +44,6 @@ public class AntTaskTestGenerated extends AbstractAntTaskTest {
|
|||||||
runTest("compiler/testData/integration/ant/jvm/failOnErrorByDefault/");
|
runTest("compiler/testData/integration/ant/jvm/failOnErrorByDefault/");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("fork")
|
|
||||||
public void testFork() throws Exception {
|
|
||||||
runTest("compiler/testData/integration/ant/jvm/fork/");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("forkOnError")
|
|
||||||
public void testForkOnError() throws Exception {
|
|
||||||
runTest("compiler/testData/integration/ant/jvm/forkOnError/");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("helloWorld")
|
@TestMetadata("helloWorld")
|
||||||
public void testHelloWorld() throws Exception {
|
public void testHelloWorld() throws Exception {
|
||||||
runTest("compiler/testData/integration/ant/jvm/helloWorld/");
|
runTest("compiler/testData/integration/ant/jvm/helloWorld/");
|
||||||
|
|||||||
Generated
-13
@@ -327,19 +327,6 @@ public class MultiPlatformIntegrationTestGenerated extends AbstractMultiPlatform
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("compiler/testData/multiplatform/compilerArguments")
|
|
||||||
@TestDataPath("$PROJECT_ROOT")
|
|
||||||
@RunWith(JUnit3RunnerWithInners.class)
|
|
||||||
public static class CompilerArguments extends AbstractMultiPlatformIntegrationTest {
|
|
||||||
private void runTest(String testDataFilePath) throws Exception {
|
|
||||||
KotlinTestUtils.runTest(this::doTest, this, testDataFilePath);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void testAllFilesPresentInCompilerArguments() throws Exception {
|
|
||||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/multiplatform/compilerArguments"), Pattern.compile("^([^\\.]+)$"), null, true);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("compiler/testData/multiplatform/contracts")
|
@TestMetadata("compiler/testData/multiplatform/contracts")
|
||||||
@TestDataPath("$PROJECT_ROOT")
|
@TestDataPath("$PROJECT_ROOT")
|
||||||
@RunWith(JUnit3RunnerWithInners.class)
|
@RunWith(JUnit3RunnerWithInners.class)
|
||||||
|
|||||||
Reference in New Issue
Block a user