[Test] Regenerate tests after two previous commits
This commit is contained in:
committed by
Space Team
parent
d9beae0556
commit
acf2296590
+34
-34
@@ -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/");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user