[K/N][Tests] Migrate second ObjC test with framework

^KT-61259
This commit is contained in:
Vladimir Sukharev
2024-01-17 23:28:12 +01:00
parent 1b18f4ed1e
commit cc13888dd0
12 changed files with 59 additions and 30 deletions
@@ -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 {
@@ -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 {
@@ -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 {
@@ -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 {