[Test] Regenerate tests after two previous commits

This commit is contained in:
Dmitriy Novozhilov
2024-02-16 13:04:43 +02:00
committed by Space Team
parent d9beae0556
commit acf2296590
822 changed files with 1698183 additions and 1698183 deletions
@@ -19,44 +19,44 @@ import java.util.regex.Pattern;
@TestMetadata("native/swift/sir-compiler-bridge/testData")
@TestDataPath("$PROJECT_ROOT")
public class SirCompilerBridgeTestGenerated extends AbstractKotlinSirBridgeTest {
@Test
public void testAllFilesPresentInTestData() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("native/swift/sir-compiler-bridge/testData"), Pattern.compile("^([^\\.]+)$"), null, false);
}
@Test
public void testAllFilesPresentInTestData() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("native/swift/sir-compiler-bridge/testData"), Pattern.compile("^([^\\.]+)$"), null, false);
}
@Test
@TestMetadata("multiple_requests")
public void testMultiple_requests() throws Exception {
runTest("native/swift/sir-compiler-bridge/testData/multiple_requests/");
}
@Test
@TestMetadata("multiple_requests")
public void testMultiple_requests() {
runTest("native/swift/sir-compiler-bridge/testData/multiple_requests/");
}
@Test
@TestMetadata("primitive_parameters")
public void testPrimitive_parameters() throws Exception {
runTest("native/swift/sir-compiler-bridge/testData/primitive_parameters/");
}
@Test
@TestMetadata("primitive_parameters")
public void testPrimitive_parameters() {
runTest("native/swift/sir-compiler-bridge/testData/primitive_parameters/");
}
@Test
@TestMetadata("primitive_types")
public void testPrimitive_types() throws Exception {
runTest("native/swift/sir-compiler-bridge/testData/primitive_types/");
}
@Test
@TestMetadata("primitive_types")
public void testPrimitive_types() {
runTest("native/swift/sir-compiler-bridge/testData/primitive_types/");
}
@Test
@TestMetadata("property_accessors")
public void testProperty_accessors() throws Exception {
runTest("native/swift/sir-compiler-bridge/testData/property_accessors/");
}
@Test
@TestMetadata("property_accessors")
public void testProperty_accessors() {
runTest("native/swift/sir-compiler-bridge/testData/property_accessors/");
}
@Test
@TestMetadata("smoke0")
public void testSmoke0() throws Exception {
runTest("native/swift/sir-compiler-bridge/testData/smoke0/");
}
@Test
@TestMetadata("smoke0")
public void testSmoke0() {
runTest("native/swift/sir-compiler-bridge/testData/smoke0/");
}
@Test
@TestMetadata("unsigned_primitive_types")
public void testUnsigned_primitive_types() throws Exception {
runTest("native/swift/sir-compiler-bridge/testData/unsigned_primitive_types/");
}
@Test
@TestMetadata("unsigned_primitive_types")
public void testUnsigned_primitive_types() {
runTest("native/swift/sir-compiler-bridge/testData/unsigned_primitive_types/");
}
}
@@ -19,32 +19,32 @@ import java.util.regex.Pattern;
@TestMetadata("native/swift/swift-export-standalone/testData")
@TestDataPath("$PROJECT_ROOT")
public class SwiftExportRunnerTest extends AbstractSwiftRunnerTest {
@Test
public void testAllFilesPresentInTestData() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("native/swift/swift-export-standalone/testData"), Pattern.compile("^([^\\.]+)$"), null, false);
}
@Test
public void testAllFilesPresentInTestData() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("native/swift/swift-export-standalone/testData"), Pattern.compile("^([^\\.]+)$"), null, false);
}
@Test
@TestMetadata("documentation")
public void testDocumentation() throws Exception {
runTest("native/swift/swift-export-standalone/testData/documentation/");
}
@Test
@TestMetadata("documentation")
public void testDocumentation() {
runTest("native/swift/swift-export-standalone/testData/documentation/");
}
@Test
@TestMetadata("functions")
public void testFunctions() throws Exception {
runTest("native/swift/swift-export-standalone/testData/functions/");
}
@Test
@TestMetadata("functions")
public void testFunctions() {
runTest("native/swift/swift-export-standalone/testData/functions/");
}
@Test
@TestMetadata("no_package")
public void testNo_package() throws Exception {
runTest("native/swift/swift-export-standalone/testData/no_package/");
}
@Test
@TestMetadata("no_package")
public void testNo_package() {
runTest("native/swift/swift-export-standalone/testData/no_package/");
}
@Test
@TestMetadata("variables")
public void testVariables() throws Exception {
runTest("native/swift/swift-export-standalone/testData/variables/");
}
@Test
@TestMetadata("variables")
public void testVariables() {
runTest("native/swift/swift-export-standalone/testData/variables/");
}
}