[K/N][Tests] Migrate second ObjC test with framework
^KT-61259
This commit is contained in:
+6
@@ -5068,6 +5068,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/cinterop/objc"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt34467.kt")
|
||||
public void testKt34467() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/kt34467.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53151.kt")
|
||||
public void testKt53151() throws Exception {
|
||||
|
||||
+6
@@ -5184,6 +5184,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/cinterop/objc"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt34467.kt")
|
||||
public void testKt34467() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/kt34467.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53151.kt")
|
||||
public void testKt53151() throws Exception {
|
||||
|
||||
+6
@@ -4952,6 +4952,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/cinterop/objc"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt34467.kt")
|
||||
public void testKt34467() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/kt34467.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53151.kt")
|
||||
public void testKt53151() throws Exception {
|
||||
|
||||
+6
@@ -5069,6 +5069,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/cinterop/objc"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt34467.kt")
|
||||
public void testKt34467() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/kt34467.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53151.kt")
|
||||
public void testKt53151() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user