Regenerate tests

This commit is contained in:
Dmitriy Novozhilov
2021-01-12 17:02:07 +03:00
committed by TeamCityServer
parent e3066a166e
commit 0e62cd9998
2 changed files with 0 additions and 23 deletions
@@ -44,16 +44,6 @@ public class AntTaskTestGenerated extends AbstractAntTaskTest {
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")
public void testHelloWorld() throws Exception {
runTest("compiler/testData/integration/ant/jvm/helloWorld/");
@@ -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")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)