[Test] Regenerate tests after two previous commits
This commit is contained in:
committed by
Space Team
parent
d9beae0556
commit
acf2296590
+230
-230
@@ -22,291 +22,291 @@ import java.util.regex.Pattern;
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public class ParcelBoxTestGenerated extends AbstractParcelBoxTest {
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
||||
}
|
||||
private void runTest(String testDataFilePath) {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInBox() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/parcel/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
public void testAllFilesPresentInBox() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/parcel/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("allPrimitiveTypes.kt")
|
||||
public void testAllPrimitiveTypes() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/allPrimitiveTypes.kt");
|
||||
}
|
||||
@TestMetadata("allPrimitiveTypes.kt")
|
||||
public void testAllPrimitiveTypes() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/allPrimitiveTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("arraySimple.kt")
|
||||
public void testArraySimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/arraySimple.kt");
|
||||
}
|
||||
@TestMetadata("arraySimple.kt")
|
||||
public void testArraySimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/arraySimple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("arrays.kt")
|
||||
public void testArrays() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/arrays.kt");
|
||||
}
|
||||
@TestMetadata("arrays.kt")
|
||||
public void testArrays() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/arrays.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("binder.kt")
|
||||
public void testBinder() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/binder.kt");
|
||||
}
|
||||
@TestMetadata("binder.kt")
|
||||
public void testBinder() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/binder.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("boxedTypes.kt")
|
||||
public void testBoxedTypes() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/boxedTypes.kt");
|
||||
}
|
||||
@TestMetadata("boxedTypes.kt")
|
||||
public void testBoxedTypes() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/boxedTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("bundle.kt")
|
||||
public void testBundle() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/bundle.kt");
|
||||
}
|
||||
@TestMetadata("bundle.kt")
|
||||
public void testBundle() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/bundle.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("charSequence.kt")
|
||||
public void testCharSequence() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/charSequence.kt");
|
||||
}
|
||||
@TestMetadata("charSequence.kt")
|
||||
public void testCharSequence() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/charSequence.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customNewArray.kt")
|
||||
public void testCustomNewArray() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customNewArray.kt");
|
||||
}
|
||||
@TestMetadata("customNewArray.kt")
|
||||
public void testCustomNewArray() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customNewArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customParcelable.kt")
|
||||
public void testCustomParcelable() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customParcelable.kt");
|
||||
}
|
||||
@TestMetadata("customParcelable.kt")
|
||||
public void testCustomParcelable() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customParcelable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customParcelerScoping.kt")
|
||||
public void testCustomParcelerScoping() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customParcelerScoping.kt");
|
||||
}
|
||||
@TestMetadata("customParcelerScoping.kt")
|
||||
public void testCustomParcelerScoping() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customParcelerScoping.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customSerializerBoxing.kt")
|
||||
public void testCustomSerializerBoxing() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerBoxing.kt");
|
||||
}
|
||||
@TestMetadata("customSerializerBoxing.kt")
|
||||
public void testCustomSerializerBoxing() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerBoxing.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customSerializerSimple.kt")
|
||||
public void testCustomSerializerSimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerSimple.kt");
|
||||
}
|
||||
@TestMetadata("customSerializerSimple.kt")
|
||||
public void testCustomSerializerSimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerSimple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customSerializerWriteWith.kt")
|
||||
public void testCustomSerializerWriteWith() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerWriteWith.kt");
|
||||
}
|
||||
@TestMetadata("customSerializerWriteWith.kt")
|
||||
public void testCustomSerializerWriteWith() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerWriteWith.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customSimple.kt")
|
||||
public void testCustomSimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSimple.kt");
|
||||
}
|
||||
@TestMetadata("customSimple.kt")
|
||||
public void testCustomSimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSimple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("enumObject.kt")
|
||||
public void testEnumObject() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/enumObject.kt");
|
||||
}
|
||||
@TestMetadata("enumObject.kt")
|
||||
public void testEnumObject() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/enumObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("enums.kt")
|
||||
public void testEnums() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/enums.kt");
|
||||
}
|
||||
@TestMetadata("enums.kt")
|
||||
public void testEnums() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/enums.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("exceptions.kt")
|
||||
public void testExceptions() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/exceptions.kt");
|
||||
}
|
||||
@TestMetadata("exceptions.kt")
|
||||
public void testExceptions() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/exceptions.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("functions.kt")
|
||||
public void testFunctions() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/functions.kt");
|
||||
}
|
||||
@TestMetadata("functions.kt")
|
||||
public void testFunctions() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/functions.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("intArray.kt")
|
||||
public void testIntArray() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/intArray.kt");
|
||||
}
|
||||
@TestMetadata("intArray.kt")
|
||||
public void testIntArray() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/intArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaInterop.kt")
|
||||
public void testJavaInterop() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/javaInterop.kt");
|
||||
}
|
||||
@TestMetadata("javaInterop.kt")
|
||||
public void testJavaInterop() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/javaInterop.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt19747.kt")
|
||||
public void testKt19747() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19747.kt");
|
||||
}
|
||||
@TestMetadata("kt19747.kt")
|
||||
public void testKt19747() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19747.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt19747_2.kt")
|
||||
public void testKt19747_2() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19747_2.kt");
|
||||
}
|
||||
@TestMetadata("kt19747_2.kt")
|
||||
public void testKt19747_2() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19747_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt19749.kt")
|
||||
public void testKt19749() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19749.kt");
|
||||
}
|
||||
@TestMetadata("kt19749.kt")
|
||||
public void testKt19749() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19749.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt20002.kt")
|
||||
public void testKt20002() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20002.kt");
|
||||
}
|
||||
@TestMetadata("kt20002.kt")
|
||||
public void testKt20002() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20002.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt20021.kt")
|
||||
public void testKt20021() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20021.kt");
|
||||
}
|
||||
@TestMetadata("kt20021.kt")
|
||||
public void testKt20021() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20021.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt20717.kt")
|
||||
public void testKt20717() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20717.kt");
|
||||
}
|
||||
@TestMetadata("kt20717.kt")
|
||||
public void testKt20717() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20717.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt25839.kt")
|
||||
public void testKt25839() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt25839.kt");
|
||||
}
|
||||
@TestMetadata("kt25839.kt")
|
||||
public void testKt25839() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt25839.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt26221.kt")
|
||||
public void testKt26221() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt26221.kt");
|
||||
}
|
||||
@TestMetadata("kt26221.kt")
|
||||
public void testKt26221() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt26221.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36658.kt")
|
||||
public void testKt36658() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt36658.kt");
|
||||
}
|
||||
@TestMetadata("kt36658.kt")
|
||||
public void testKt36658() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt36658.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt39981.kt")
|
||||
public void testKt39981() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt39981.kt");
|
||||
}
|
||||
@TestMetadata("kt39981.kt")
|
||||
public void testKt39981() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt39981.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt41553.kt")
|
||||
public void testKt41553() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt41553.kt");
|
||||
}
|
||||
@TestMetadata("kt41553.kt")
|
||||
public void testKt41553() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt41553.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt41553_2.kt")
|
||||
public void testKt41553_2() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt41553_2.kt");
|
||||
}
|
||||
@TestMetadata("kt41553_2.kt")
|
||||
public void testKt41553_2() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt41553_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46567.kt")
|
||||
public void testKt46567() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt46567.kt");
|
||||
}
|
||||
@TestMetadata("kt46567.kt")
|
||||
public void testKt46567() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt46567.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("listKinds.kt")
|
||||
public void testListKinds() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/listKinds.kt");
|
||||
}
|
||||
@TestMetadata("listKinds.kt")
|
||||
public void testListKinds() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/listKinds.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("listSimple.kt")
|
||||
public void testListSimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/listSimple.kt");
|
||||
}
|
||||
@TestMetadata("listSimple.kt")
|
||||
public void testListSimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/listSimple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lists.kt")
|
||||
public void testLists() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/lists.kt");
|
||||
}
|
||||
@TestMetadata("lists.kt")
|
||||
public void testLists() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/lists.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mapKinds.kt")
|
||||
public void testMapKinds() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/mapKinds.kt");
|
||||
}
|
||||
@TestMetadata("mapKinds.kt")
|
||||
public void testMapKinds() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/mapKinds.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mapSimple.kt")
|
||||
public void testMapSimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/mapSimple.kt");
|
||||
}
|
||||
@TestMetadata("mapSimple.kt")
|
||||
public void testMapSimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/mapSimple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("maps.kt")
|
||||
public void testMaps() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/maps.kt");
|
||||
}
|
||||
@TestMetadata("maps.kt")
|
||||
public void testMaps() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/maps.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedArrays.kt")
|
||||
public void testNestedArrays() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedArrays.kt");
|
||||
}
|
||||
@TestMetadata("nestedArrays.kt")
|
||||
public void testNestedArrays() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedArrays.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedLists.kt")
|
||||
public void testNestedLists() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedLists.kt");
|
||||
}
|
||||
@TestMetadata("nestedLists.kt")
|
||||
public void testNestedLists() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedLists.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedMaps.kt")
|
||||
public void testNestedMaps() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedMaps.kt");
|
||||
}
|
||||
@TestMetadata("nestedMaps.kt")
|
||||
public void testNestedMaps() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedMaps.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedParcelable.kt")
|
||||
public void testNestedParcelable() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedParcelable.kt");
|
||||
}
|
||||
@TestMetadata("nestedParcelable.kt")
|
||||
public void testNestedParcelable() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedParcelable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedSparseArrays.kt")
|
||||
public void testNestedSparseArrays() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedSparseArrays.kt");
|
||||
}
|
||||
@TestMetadata("nestedSparseArrays.kt")
|
||||
public void testNestedSparseArrays() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedSparseArrays.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("newArray.kt")
|
||||
public void testNewArray() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/newArray.kt");
|
||||
}
|
||||
@TestMetadata("newArray.kt")
|
||||
public void testNewArray() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/newArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("newArrayParceler.kt")
|
||||
public void testNewArrayParceler() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/newArrayParceler.kt");
|
||||
}
|
||||
@TestMetadata("newArrayParceler.kt")
|
||||
public void testNewArrayParceler() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/newArrayParceler.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullableTypes.kt")
|
||||
public void testNullableTypes() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nullableTypes.kt");
|
||||
}
|
||||
@TestMetadata("nullableTypes.kt")
|
||||
public void testNullableTypes() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nullableTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullableTypesSimple.kt")
|
||||
public void testNullableTypesSimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nullableTypesSimple.kt");
|
||||
}
|
||||
@TestMetadata("nullableTypesSimple.kt")
|
||||
public void testNullableTypesSimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nullableTypesSimple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("objects.kt")
|
||||
public void testObjects() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/objects.kt");
|
||||
}
|
||||
@TestMetadata("objects.kt")
|
||||
public void testObjects() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/objects.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("openParcelize.kt")
|
||||
public void testOpenParcelize() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/openParcelize.kt");
|
||||
}
|
||||
@TestMetadata("openParcelize.kt")
|
||||
public void testOpenParcelize() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/openParcelize.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("persistableBundle.kt")
|
||||
public void testPersistableBundle() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/persistableBundle.kt");
|
||||
}
|
||||
@TestMetadata("persistableBundle.kt")
|
||||
public void testPersistableBundle() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/persistableBundle.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("primitiveTypes.kt")
|
||||
public void testPrimitiveTypes() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/primitiveTypes.kt");
|
||||
}
|
||||
@TestMetadata("primitiveTypes.kt")
|
||||
public void testPrimitiveTypes() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/primitiveTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("sealedClass.kt")
|
||||
public void testSealedClass() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sealedClass.kt");
|
||||
}
|
||||
@TestMetadata("sealedClass.kt")
|
||||
public void testSealedClass() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sealedClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/simple.kt");
|
||||
}
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/simple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("sparseArrays.kt")
|
||||
public void testSparseArrays() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sparseArrays.kt");
|
||||
}
|
||||
@TestMetadata("sparseArrays.kt")
|
||||
public void testSparseArrays() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sparseArrays.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("sparseBooleanArray.kt")
|
||||
public void testSparseBooleanArray() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sparseBooleanArray.kt");
|
||||
}
|
||||
@TestMetadata("sparseBooleanArray.kt")
|
||||
public void testSparseBooleanArray() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sparseBooleanArray.kt");
|
||||
}
|
||||
}
|
||||
|
||||
+78
-78
@@ -22,101 +22,101 @@ import java.util.regex.Pattern;
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public class ParcelBytecodeListingTestGenerated extends AbstractParcelBytecodeListingTest {
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
||||
}
|
||||
private void runTest(String testDataFilePath) {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInCodegen() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
public void testAllFilesPresentInCodegen() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("customDescribeContents.kt")
|
||||
public void testCustomDescribeContents() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customDescribeContents.kt");
|
||||
}
|
||||
@TestMetadata("customDescribeContents.kt")
|
||||
public void testCustomDescribeContents() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customDescribeContents.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customParcelablesDifferentModule.kt")
|
||||
public void testCustomParcelablesDifferentModule() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customParcelablesDifferentModule.kt");
|
||||
}
|
||||
@TestMetadata("customParcelablesDifferentModule.kt")
|
||||
public void testCustomParcelablesDifferentModule() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customParcelablesDifferentModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customParcelablesSameModule.kt")
|
||||
public void testCustomParcelablesSameModule() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customParcelablesSameModule.kt");
|
||||
}
|
||||
@TestMetadata("customParcelablesSameModule.kt")
|
||||
public void testCustomParcelablesSameModule() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customParcelablesSameModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customSimple.kt")
|
||||
public void testCustomSimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customSimple.kt");
|
||||
}
|
||||
@TestMetadata("customSimple.kt")
|
||||
public void testCustomSimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customSimple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customSimpleWithNewArray.kt")
|
||||
public void testCustomSimpleWithNewArray() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customSimpleWithNewArray.kt");
|
||||
}
|
||||
@TestMetadata("customSimpleWithNewArray.kt")
|
||||
public void testCustomSimpleWithNewArray() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customSimpleWithNewArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("describeContentsFromSuperType.kt")
|
||||
public void testDescribeContentsFromSuperType() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/describeContentsFromSuperType.kt");
|
||||
}
|
||||
@TestMetadata("describeContentsFromSuperType.kt")
|
||||
public void testDescribeContentsFromSuperType() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/describeContentsFromSuperType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("duplicatingClinit.kt")
|
||||
public void testDuplicatingClinit() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/duplicatingClinit.kt");
|
||||
}
|
||||
@TestMetadata("duplicatingClinit.kt")
|
||||
public void testDuplicatingClinit() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/duplicatingClinit.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("efficientParcelable.kt")
|
||||
public void testEfficientParcelable() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/efficientParcelable.kt");
|
||||
}
|
||||
@TestMetadata("efficientParcelable.kt")
|
||||
public void testEfficientParcelable() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/efficientParcelable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("IBinderIInterface.kt")
|
||||
public void testIBinderIInterface() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/IBinderIInterface.kt");
|
||||
}
|
||||
@TestMetadata("IBinderIInterface.kt")
|
||||
public void testIBinderIInterface() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/IBinderIInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt25839.kt")
|
||||
public void testKt25839() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/kt25839.kt");
|
||||
}
|
||||
@TestMetadata("kt25839.kt")
|
||||
public void testKt25839() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/kt25839.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("listInsideList.kt")
|
||||
public void testListInsideList() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/listInsideList.kt");
|
||||
}
|
||||
@TestMetadata("listInsideList.kt")
|
||||
public void testListInsideList() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/listInsideList.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullableNotNullSize.kt")
|
||||
public void testNullableNotNullSize() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/nullableNotNullSize.kt");
|
||||
}
|
||||
@TestMetadata("nullableNotNullSize.kt")
|
||||
public void testNullableNotNullSize() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/nullableNotNullSize.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("parcelable.kt")
|
||||
public void testParcelable() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/parcelable.kt");
|
||||
}
|
||||
@TestMetadata("parcelable.kt")
|
||||
public void testParcelable() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/parcelable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("serializable.kt")
|
||||
public void testSerializable() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/serializable.kt");
|
||||
}
|
||||
@TestMetadata("serializable.kt")
|
||||
public void testSerializable() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/serializable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("serializeValue.kt")
|
||||
public void testSerializeValue() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/serializeValue.kt");
|
||||
}
|
||||
@TestMetadata("serializeValue.kt")
|
||||
public void testSerializeValue() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/serializeValue.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/simple.kt");
|
||||
}
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/simple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simpleList.kt")
|
||||
public void testSimpleList() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/simpleList.kt");
|
||||
}
|
||||
@TestMetadata("simpleList.kt")
|
||||
public void testSimpleList() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/simpleList.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("size.kt")
|
||||
public void testSize() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/size.kt");
|
||||
}
|
||||
@TestMetadata("size.kt")
|
||||
public void testSize() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/size.kt");
|
||||
}
|
||||
}
|
||||
|
||||
+230
-230
@@ -22,291 +22,291 @@ import java.util.regex.Pattern;
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public class ParcelIrBoxTestGenerated extends AbstractParcelIrBoxTest {
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM_IR, testDataFilePath);
|
||||
}
|
||||
private void runTest(String testDataFilePath) {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM_IR, testDataFilePath);
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInBox() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/parcel/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
public void testAllFilesPresentInBox() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/parcel/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@TestMetadata("allPrimitiveTypes.kt")
|
||||
public void testAllPrimitiveTypes() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/allPrimitiveTypes.kt");
|
||||
}
|
||||
@TestMetadata("allPrimitiveTypes.kt")
|
||||
public void testAllPrimitiveTypes() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/allPrimitiveTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("arraySimple.kt")
|
||||
public void testArraySimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/arraySimple.kt");
|
||||
}
|
||||
@TestMetadata("arraySimple.kt")
|
||||
public void testArraySimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/arraySimple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("arrays.kt")
|
||||
public void testArrays() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/arrays.kt");
|
||||
}
|
||||
@TestMetadata("arrays.kt")
|
||||
public void testArrays() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/arrays.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("binder.kt")
|
||||
public void testBinder() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/binder.kt");
|
||||
}
|
||||
@TestMetadata("binder.kt")
|
||||
public void testBinder() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/binder.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("boxedTypes.kt")
|
||||
public void testBoxedTypes() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/boxedTypes.kt");
|
||||
}
|
||||
@TestMetadata("boxedTypes.kt")
|
||||
public void testBoxedTypes() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/boxedTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("bundle.kt")
|
||||
public void testBundle() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/bundle.kt");
|
||||
}
|
||||
@TestMetadata("bundle.kt")
|
||||
public void testBundle() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/bundle.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("charSequence.kt")
|
||||
public void testCharSequence() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/charSequence.kt");
|
||||
}
|
||||
@TestMetadata("charSequence.kt")
|
||||
public void testCharSequence() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/charSequence.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customNewArray.kt")
|
||||
public void testCustomNewArray() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customNewArray.kt");
|
||||
}
|
||||
@TestMetadata("customNewArray.kt")
|
||||
public void testCustomNewArray() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customNewArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customParcelable.kt")
|
||||
public void testCustomParcelable() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customParcelable.kt");
|
||||
}
|
||||
@TestMetadata("customParcelable.kt")
|
||||
public void testCustomParcelable() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customParcelable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customParcelerScoping.kt")
|
||||
public void testCustomParcelerScoping() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customParcelerScoping.kt");
|
||||
}
|
||||
@TestMetadata("customParcelerScoping.kt")
|
||||
public void testCustomParcelerScoping() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customParcelerScoping.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customSerializerBoxing.kt")
|
||||
public void testCustomSerializerBoxing() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerBoxing.kt");
|
||||
}
|
||||
@TestMetadata("customSerializerBoxing.kt")
|
||||
public void testCustomSerializerBoxing() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerBoxing.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customSerializerSimple.kt")
|
||||
public void testCustomSerializerSimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerSimple.kt");
|
||||
}
|
||||
@TestMetadata("customSerializerSimple.kt")
|
||||
public void testCustomSerializerSimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerSimple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customSerializerWriteWith.kt")
|
||||
public void testCustomSerializerWriteWith() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerWriteWith.kt");
|
||||
}
|
||||
@TestMetadata("customSerializerWriteWith.kt")
|
||||
public void testCustomSerializerWriteWith() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSerializerWriteWith.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customSimple.kt")
|
||||
public void testCustomSimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSimple.kt");
|
||||
}
|
||||
@TestMetadata("customSimple.kt")
|
||||
public void testCustomSimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/customSimple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("enumObject.kt")
|
||||
public void testEnumObject() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/enumObject.kt");
|
||||
}
|
||||
@TestMetadata("enumObject.kt")
|
||||
public void testEnumObject() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/enumObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("enums.kt")
|
||||
public void testEnums() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/enums.kt");
|
||||
}
|
||||
@TestMetadata("enums.kt")
|
||||
public void testEnums() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/enums.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("exceptions.kt")
|
||||
public void testExceptions() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/exceptions.kt");
|
||||
}
|
||||
@TestMetadata("exceptions.kt")
|
||||
public void testExceptions() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/exceptions.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("functions.kt")
|
||||
public void testFunctions() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/functions.kt");
|
||||
}
|
||||
@TestMetadata("functions.kt")
|
||||
public void testFunctions() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/functions.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("intArray.kt")
|
||||
public void testIntArray() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/intArray.kt");
|
||||
}
|
||||
@TestMetadata("intArray.kt")
|
||||
public void testIntArray() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/intArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaInterop.kt")
|
||||
public void testJavaInterop() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/javaInterop.kt");
|
||||
}
|
||||
@TestMetadata("javaInterop.kt")
|
||||
public void testJavaInterop() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/javaInterop.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt19747.kt")
|
||||
public void testKt19747() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19747.kt");
|
||||
}
|
||||
@TestMetadata("kt19747.kt")
|
||||
public void testKt19747() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19747.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt19747_2.kt")
|
||||
public void testKt19747_2() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19747_2.kt");
|
||||
}
|
||||
@TestMetadata("kt19747_2.kt")
|
||||
public void testKt19747_2() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19747_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt19749.kt")
|
||||
public void testKt19749() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19749.kt");
|
||||
}
|
||||
@TestMetadata("kt19749.kt")
|
||||
public void testKt19749() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt19749.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt20002.kt")
|
||||
public void testKt20002() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20002.kt");
|
||||
}
|
||||
@TestMetadata("kt20002.kt")
|
||||
public void testKt20002() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20002.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt20021.kt")
|
||||
public void testKt20021() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20021.kt");
|
||||
}
|
||||
@TestMetadata("kt20021.kt")
|
||||
public void testKt20021() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20021.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt20717.kt")
|
||||
public void testKt20717() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20717.kt");
|
||||
}
|
||||
@TestMetadata("kt20717.kt")
|
||||
public void testKt20717() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt20717.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt25839.kt")
|
||||
public void testKt25839() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt25839.kt");
|
||||
}
|
||||
@TestMetadata("kt25839.kt")
|
||||
public void testKt25839() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt25839.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt26221.kt")
|
||||
public void testKt26221() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt26221.kt");
|
||||
}
|
||||
@TestMetadata("kt26221.kt")
|
||||
public void testKt26221() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt26221.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36658.kt")
|
||||
public void testKt36658() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt36658.kt");
|
||||
}
|
||||
@TestMetadata("kt36658.kt")
|
||||
public void testKt36658() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt36658.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt39981.kt")
|
||||
public void testKt39981() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt39981.kt");
|
||||
}
|
||||
@TestMetadata("kt39981.kt")
|
||||
public void testKt39981() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt39981.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt41553.kt")
|
||||
public void testKt41553() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt41553.kt");
|
||||
}
|
||||
@TestMetadata("kt41553.kt")
|
||||
public void testKt41553() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt41553.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt41553_2.kt")
|
||||
public void testKt41553_2() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt41553_2.kt");
|
||||
}
|
||||
@TestMetadata("kt41553_2.kt")
|
||||
public void testKt41553_2() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt41553_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46567.kt")
|
||||
public void testKt46567() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt46567.kt");
|
||||
}
|
||||
@TestMetadata("kt46567.kt")
|
||||
public void testKt46567() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/kt46567.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("listKinds.kt")
|
||||
public void testListKinds() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/listKinds.kt");
|
||||
}
|
||||
@TestMetadata("listKinds.kt")
|
||||
public void testListKinds() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/listKinds.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("listSimple.kt")
|
||||
public void testListSimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/listSimple.kt");
|
||||
}
|
||||
@TestMetadata("listSimple.kt")
|
||||
public void testListSimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/listSimple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lists.kt")
|
||||
public void testLists() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/lists.kt");
|
||||
}
|
||||
@TestMetadata("lists.kt")
|
||||
public void testLists() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/lists.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mapKinds.kt")
|
||||
public void testMapKinds() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/mapKinds.kt");
|
||||
}
|
||||
@TestMetadata("mapKinds.kt")
|
||||
public void testMapKinds() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/mapKinds.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mapSimple.kt")
|
||||
public void testMapSimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/mapSimple.kt");
|
||||
}
|
||||
@TestMetadata("mapSimple.kt")
|
||||
public void testMapSimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/mapSimple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("maps.kt")
|
||||
public void testMaps() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/maps.kt");
|
||||
}
|
||||
@TestMetadata("maps.kt")
|
||||
public void testMaps() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/maps.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedArrays.kt")
|
||||
public void testNestedArrays() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedArrays.kt");
|
||||
}
|
||||
@TestMetadata("nestedArrays.kt")
|
||||
public void testNestedArrays() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedArrays.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedLists.kt")
|
||||
public void testNestedLists() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedLists.kt");
|
||||
}
|
||||
@TestMetadata("nestedLists.kt")
|
||||
public void testNestedLists() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedLists.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedMaps.kt")
|
||||
public void testNestedMaps() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedMaps.kt");
|
||||
}
|
||||
@TestMetadata("nestedMaps.kt")
|
||||
public void testNestedMaps() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedMaps.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedParcelable.kt")
|
||||
public void testNestedParcelable() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedParcelable.kt");
|
||||
}
|
||||
@TestMetadata("nestedParcelable.kt")
|
||||
public void testNestedParcelable() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedParcelable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedSparseArrays.kt")
|
||||
public void testNestedSparseArrays() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedSparseArrays.kt");
|
||||
}
|
||||
@TestMetadata("nestedSparseArrays.kt")
|
||||
public void testNestedSparseArrays() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nestedSparseArrays.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("newArray.kt")
|
||||
public void testNewArray() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/newArray.kt");
|
||||
}
|
||||
@TestMetadata("newArray.kt")
|
||||
public void testNewArray() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/newArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("newArrayParceler.kt")
|
||||
public void testNewArrayParceler() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/newArrayParceler.kt");
|
||||
}
|
||||
@TestMetadata("newArrayParceler.kt")
|
||||
public void testNewArrayParceler() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/newArrayParceler.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullableTypes.kt")
|
||||
public void testNullableTypes() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nullableTypes.kt");
|
||||
}
|
||||
@TestMetadata("nullableTypes.kt")
|
||||
public void testNullableTypes() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nullableTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullableTypesSimple.kt")
|
||||
public void testNullableTypesSimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nullableTypesSimple.kt");
|
||||
}
|
||||
@TestMetadata("nullableTypesSimple.kt")
|
||||
public void testNullableTypesSimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/nullableTypesSimple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("objects.kt")
|
||||
public void testObjects() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/objects.kt");
|
||||
}
|
||||
@TestMetadata("objects.kt")
|
||||
public void testObjects() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/objects.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("openParcelize.kt")
|
||||
public void testOpenParcelize() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/openParcelize.kt");
|
||||
}
|
||||
@TestMetadata("openParcelize.kt")
|
||||
public void testOpenParcelize() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/openParcelize.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("persistableBundle.kt")
|
||||
public void testPersistableBundle() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/persistableBundle.kt");
|
||||
}
|
||||
@TestMetadata("persistableBundle.kt")
|
||||
public void testPersistableBundle() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/persistableBundle.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("primitiveTypes.kt")
|
||||
public void testPrimitiveTypes() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/primitiveTypes.kt");
|
||||
}
|
||||
@TestMetadata("primitiveTypes.kt")
|
||||
public void testPrimitiveTypes() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/primitiveTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("sealedClass.kt")
|
||||
public void testSealedClass() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sealedClass.kt");
|
||||
}
|
||||
@TestMetadata("sealedClass.kt")
|
||||
public void testSealedClass() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sealedClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/simple.kt");
|
||||
}
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/simple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("sparseArrays.kt")
|
||||
public void testSparseArrays() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sparseArrays.kt");
|
||||
}
|
||||
@TestMetadata("sparseArrays.kt")
|
||||
public void testSparseArrays() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sparseArrays.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("sparseBooleanArray.kt")
|
||||
public void testSparseBooleanArray() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sparseBooleanArray.kt");
|
||||
}
|
||||
@TestMetadata("sparseBooleanArray.kt")
|
||||
public void testSparseBooleanArray() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/box/sparseBooleanArray.kt");
|
||||
}
|
||||
}
|
||||
|
||||
+78
-78
@@ -22,101 +22,101 @@ import java.util.regex.Pattern;
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public class ParcelIrBytecodeListingTestGenerated extends AbstractParcelIrBytecodeListingTest {
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM_IR, testDataFilePath);
|
||||
}
|
||||
private void runTest(String testDataFilePath) {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM_IR, testDataFilePath);
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInCodegen() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
public void testAllFilesPresentInCodegen() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@TestMetadata("customDescribeContents.kt")
|
||||
public void testCustomDescribeContents() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customDescribeContents.kt");
|
||||
}
|
||||
@TestMetadata("customDescribeContents.kt")
|
||||
public void testCustomDescribeContents() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customDescribeContents.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customParcelablesDifferentModule.kt")
|
||||
public void testCustomParcelablesDifferentModule() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customParcelablesDifferentModule.kt");
|
||||
}
|
||||
@TestMetadata("customParcelablesDifferentModule.kt")
|
||||
public void testCustomParcelablesDifferentModule() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customParcelablesDifferentModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customParcelablesSameModule.kt")
|
||||
public void testCustomParcelablesSameModule() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customParcelablesSameModule.kt");
|
||||
}
|
||||
@TestMetadata("customParcelablesSameModule.kt")
|
||||
public void testCustomParcelablesSameModule() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customParcelablesSameModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customSimple.kt")
|
||||
public void testCustomSimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customSimple.kt");
|
||||
}
|
||||
@TestMetadata("customSimple.kt")
|
||||
public void testCustomSimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customSimple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("customSimpleWithNewArray.kt")
|
||||
public void testCustomSimpleWithNewArray() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customSimpleWithNewArray.kt");
|
||||
}
|
||||
@TestMetadata("customSimpleWithNewArray.kt")
|
||||
public void testCustomSimpleWithNewArray() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/customSimpleWithNewArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("describeContentsFromSuperType.kt")
|
||||
public void testDescribeContentsFromSuperType() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/describeContentsFromSuperType.kt");
|
||||
}
|
||||
@TestMetadata("describeContentsFromSuperType.kt")
|
||||
public void testDescribeContentsFromSuperType() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/describeContentsFromSuperType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("duplicatingClinit.kt")
|
||||
public void testDuplicatingClinit() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/duplicatingClinit.kt");
|
||||
}
|
||||
@TestMetadata("duplicatingClinit.kt")
|
||||
public void testDuplicatingClinit() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/duplicatingClinit.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("efficientParcelable.kt")
|
||||
public void testEfficientParcelable() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/efficientParcelable.kt");
|
||||
}
|
||||
@TestMetadata("efficientParcelable.kt")
|
||||
public void testEfficientParcelable() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/efficientParcelable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("IBinderIInterface.kt")
|
||||
public void testIBinderIInterface() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/IBinderIInterface.kt");
|
||||
}
|
||||
@TestMetadata("IBinderIInterface.kt")
|
||||
public void testIBinderIInterface() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/IBinderIInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt25839.kt")
|
||||
public void testKt25839() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/kt25839.kt");
|
||||
}
|
||||
@TestMetadata("kt25839.kt")
|
||||
public void testKt25839() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/kt25839.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("listInsideList.kt")
|
||||
public void testListInsideList() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/listInsideList.kt");
|
||||
}
|
||||
@TestMetadata("listInsideList.kt")
|
||||
public void testListInsideList() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/listInsideList.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullableNotNullSize.kt")
|
||||
public void testNullableNotNullSize() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/nullableNotNullSize.kt");
|
||||
}
|
||||
@TestMetadata("nullableNotNullSize.kt")
|
||||
public void testNullableNotNullSize() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/nullableNotNullSize.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("parcelable.kt")
|
||||
public void testParcelable() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/parcelable.kt");
|
||||
}
|
||||
@TestMetadata("parcelable.kt")
|
||||
public void testParcelable() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/parcelable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("serializable.kt")
|
||||
public void testSerializable() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/serializable.kt");
|
||||
}
|
||||
@TestMetadata("serializable.kt")
|
||||
public void testSerializable() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/serializable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("serializeValue.kt")
|
||||
public void testSerializeValue() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/serializeValue.kt");
|
||||
}
|
||||
@TestMetadata("serializeValue.kt")
|
||||
public void testSerializeValue() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/serializeValue.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/simple.kt");
|
||||
}
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/simple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simpleList.kt")
|
||||
public void testSimpleList() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/simpleList.kt");
|
||||
}
|
||||
@TestMetadata("simpleList.kt")
|
||||
public void testSimpleList() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/simpleList.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("size.kt")
|
||||
public void testSize() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/size.kt");
|
||||
}
|
||||
@TestMetadata("size.kt")
|
||||
public void testSize() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/parcel/codegen/size.kt");
|
||||
}
|
||||
}
|
||||
|
||||
+122
-122
@@ -19,129 +19,129 @@ import java.util.regex.Pattern;
|
||||
@SuppressWarnings("all")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public class AndroidBoxTestGenerated extends AbstractAndroidBoxTest {
|
||||
@TestMetadata("plugins/android-extensions/android-extensions-compiler/testData/codegen/android")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class Android extends AbstractAndroidBoxTest {
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doCompileAgainstAndroidSdkTest, this, testDataFilePath);
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInAndroid() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/codegen/android"), Pattern.compile("^([^\\.]+)$"), null, false);
|
||||
}
|
||||
|
||||
@TestMetadata("androidEntity")
|
||||
public void testAndroidEntity() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/androidEntity/");
|
||||
}
|
||||
|
||||
@TestMetadata("androidEntityInnerClass")
|
||||
public void testAndroidEntityInnerClass() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/androidEntityInnerClass/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInAttr")
|
||||
public void testFqNameInAttr() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fqNameInAttr/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInTag")
|
||||
public void testFqNameInTag() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fqNameInTag/");
|
||||
}
|
||||
|
||||
@TestMetadata("fragment")
|
||||
public void testFragment() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fragment/");
|
||||
}
|
||||
|
||||
@TestMetadata("fragmentNoGetView")
|
||||
public void testFragmentNoGetView() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fragmentNoGetView/");
|
||||
}
|
||||
|
||||
@TestMetadata("manyWidgets")
|
||||
public void testManyWidgets() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/manyWidgets/");
|
||||
}
|
||||
|
||||
@TestMetadata("multiFile")
|
||||
public void testMultiFile() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/multiFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("singleFile")
|
||||
public void testSingleFile() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/singleFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("view")
|
||||
public void testView() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/view/");
|
||||
}
|
||||
@TestMetadata("plugins/android-extensions/android-extensions-compiler/testData/codegen/android")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class Android extends AbstractAndroidBoxTest {
|
||||
private void runTest(String testDataFilePath) {
|
||||
KotlinTestUtils.runTest(this::doCompileAgainstAndroidSdkTest, this, testDataFilePath);
|
||||
}
|
||||
|
||||
@TestMetadata("plugins/android-extensions/android-extensions-compiler/testData/codegen/android")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class Invoke extends AbstractAndroidBoxTest {
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doFakeInvocationTest, this, testDataFilePath);
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInInvoke() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/codegen/android"), Pattern.compile("^([^\\.]+)$"), null, false);
|
||||
}
|
||||
|
||||
@TestMetadata("androidEntity")
|
||||
public void testAndroidEntity() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/androidEntity/");
|
||||
}
|
||||
|
||||
@TestMetadata("androidEntityInnerClass")
|
||||
public void testAndroidEntityInnerClass() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/androidEntityInnerClass/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInAttr")
|
||||
public void testFqNameInAttr() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fqNameInAttr/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInTag")
|
||||
public void testFqNameInTag() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fqNameInTag/");
|
||||
}
|
||||
|
||||
@TestMetadata("fragment")
|
||||
public void testFragment() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fragment/");
|
||||
}
|
||||
|
||||
@TestMetadata("fragmentNoGetView")
|
||||
public void testFragmentNoGetView() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fragmentNoGetView/");
|
||||
}
|
||||
|
||||
@TestMetadata("manyWidgets")
|
||||
public void testManyWidgets() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/manyWidgets/");
|
||||
}
|
||||
|
||||
@TestMetadata("multiFile")
|
||||
public void testMultiFile() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/multiFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("singleFile")
|
||||
public void testSingleFile() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/singleFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("view")
|
||||
public void testView() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/view/");
|
||||
}
|
||||
public void testAllFilesPresentInAndroid() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/codegen/android"), Pattern.compile("^([^\\.]+)$"), null, false);
|
||||
}
|
||||
|
||||
@TestMetadata("androidEntity")
|
||||
public void testAndroidEntity() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/androidEntity/");
|
||||
}
|
||||
|
||||
@TestMetadata("androidEntityInnerClass")
|
||||
public void testAndroidEntityInnerClass() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/androidEntityInnerClass/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInAttr")
|
||||
public void testFqNameInAttr() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fqNameInAttr/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInTag")
|
||||
public void testFqNameInTag() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fqNameInTag/");
|
||||
}
|
||||
|
||||
@TestMetadata("fragment")
|
||||
public void testFragment() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fragment/");
|
||||
}
|
||||
|
||||
@TestMetadata("fragmentNoGetView")
|
||||
public void testFragmentNoGetView() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fragmentNoGetView/");
|
||||
}
|
||||
|
||||
@TestMetadata("manyWidgets")
|
||||
public void testManyWidgets() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/manyWidgets/");
|
||||
}
|
||||
|
||||
@TestMetadata("multiFile")
|
||||
public void testMultiFile() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/multiFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("singleFile")
|
||||
public void testSingleFile() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/singleFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("view")
|
||||
public void testView() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/view/");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("plugins/android-extensions/android-extensions-compiler/testData/codegen/android")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class Invoke extends AbstractAndroidBoxTest {
|
||||
private void runTest(String testDataFilePath) {
|
||||
KotlinTestUtils.runTest(this::doFakeInvocationTest, this, testDataFilePath);
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInInvoke() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/codegen/android"), Pattern.compile("^([^\\.]+)$"), null, false);
|
||||
}
|
||||
|
||||
@TestMetadata("androidEntity")
|
||||
public void testAndroidEntity() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/androidEntity/");
|
||||
}
|
||||
|
||||
@TestMetadata("androidEntityInnerClass")
|
||||
public void testAndroidEntityInnerClass() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/androidEntityInnerClass/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInAttr")
|
||||
public void testFqNameInAttr() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fqNameInAttr/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInTag")
|
||||
public void testFqNameInTag() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fqNameInTag/");
|
||||
}
|
||||
|
||||
@TestMetadata("fragment")
|
||||
public void testFragment() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fragment/");
|
||||
}
|
||||
|
||||
@TestMetadata("fragmentNoGetView")
|
||||
public void testFragmentNoGetView() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fragmentNoGetView/");
|
||||
}
|
||||
|
||||
@TestMetadata("manyWidgets")
|
||||
public void testManyWidgets() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/manyWidgets/");
|
||||
}
|
||||
|
||||
@TestMetadata("multiFile")
|
||||
public void testMultiFile() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/multiFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("singleFile")
|
||||
public void testSingleFile() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/singleFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("view")
|
||||
public void testView() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/view/");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+138
-138
@@ -21,176 +21,176 @@ import java.util.regex.Pattern;
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public class AndroidBytecodeShapeTestGenerated extends AbstractAndroidBytecodeShapeTest {
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTest, this, testDataFilePath);
|
||||
}
|
||||
private void runTest(String testDataFilePath) {
|
||||
KotlinTestUtils.runTest(this::doTest, this, testDataFilePath);
|
||||
}
|
||||
|
||||
@TestMetadata("activityWithEntityOptionsNoCache")
|
||||
public void testActivityWithEntityOptionsNoCache() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/activityWithEntityOptionsNoCache/");
|
||||
}
|
||||
@TestMetadata("activityWithEntityOptionsNoCache")
|
||||
public void testActivityWithEntityOptionsNoCache() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/activityWithEntityOptionsNoCache/");
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInBytecodeShape() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape"), Pattern.compile("^([^\\.]+)$"), null, false);
|
||||
}
|
||||
public void testAllFilesPresentInBytecodeShape() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape"), Pattern.compile("^([^\\.]+)$"), null, false);
|
||||
}
|
||||
|
||||
@TestMetadata("baseClass")
|
||||
public void testBaseClass() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/baseClass/");
|
||||
}
|
||||
@TestMetadata("baseClass")
|
||||
public void testBaseClass() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/baseClass/");
|
||||
}
|
||||
|
||||
@TestMetadata("baseClassFragment")
|
||||
public void testBaseClassFragment() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/baseClassFragment/");
|
||||
}
|
||||
@TestMetadata("baseClassFragment")
|
||||
public void testBaseClassFragment() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/baseClassFragment/");
|
||||
}
|
||||
|
||||
@TestMetadata("clearCache")
|
||||
public void testClearCache() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/clearCache/");
|
||||
}
|
||||
@TestMetadata("clearCache")
|
||||
public void testClearCache() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/clearCache/");
|
||||
}
|
||||
|
||||
@TestMetadata("clearCacheBaseClass")
|
||||
public void testClearCacheBaseClass() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/clearCacheBaseClass/");
|
||||
}
|
||||
@TestMetadata("clearCacheBaseClass")
|
||||
public void testClearCacheBaseClass() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/clearCacheBaseClass/");
|
||||
}
|
||||
|
||||
@TestMetadata("dialog")
|
||||
public void testDialog() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/dialog/");
|
||||
}
|
||||
@TestMetadata("dialog")
|
||||
public void testDialog() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/dialog/");
|
||||
}
|
||||
|
||||
@TestMetadata("extensionFunctions")
|
||||
public void testExtensionFunctions() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/extensionFunctions/");
|
||||
}
|
||||
@TestMetadata("extensionFunctions")
|
||||
public void testExtensionFunctions() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/extensionFunctions/");
|
||||
}
|
||||
|
||||
@TestMetadata("extensionFunctionsFragment")
|
||||
public void testExtensionFunctionsFragment() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/extensionFunctionsFragment/");
|
||||
}
|
||||
@TestMetadata("extensionFunctionsFragment")
|
||||
public void testExtensionFunctionsFragment() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/extensionFunctionsFragment/");
|
||||
}
|
||||
|
||||
@TestMetadata("extensionFunctionsView")
|
||||
public void testExtensionFunctionsView() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/extensionFunctionsView/");
|
||||
}
|
||||
@TestMetadata("extensionFunctionsView")
|
||||
public void testExtensionFunctionsView() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/extensionFunctionsView/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInAttr")
|
||||
public void testFqNameInAttr() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/fqNameInAttr/");
|
||||
}
|
||||
@TestMetadata("fqNameInAttr")
|
||||
public void testFqNameInAttr() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/fqNameInAttr/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInAttrFragment")
|
||||
public void testFqNameInAttrFragment() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/fqNameInAttrFragment/");
|
||||
}
|
||||
@TestMetadata("fqNameInAttrFragment")
|
||||
public void testFqNameInAttrFragment() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/fqNameInAttrFragment/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInTag")
|
||||
public void testFqNameInTag() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/fqNameInTag/");
|
||||
}
|
||||
@TestMetadata("fqNameInTag")
|
||||
public void testFqNameInTag() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/fqNameInTag/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInTagFragment")
|
||||
public void testFqNameInTagFragment() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/fqNameInTagFragment/");
|
||||
}
|
||||
@TestMetadata("fqNameInTagFragment")
|
||||
public void testFqNameInTagFragment() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/fqNameInTagFragment/");
|
||||
}
|
||||
|
||||
@TestMetadata("fragmentWithEntityOptionsNoCache")
|
||||
public void testFragmentWithEntityOptionsNoCache() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/fragmentWithEntityOptionsNoCache/");
|
||||
}
|
||||
@TestMetadata("fragmentWithEntityOptionsNoCache")
|
||||
public void testFragmentWithEntityOptionsNoCache() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/fragmentWithEntityOptionsNoCache/");
|
||||
}
|
||||
|
||||
@TestMetadata("kt18545")
|
||||
public void testKt18545() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/kt18545/");
|
||||
}
|
||||
@TestMetadata("kt18545")
|
||||
public void testKt18545() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/kt18545/");
|
||||
}
|
||||
|
||||
@TestMetadata("multiFile")
|
||||
public void testMultiFile() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/multiFile/");
|
||||
}
|
||||
@TestMetadata("multiFile")
|
||||
public void testMultiFile() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/multiFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("multiFileFragment")
|
||||
public void testMultiFileFragment() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/multiFileFragment/");
|
||||
}
|
||||
@TestMetadata("multiFileFragment")
|
||||
public void testMultiFileFragment() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/multiFileFragment/");
|
||||
}
|
||||
|
||||
@TestMetadata("onDestroyFragment")
|
||||
public void testOnDestroyFragment() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/onDestroyFragment/");
|
||||
}
|
||||
@TestMetadata("onDestroyFragment")
|
||||
public void testOnDestroyFragment() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/onDestroyFragment/");
|
||||
}
|
||||
|
||||
@TestMetadata("simple")
|
||||
public void testSimple() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/simple/");
|
||||
}
|
||||
@TestMetadata("simple")
|
||||
public void testSimple() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/simple/");
|
||||
}
|
||||
|
||||
@TestMetadata("simpleFragment")
|
||||
public void testSimpleFragment() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/simpleFragment/");
|
||||
}
|
||||
@TestMetadata("simpleFragment")
|
||||
public void testSimpleFragment() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/simpleFragment/");
|
||||
}
|
||||
|
||||
@TestMetadata("simpleFragmentProperty")
|
||||
public void testSimpleFragmentProperty() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/simpleFragmentProperty/");
|
||||
}
|
||||
@TestMetadata("simpleFragmentProperty")
|
||||
public void testSimpleFragmentProperty() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/simpleFragmentProperty/");
|
||||
}
|
||||
|
||||
@TestMetadata("simpleHashMapCacheImplementation")
|
||||
public void testSimpleHashMapCacheImplementation() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/simpleHashMapCacheImplementation/");
|
||||
}
|
||||
@TestMetadata("simpleHashMapCacheImplementation")
|
||||
public void testSimpleHashMapCacheImplementation() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/simpleHashMapCacheImplementation/");
|
||||
}
|
||||
|
||||
@TestMetadata("simpleView")
|
||||
public void testSimpleView() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/simpleView/");
|
||||
}
|
||||
@TestMetadata("simpleView")
|
||||
public void testSimpleView() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/simpleView/");
|
||||
}
|
||||
|
||||
@TestMetadata("supportExtensionFunctionsFragment")
|
||||
public void testSupportExtensionFunctionsFragment() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/supportExtensionFunctionsFragment/");
|
||||
}
|
||||
@TestMetadata("supportExtensionFunctionsFragment")
|
||||
public void testSupportExtensionFunctionsFragment() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/supportExtensionFunctionsFragment/");
|
||||
}
|
||||
|
||||
@TestMetadata("supportExtensionFunctionsFragmentAndroidx")
|
||||
public void testSupportExtensionFunctionsFragmentAndroidx() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/supportExtensionFunctionsFragmentAndroidx/");
|
||||
}
|
||||
@TestMetadata("supportExtensionFunctionsFragmentAndroidx")
|
||||
public void testSupportExtensionFunctionsFragmentAndroidx() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/supportExtensionFunctionsFragmentAndroidx/");
|
||||
}
|
||||
|
||||
@TestMetadata("supportSimpleFragment")
|
||||
public void testSupportSimpleFragment() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/supportSimpleFragment/");
|
||||
}
|
||||
@TestMetadata("supportSimpleFragment")
|
||||
public void testSupportSimpleFragment() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/supportSimpleFragment/");
|
||||
}
|
||||
|
||||
@TestMetadata("supportSimpleFragmentAndroidx")
|
||||
public void testSupportSimpleFragmentAndroidx() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/supportSimpleFragmentAndroidx/");
|
||||
}
|
||||
@TestMetadata("supportSimpleFragmentAndroidx")
|
||||
public void testSupportSimpleFragmentAndroidx() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/supportSimpleFragmentAndroidx/");
|
||||
}
|
||||
|
||||
@TestMetadata("supportSimpleFragmentProperty")
|
||||
public void testSupportSimpleFragmentProperty() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/supportSimpleFragmentProperty/");
|
||||
}
|
||||
@TestMetadata("supportSimpleFragmentProperty")
|
||||
public void testSupportSimpleFragmentProperty() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/supportSimpleFragmentProperty/");
|
||||
}
|
||||
|
||||
@TestMetadata("supportSimpleFragmentPropertyAndroidx")
|
||||
public void testSupportSimpleFragmentPropertyAndroidx() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/supportSimpleFragmentPropertyAndroidx/");
|
||||
}
|
||||
@TestMetadata("supportSimpleFragmentPropertyAndroidx")
|
||||
public void testSupportSimpleFragmentPropertyAndroidx() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/supportSimpleFragmentPropertyAndroidx/");
|
||||
}
|
||||
|
||||
@TestMetadata("viewStub")
|
||||
public void testViewStub() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/viewStub/");
|
||||
}
|
||||
@TestMetadata("viewStub")
|
||||
public void testViewStub() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/viewStub/");
|
||||
}
|
||||
|
||||
@TestMetadata("viewWithCache")
|
||||
public void testViewWithCache() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/viewWithCache/");
|
||||
}
|
||||
@TestMetadata("viewWithCache")
|
||||
public void testViewWithCache() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/viewWithCache/");
|
||||
}
|
||||
|
||||
@TestMetadata("viewWithDefaultNoCache")
|
||||
public void testViewWithDefaultNoCache() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/viewWithDefaultNoCache/");
|
||||
}
|
||||
@TestMetadata("viewWithDefaultNoCache")
|
||||
public void testViewWithDefaultNoCache() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/viewWithDefaultNoCache/");
|
||||
}
|
||||
|
||||
@TestMetadata("viewWithEntityOptionsNoCache")
|
||||
public void testViewWithEntityOptionsNoCache() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/viewWithEntityOptionsNoCache/");
|
||||
}
|
||||
@TestMetadata("viewWithEntityOptionsNoCache")
|
||||
public void testViewWithEntityOptionsNoCache() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/bytecodeShape/viewWithEntityOptionsNoCache/");
|
||||
}
|
||||
}
|
||||
|
||||
+122
-122
@@ -20,129 +20,129 @@ import java.util.regex.Pattern;
|
||||
@SuppressWarnings("all")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public class AndroidIrBoxTestGenerated extends AbstractAndroidIrBoxTest {
|
||||
@TestMetadata("plugins/android-extensions/android-extensions-compiler/testData/codegen/android")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class Android extends AbstractAndroidIrBoxTest {
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doCompileAgainstAndroidSdkTest, TargetBackend.JVM_IR, testDataFilePath);
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInAndroid() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/codegen/android"), Pattern.compile("^([^\\.]+)$"), null, TargetBackend.JVM_IR, false);
|
||||
}
|
||||
|
||||
@TestMetadata("androidEntity")
|
||||
public void testAndroidEntity() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/androidEntity/");
|
||||
}
|
||||
|
||||
@TestMetadata("androidEntityInnerClass")
|
||||
public void testAndroidEntityInnerClass() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/androidEntityInnerClass/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInAttr")
|
||||
public void testFqNameInAttr() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fqNameInAttr/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInTag")
|
||||
public void testFqNameInTag() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fqNameInTag/");
|
||||
}
|
||||
|
||||
@TestMetadata("fragment")
|
||||
public void testFragment() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fragment/");
|
||||
}
|
||||
|
||||
@TestMetadata("fragmentNoGetView")
|
||||
public void testFragmentNoGetView() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fragmentNoGetView/");
|
||||
}
|
||||
|
||||
@TestMetadata("manyWidgets")
|
||||
public void testManyWidgets() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/manyWidgets/");
|
||||
}
|
||||
|
||||
@TestMetadata("multiFile")
|
||||
public void testMultiFile() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/multiFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("singleFile")
|
||||
public void testSingleFile() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/singleFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("view")
|
||||
public void testView() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/view/");
|
||||
}
|
||||
@TestMetadata("plugins/android-extensions/android-extensions-compiler/testData/codegen/android")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class Android extends AbstractAndroidIrBoxTest {
|
||||
private void runTest(String testDataFilePath) {
|
||||
KotlinTestUtils.runTest(this::doCompileAgainstAndroidSdkTest, TargetBackend.JVM_IR, testDataFilePath);
|
||||
}
|
||||
|
||||
@TestMetadata("plugins/android-extensions/android-extensions-compiler/testData/codegen/android")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class Invoke extends AbstractAndroidIrBoxTest {
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doFakeInvocationTest, TargetBackend.JVM_IR, testDataFilePath);
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInInvoke() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/codegen/android"), Pattern.compile("^([^\\.]+)$"), null, TargetBackend.JVM_IR, false);
|
||||
}
|
||||
|
||||
@TestMetadata("androidEntity")
|
||||
public void testAndroidEntity() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/androidEntity/");
|
||||
}
|
||||
|
||||
@TestMetadata("androidEntityInnerClass")
|
||||
public void testAndroidEntityInnerClass() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/androidEntityInnerClass/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInAttr")
|
||||
public void testFqNameInAttr() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fqNameInAttr/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInTag")
|
||||
public void testFqNameInTag() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fqNameInTag/");
|
||||
}
|
||||
|
||||
@TestMetadata("fragment")
|
||||
public void testFragment() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fragment/");
|
||||
}
|
||||
|
||||
@TestMetadata("fragmentNoGetView")
|
||||
public void testFragmentNoGetView() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fragmentNoGetView/");
|
||||
}
|
||||
|
||||
@TestMetadata("manyWidgets")
|
||||
public void testManyWidgets() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/manyWidgets/");
|
||||
}
|
||||
|
||||
@TestMetadata("multiFile")
|
||||
public void testMultiFile() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/multiFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("singleFile")
|
||||
public void testSingleFile() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/singleFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("view")
|
||||
public void testView() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/view/");
|
||||
}
|
||||
public void testAllFilesPresentInAndroid() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/codegen/android"), Pattern.compile("^([^\\.]+)$"), null, TargetBackend.JVM_IR, false);
|
||||
}
|
||||
|
||||
@TestMetadata("androidEntity")
|
||||
public void testAndroidEntity() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/androidEntity/");
|
||||
}
|
||||
|
||||
@TestMetadata("androidEntityInnerClass")
|
||||
public void testAndroidEntityInnerClass() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/androidEntityInnerClass/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInAttr")
|
||||
public void testFqNameInAttr() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fqNameInAttr/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInTag")
|
||||
public void testFqNameInTag() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fqNameInTag/");
|
||||
}
|
||||
|
||||
@TestMetadata("fragment")
|
||||
public void testFragment() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fragment/");
|
||||
}
|
||||
|
||||
@TestMetadata("fragmentNoGetView")
|
||||
public void testFragmentNoGetView() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fragmentNoGetView/");
|
||||
}
|
||||
|
||||
@TestMetadata("manyWidgets")
|
||||
public void testManyWidgets() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/manyWidgets/");
|
||||
}
|
||||
|
||||
@TestMetadata("multiFile")
|
||||
public void testMultiFile() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/multiFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("singleFile")
|
||||
public void testSingleFile() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/singleFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("view")
|
||||
public void testView() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/view/");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("plugins/android-extensions/android-extensions-compiler/testData/codegen/android")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class Invoke extends AbstractAndroidIrBoxTest {
|
||||
private void runTest(String testDataFilePath) {
|
||||
KotlinTestUtils.runTest(this::doFakeInvocationTest, TargetBackend.JVM_IR, testDataFilePath);
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInInvoke() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/codegen/android"), Pattern.compile("^([^\\.]+)$"), null, TargetBackend.JVM_IR, false);
|
||||
}
|
||||
|
||||
@TestMetadata("androidEntity")
|
||||
public void testAndroidEntity() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/androidEntity/");
|
||||
}
|
||||
|
||||
@TestMetadata("androidEntityInnerClass")
|
||||
public void testAndroidEntityInnerClass() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/androidEntityInnerClass/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInAttr")
|
||||
public void testFqNameInAttr() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fqNameInAttr/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInTag")
|
||||
public void testFqNameInTag() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fqNameInTag/");
|
||||
}
|
||||
|
||||
@TestMetadata("fragment")
|
||||
public void testFragment() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fragment/");
|
||||
}
|
||||
|
||||
@TestMetadata("fragmentNoGetView")
|
||||
public void testFragmentNoGetView() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/fragmentNoGetView/");
|
||||
}
|
||||
|
||||
@TestMetadata("manyWidgets")
|
||||
public void testManyWidgets() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/manyWidgets/");
|
||||
}
|
||||
|
||||
@TestMetadata("multiFile")
|
||||
public void testMultiFile() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/multiFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("singleFile")
|
||||
public void testSingleFile() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/singleFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("view")
|
||||
public void testView() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/codegen/android/view/");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+70
-70
@@ -21,91 +21,91 @@ import java.util.regex.Pattern;
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public class AndroidSyntheticPropertyDescriptorTestGenerated extends AbstractAndroidSyntheticPropertyDescriptorTest {
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTest, this, testDataFilePath);
|
||||
}
|
||||
private void runTest(String testDataFilePath) {
|
||||
KotlinTestUtils.runTest(this::doTest, this, testDataFilePath);
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInDescriptors() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/descriptors"), Pattern.compile("^([^\\.]+)$"), null, false);
|
||||
}
|
||||
public void testAllFilesPresentInDescriptors() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/android-extensions/android-extensions-compiler/testData/descriptors"), Pattern.compile("^([^\\.]+)$"), null, false);
|
||||
}
|
||||
|
||||
@TestMetadata("escapedLayoutName")
|
||||
public void testEscapedLayoutName() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/escapedLayoutName/");
|
||||
}
|
||||
@TestMetadata("escapedLayoutName")
|
||||
public void testEscapedLayoutName() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/escapedLayoutName/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInAttr")
|
||||
public void testFqNameInAttr() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/fqNameInAttr/");
|
||||
}
|
||||
@TestMetadata("fqNameInAttr")
|
||||
public void testFqNameInAttr() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/fqNameInAttr/");
|
||||
}
|
||||
|
||||
@TestMetadata("fqNameInTag")
|
||||
public void testFqNameInTag() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/fqNameInTag/");
|
||||
}
|
||||
@TestMetadata("fqNameInTag")
|
||||
public void testFqNameInTag() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/fqNameInTag/");
|
||||
}
|
||||
|
||||
@TestMetadata("layoutVariants")
|
||||
public void testLayoutVariants() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/layoutVariants/");
|
||||
}
|
||||
@TestMetadata("layoutVariants")
|
||||
public void testLayoutVariants() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/layoutVariants/");
|
||||
}
|
||||
|
||||
@TestMetadata("multiFile")
|
||||
public void testMultiFile() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/multiFile/");
|
||||
}
|
||||
@TestMetadata("multiFile")
|
||||
public void testMultiFile() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/multiFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("noIds")
|
||||
public void testNoIds() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/noIds/");
|
||||
}
|
||||
@TestMetadata("noIds")
|
||||
public void testNoIds() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/noIds/");
|
||||
}
|
||||
|
||||
@TestMetadata("nonLatinNames")
|
||||
public void testNonLatinNames() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/nonLatinNames/");
|
||||
}
|
||||
@TestMetadata("nonLatinNames")
|
||||
public void testNonLatinNames() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/nonLatinNames/");
|
||||
}
|
||||
|
||||
@TestMetadata("sameIds")
|
||||
public void testSameIds() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/sameIds/");
|
||||
}
|
||||
@TestMetadata("sameIds")
|
||||
public void testSameIds() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/sameIds/");
|
||||
}
|
||||
|
||||
@TestMetadata("severalResDirs")
|
||||
public void testSeveralResDirs() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/severalResDirs/");
|
||||
}
|
||||
@TestMetadata("severalResDirs")
|
||||
public void testSeveralResDirs() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/severalResDirs/");
|
||||
}
|
||||
|
||||
@TestMetadata("singleFile")
|
||||
public void testSingleFile() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/singleFile/");
|
||||
}
|
||||
@TestMetadata("singleFile")
|
||||
public void testSingleFile() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/singleFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("specialTags")
|
||||
public void testSpecialTags() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/specialTags/");
|
||||
}
|
||||
@TestMetadata("specialTags")
|
||||
public void testSpecialTags() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/specialTags/");
|
||||
}
|
||||
|
||||
@TestMetadata("supportSingleFile")
|
||||
public void testSupportSingleFile() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/supportSingleFile/");
|
||||
}
|
||||
@TestMetadata("supportSingleFile")
|
||||
public void testSupportSingleFile() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/supportSingleFile/");
|
||||
}
|
||||
|
||||
@TestMetadata("supportSpecialTags")
|
||||
public void testSupportSpecialTags() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/supportSpecialTags/");
|
||||
}
|
||||
@TestMetadata("supportSpecialTags")
|
||||
public void testSupportSpecialTags() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/supportSpecialTags/");
|
||||
}
|
||||
|
||||
@TestMetadata("unresolvedFqName")
|
||||
public void testUnresolvedFqName() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/unresolvedFqName/");
|
||||
}
|
||||
@TestMetadata("unresolvedFqName")
|
||||
public void testUnresolvedFqName() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/unresolvedFqName/");
|
||||
}
|
||||
|
||||
@TestMetadata("unresolvedWidget")
|
||||
public void testUnresolvedWidget() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/unresolvedWidget/");
|
||||
}
|
||||
@TestMetadata("unresolvedWidget")
|
||||
public void testUnresolvedWidget() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/unresolvedWidget/");
|
||||
}
|
||||
|
||||
@TestMetadata("viewStub")
|
||||
public void testViewStub() throws Exception {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/viewStub/");
|
||||
}
|
||||
@TestMetadata("viewStub")
|
||||
public void testViewStub() {
|
||||
runTest("plugins/android-extensions/android-extensions-compiler/testData/descriptors/viewStub/");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user