[Test] Regenerate tests after two previous commits
This commit is contained in:
committed by
Space Team
parent
d9beae0556
commit
acf2296590
+94
-94
@@ -19,116 +19,116 @@ import java.util.regex.Pattern;
|
||||
@TestMetadata("plugins/parcelize/parcelize-compiler/testData/diagnostics")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class FirPsiParcelizeDiagnosticTestGenerated extends AbstractFirPsiParcelizeDiagnosticTest {
|
||||
@Test
|
||||
public void testAllFilesPresentInDiagnostics() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/parcelize/parcelize-compiler/testData/diagnostics"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
|
||||
}
|
||||
@Test
|
||||
public void testAllFilesPresentInDiagnostics() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/parcelize/parcelize-compiler/testData/diagnostics"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("constructors.kt")
|
||||
public void testConstructors() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/constructors.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("constructors.kt")
|
||||
public void testConstructors() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/constructors.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("customCreator.kt")
|
||||
public void testCustomCreator() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/customCreator.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("customCreator.kt")
|
||||
public void testCustomCreator() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/customCreator.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("customParcelers.kt")
|
||||
public void testCustomParcelers() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/customParcelers.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("customParcelers.kt")
|
||||
public void testCustomParcelers() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/customParcelers.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("customWriteToParcel.kt")
|
||||
public void testCustomWriteToParcel() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/customWriteToParcel.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("customWriteToParcel.kt")
|
||||
public void testCustomWriteToParcel() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/customWriteToParcel.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegate.kt")
|
||||
public void testDelegate() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/delegate.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("delegate.kt")
|
||||
public void testDelegate() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/delegate.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("deprecatedAnnotations.kt")
|
||||
public void testDeprecatedAnnotations() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/deprecatedAnnotations.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("deprecatedAnnotations.kt")
|
||||
public void testDeprecatedAnnotations() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/deprecatedAnnotations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("emptyPrimaryConstructor.kt")
|
||||
public void testEmptyPrimaryConstructor() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/emptyPrimaryConstructor.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("emptyPrimaryConstructor.kt")
|
||||
public void testEmptyPrimaryConstructor() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/emptyPrimaryConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ignoredOnParcelDefaultValues.kt")
|
||||
public void testIgnoredOnParcelDefaultValues() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/ignoredOnParcelDefaultValues.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("ignoredOnParcelDefaultValues.kt")
|
||||
public void testIgnoredOnParcelDefaultValues() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/ignoredOnParcelDefaultValues.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ignoredOnParcelUnsupportedType.kt")
|
||||
public void testIgnoredOnParcelUnsupportedType() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/ignoredOnParcelUnsupportedType.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("ignoredOnParcelUnsupportedType.kt")
|
||||
public void testIgnoredOnParcelUnsupportedType() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/ignoredOnParcelUnsupportedType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt20062.kt")
|
||||
public void testKt20062() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/kt20062.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("kt20062.kt")
|
||||
public void testKt20062() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/kt20062.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47074.kt")
|
||||
public void testKt47074() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/kt47074.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("kt47074.kt")
|
||||
public void testKt47074() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/kt47074.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("modality.kt")
|
||||
public void testModality() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/modality.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("modality.kt")
|
||||
public void testModality() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/modality.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("notMagicParcel.kt")
|
||||
public void testNotMagicParcel() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/notMagicParcel.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("notMagicParcel.kt")
|
||||
public void testNotMagicParcel() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/notMagicParcel.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("properties.kt")
|
||||
public void testProperties() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/properties.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("properties.kt")
|
||||
public void testProperties() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/properties.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/simple.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/simple.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("unsupportedType.kt")
|
||||
public void testUnsupportedType() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/unsupportedType.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("unsupportedType.kt")
|
||||
public void testUnsupportedType() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/unsupportedType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("withoutParcelableSupertype.kt")
|
||||
public void testWithoutParcelableSupertype() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/withoutParcelableSupertype.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("withoutParcelableSupertype.kt")
|
||||
public void testWithoutParcelableSupertype() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/withoutParcelableSupertype.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("wrongAnnotationTarget.kt")
|
||||
public void testWrongAnnotationTarget() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/wrongAnnotationTarget.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("wrongAnnotationTarget.kt")
|
||||
public void testWrongAnnotationTarget() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/wrongAnnotationTarget.kt");
|
||||
}
|
||||
}
|
||||
|
||||
+94
-94
@@ -19,116 +19,116 @@ import java.util.regex.Pattern;
|
||||
@TestMetadata("plugins/parcelize/parcelize-compiler/testData/diagnostics")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class ParcelizeDiagnosticTestGenerated extends AbstractParcelizeDiagnosticTest {
|
||||
@Test
|
||||
public void testAllFilesPresentInDiagnostics() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/parcelize/parcelize-compiler/testData/diagnostics"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
|
||||
}
|
||||
@Test
|
||||
public void testAllFilesPresentInDiagnostics() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/parcelize/parcelize-compiler/testData/diagnostics"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("constructors.kt")
|
||||
public void testConstructors() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/constructors.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("constructors.kt")
|
||||
public void testConstructors() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/constructors.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("customCreator.kt")
|
||||
public void testCustomCreator() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/customCreator.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("customCreator.kt")
|
||||
public void testCustomCreator() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/customCreator.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("customParcelers.kt")
|
||||
public void testCustomParcelers() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/customParcelers.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("customParcelers.kt")
|
||||
public void testCustomParcelers() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/customParcelers.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("customWriteToParcel.kt")
|
||||
public void testCustomWriteToParcel() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/customWriteToParcel.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("customWriteToParcel.kt")
|
||||
public void testCustomWriteToParcel() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/customWriteToParcel.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegate.kt")
|
||||
public void testDelegate() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/delegate.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("delegate.kt")
|
||||
public void testDelegate() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/delegate.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("deprecatedAnnotations.kt")
|
||||
public void testDeprecatedAnnotations() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/deprecatedAnnotations.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("deprecatedAnnotations.kt")
|
||||
public void testDeprecatedAnnotations() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/deprecatedAnnotations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("emptyPrimaryConstructor.kt")
|
||||
public void testEmptyPrimaryConstructor() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/emptyPrimaryConstructor.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("emptyPrimaryConstructor.kt")
|
||||
public void testEmptyPrimaryConstructor() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/emptyPrimaryConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ignoredOnParcelDefaultValues.kt")
|
||||
public void testIgnoredOnParcelDefaultValues() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/ignoredOnParcelDefaultValues.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("ignoredOnParcelDefaultValues.kt")
|
||||
public void testIgnoredOnParcelDefaultValues() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/ignoredOnParcelDefaultValues.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ignoredOnParcelUnsupportedType.kt")
|
||||
public void testIgnoredOnParcelUnsupportedType() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/ignoredOnParcelUnsupportedType.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("ignoredOnParcelUnsupportedType.kt")
|
||||
public void testIgnoredOnParcelUnsupportedType() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/ignoredOnParcelUnsupportedType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt20062.kt")
|
||||
public void testKt20062() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/kt20062.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("kt20062.kt")
|
||||
public void testKt20062() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/kt20062.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47074.kt")
|
||||
public void testKt47074() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/kt47074.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("kt47074.kt")
|
||||
public void testKt47074() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/kt47074.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("modality.kt")
|
||||
public void testModality() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/modality.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("modality.kt")
|
||||
public void testModality() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/modality.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("notMagicParcel.kt")
|
||||
public void testNotMagicParcel() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/notMagicParcel.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("notMagicParcel.kt")
|
||||
public void testNotMagicParcel() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/notMagicParcel.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("properties.kt")
|
||||
public void testProperties() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/properties.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("properties.kt")
|
||||
public void testProperties() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/properties.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/simple.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/simple.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("unsupportedType.kt")
|
||||
public void testUnsupportedType() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/unsupportedType.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("unsupportedType.kt")
|
||||
public void testUnsupportedType() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/unsupportedType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("withoutParcelableSupertype.kt")
|
||||
public void testWithoutParcelableSupertype() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/withoutParcelableSupertype.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("withoutParcelableSupertype.kt")
|
||||
public void testWithoutParcelableSupertype() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/withoutParcelableSupertype.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("wrongAnnotationTarget.kt")
|
||||
public void testWrongAnnotationTarget() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/wrongAnnotationTarget.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("wrongAnnotationTarget.kt")
|
||||
public void testWrongAnnotationTarget() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/diagnostics/wrongAnnotationTarget.kt");
|
||||
}
|
||||
}
|
||||
|
||||
+502
-502
File diff suppressed because it is too large
Load Diff
+502
-502
File diff suppressed because it is too large
Load Diff
+124
-124
@@ -20,152 +20,152 @@ import java.util.regex.Pattern;
|
||||
@TestMetadata("plugins/parcelize/parcelize-compiler/testData/codegen")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class ParcelizeIrBytecodeListingTestGenerated extends AbstractParcelizeIrBytecodeListingTest {
|
||||
@Test
|
||||
public void testAllFilesPresentInCodegen() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/parcelize/parcelize-compiler/testData/codegen"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
@Test
|
||||
public void testAllFilesPresentInCodegen() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/parcelize/parcelize-compiler/testData/codegen"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("classLoaderValues.kt")
|
||||
public void testClassLoaderValues() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/classLoaderValues.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("classLoaderValues.kt")
|
||||
public void testClassLoaderValues() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/classLoaderValues.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("customDescribeContents.kt")
|
||||
public void testCustomDescribeContents() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/customDescribeContents.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("customDescribeContents.kt")
|
||||
public void testCustomDescribeContents() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/customDescribeContents.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("customParcelablesDifferentModule.kt")
|
||||
public void testCustomParcelablesDifferentModule() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/customParcelablesDifferentModule.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("customParcelablesDifferentModule.kt")
|
||||
public void testCustomParcelablesDifferentModule() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/customParcelablesDifferentModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("customParcelablesSameModule.kt")
|
||||
public void testCustomParcelablesSameModule() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/customParcelablesSameModule.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("customParcelablesSameModule.kt")
|
||||
public void testCustomParcelablesSameModule() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/customParcelablesSameModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("customSimple.kt")
|
||||
public void testCustomSimple() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/customSimple.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("customSimple.kt")
|
||||
public void testCustomSimple() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/customSimple.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("customSimpleWithNewArray.kt")
|
||||
public void testCustomSimpleWithNewArray() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/customSimpleWithNewArray.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("customSimpleWithNewArray.kt")
|
||||
public void testCustomSimpleWithNewArray() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/customSimpleWithNewArray.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("describeContentsFromSuperType.kt")
|
||||
public void testDescribeContentsFromSuperType() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/describeContentsFromSuperType.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("describeContentsFromSuperType.kt")
|
||||
public void testDescribeContentsFromSuperType() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/describeContentsFromSuperType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("duplicatingClinit.kt")
|
||||
public void testDuplicatingClinit() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/duplicatingClinit.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("duplicatingClinit.kt")
|
||||
public void testDuplicatingClinit() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/duplicatingClinit.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("efficientParcelable.kt")
|
||||
public void testEfficientParcelable() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/efficientParcelable.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("efficientParcelable.kt")
|
||||
public void testEfficientParcelable() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/efficientParcelable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("generics.kt")
|
||||
public void testGenerics() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/generics.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("generics.kt")
|
||||
public void testGenerics() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/generics.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("IBinderIInterface.kt")
|
||||
public void testIBinderIInterface() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/IBinderIInterface.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("IBinderIInterface.kt")
|
||||
public void testIBinderIInterface() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/IBinderIInterface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt25839.kt")
|
||||
public void testKt25839() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/kt25839.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("kt25839.kt")
|
||||
public void testKt25839() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/kt25839.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("listInsideList.kt")
|
||||
public void testListInsideList() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/listInsideList.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("listInsideList.kt")
|
||||
public void testListInsideList() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/listInsideList.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullableNotNullSize.kt")
|
||||
public void testNullableNotNullSize() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/nullableNotNullSize.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("nullableNotNullSize.kt")
|
||||
public void testNullableNotNullSize() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/nullableNotNullSize.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("parcelable.kt")
|
||||
public void testParcelable() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/parcelable.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("parcelable.kt")
|
||||
public void testParcelable() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/parcelable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("parcelableCreator.kt")
|
||||
public void testParcelableCreator() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/parcelableCreator.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("parcelableCreator.kt")
|
||||
public void testParcelableCreator() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/parcelableCreator.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("primitiveArrays.kt")
|
||||
public void testPrimitiveArrays() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/primitiveArrays.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("primitiveArrays.kt")
|
||||
public void testPrimitiveArrays() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/primitiveArrays.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("serializable.kt")
|
||||
public void testSerializable() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/serializable.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("serializable.kt")
|
||||
public void testSerializable() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/serializable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("serializeValue.kt")
|
||||
public void testSerializeValue() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/serializeValue.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("serializeValue.kt")
|
||||
public void testSerializeValue() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/serializeValue.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/simple.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/simple.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simpleList.kt")
|
||||
public void testSimpleList() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/simpleList.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("simpleList.kt")
|
||||
public void testSimpleList() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/simpleList.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simplePersistentList.kt")
|
||||
public void testSimplePersistentList() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/simplePersistentList.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("simplePersistentList.kt")
|
||||
public void testSimplePersistentList() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/simplePersistentList.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("size.kt")
|
||||
public void testSize() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/size.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("size.kt")
|
||||
public void testSize() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/size.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("unsignedPrimitiveArrays.kt")
|
||||
public void testUnsignedPrimitiveArrays() throws Exception {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/unsignedPrimitiveArrays.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("unsignedPrimitiveArrays.kt")
|
||||
public void testUnsignedPrimitiveArrays() {
|
||||
runTest("plugins/parcelize/parcelize-compiler/testData/codegen/unsignedPrimitiveArrays.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user