[Test] Regenerate tests after two previous commits
This commit is contained in:
committed by
Space Team
parent
d9beae0556
commit
acf2296590
+49
-49
@@ -19,62 +19,62 @@ import java.util.regex.Pattern;
|
||||
@TestMetadata("analysis/symbol-light-classes/testData/lightElements")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class LightClassUtilTestGenerated extends AbstractLightClassUtilTest {
|
||||
@Test
|
||||
public void testAllFilesPresentInLightElements() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/symbol-light-classes/testData/lightElements"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
|
||||
}
|
||||
@Test
|
||||
public void testAllFilesPresentInLightElements() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/symbol-light-classes/testData/lightElements"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mangledName.kt")
|
||||
public void testMangledName() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/lightElements/mangledName.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("mangledName.kt")
|
||||
public void testMangledName() {
|
||||
runTest("analysis/symbol-light-classes/testData/lightElements/mangledName.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mangledNameWithAnnotations.kt")
|
||||
public void testMangledNameWithAnnotations() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/lightElements/mangledNameWithAnnotations.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("mangledNameWithAnnotations.kt")
|
||||
public void testMangledNameWithAnnotations() {
|
||||
runTest("analysis/symbol-light-classes/testData/lightElements/mangledNameWithAnnotations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyAccessor.kt")
|
||||
public void testPropertyAccessor() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/lightElements/propertyAccessor.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("propertyAccessor.kt")
|
||||
public void testPropertyAccessor() {
|
||||
runTest("analysis/symbol-light-classes/testData/lightElements/propertyAccessor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyAccessorWithAnnotation.kt")
|
||||
public void testPropertyAccessorWithAnnotation() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/lightElements/propertyAccessorWithAnnotation.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("propertyAccessorWithAnnotation.kt")
|
||||
public void testPropertyAccessorWithAnnotation() {
|
||||
runTest("analysis/symbol-light-classes/testData/lightElements/propertyAccessorWithAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyAccessorWithImplicitAnnotation.kt")
|
||||
public void testPropertyAccessorWithImplicitAnnotation() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/lightElements/propertyAccessorWithImplicitAnnotation.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("propertyAccessorWithImplicitAnnotation.kt")
|
||||
public void testPropertyAccessorWithImplicitAnnotation() {
|
||||
runTest("analysis/symbol-light-classes/testData/lightElements/propertyAccessorWithImplicitAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyWithExplicitAccessors.kt")
|
||||
public void testPropertyWithExplicitAccessors() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/lightElements/propertyWithExplicitAccessors.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("propertyWithExplicitAccessors.kt")
|
||||
public void testPropertyWithExplicitAccessors() {
|
||||
runTest("analysis/symbol-light-classes/testData/lightElements/propertyWithExplicitAccessors.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyWithExplicitAccessorsAndAnnotation.kt")
|
||||
public void testPropertyWithExplicitAccessorsAndAnnotation() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/lightElements/propertyWithExplicitAccessorsAndAnnotation.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("propertyWithExplicitAccessorsAndAnnotation.kt")
|
||||
public void testPropertyWithExplicitAccessorsAndAnnotation() {
|
||||
runTest("analysis/symbol-light-classes/testData/lightElements/propertyWithExplicitAccessorsAndAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyWithExplicitAccessorsAndAnnotationOnThem.kt")
|
||||
public void testPropertyWithExplicitAccessorsAndAnnotationOnThem() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/lightElements/propertyWithExplicitAccessorsAndAnnotationOnThem.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("propertyWithExplicitAccessorsAndAnnotationOnThem.kt")
|
||||
public void testPropertyWithExplicitAccessorsAndAnnotationOnThem() {
|
||||
runTest("analysis/symbol-light-classes/testData/lightElements/propertyWithExplicitAccessorsAndAnnotationOnThem.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyWithImplicitAccessors.kt")
|
||||
public void testPropertyWithImplicitAccessors() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/lightElements/propertyWithImplicitAccessors.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("propertyWithImplicitAccessors.kt")
|
||||
public void testPropertyWithImplicitAccessors() {
|
||||
runTest("analysis/symbol-light-classes/testData/lightElements/propertyWithImplicitAccessors.kt");
|
||||
}
|
||||
}
|
||||
|
||||
+54
-54
@@ -19,68 +19,68 @@ import java.util.regex.Pattern;
|
||||
@TestMetadata("analysis/symbol-light-classes/testData/equivalentTo")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class SymbolLightClassesEquivalentTestGenerated extends AbstractSymbolLightClassesEquivalentTest {
|
||||
@Test
|
||||
public void testAllFilesPresentInEquivalentTo() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/symbol-light-classes/testData/equivalentTo"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
|
||||
}
|
||||
@Test
|
||||
public void testAllFilesPresentInEquivalentTo() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/symbol-light-classes/testData/equivalentTo"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("AnnotationClass.kt")
|
||||
public void testAnnotationClass() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/AnnotationClass.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("AnnotationClass.kt")
|
||||
public void testAnnotationClass() {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/AnnotationClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("AnonymousClass.kt")
|
||||
public void testAnonymousClass() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/AnonymousClass.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("AnonymousClass.kt")
|
||||
public void testAnonymousClass() {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/AnonymousClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassPropertyWithAccessor.kt")
|
||||
public void testClassPropertyWithAccessor() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/ClassPropertyWithAccessor.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("ClassPropertyWithAccessor.kt")
|
||||
public void testClassPropertyWithAccessor() {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/ClassPropertyWithAccessor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("CompanionProperty.kt")
|
||||
public void testCompanionProperty() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/CompanionProperty.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("CompanionProperty.kt")
|
||||
public void testCompanionProperty() {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/CompanionProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Constructor.kt")
|
||||
public void testConstructor() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/Constructor.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("Constructor.kt")
|
||||
public void testConstructor() {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/Constructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EnumClassEntry.kt")
|
||||
public void testEnumClassEntry() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/EnumClassEntry.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("EnumClassEntry.kt")
|
||||
public void testEnumClassEntry() {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/EnumClassEntry.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Function.kt")
|
||||
public void testFunction() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/Function.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("Function.kt")
|
||||
public void testFunction() {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/Function.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Interface.kt")
|
||||
public void testInterface() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/Interface.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("Interface.kt")
|
||||
public void testInterface() {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/Interface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Klass.kt")
|
||||
public void testKlass() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/Klass.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("Klass.kt")
|
||||
public void testKlass() {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/Klass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("TypeParameter.kt")
|
||||
public void testTypeParameter() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/TypeParameter.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("TypeParameter.kt")
|
||||
public void testTypeParameter() {
|
||||
runTest("analysis/symbol-light-classes/testData/equivalentTo/TypeParameter.kt");
|
||||
}
|
||||
}
|
||||
|
||||
+588
-588
File diff suppressed because it is too large
Load Diff
+467
-467
File diff suppressed because it is too large
Load Diff
+588
-588
File diff suppressed because it is too large
Load Diff
+467
-467
File diff suppressed because it is too large
Load Diff
+588
-588
File diff suppressed because it is too large
Load Diff
+467
-467
File diff suppressed because it is too large
Load Diff
+9
-9
@@ -19,14 +19,14 @@ import java.util.regex.Pattern;
|
||||
@TestMetadata("analysis/symbol-light-classes/testData/structureByFqName")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class SymbolLightClassesStructureByFqNameForLibraryTestGenerated extends AbstractSymbolLightClassesStructureByFqNameForLibraryTest {
|
||||
@Test
|
||||
public void testAllFilesPresentInStructureByFqName() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/symbol-light-classes/testData/structureByFqName"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
|
||||
}
|
||||
@Test
|
||||
public void testAllFilesPresentInStructureByFqName() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/symbol-light-classes/testData/structureByFqName"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("DefaultImpls.kt")
|
||||
public void testDefaultImpls() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/structureByFqName/DefaultImpls.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("DefaultImpls.kt")
|
||||
public void testDefaultImpls() {
|
||||
runTest("analysis/symbol-light-classes/testData/structureByFqName/DefaultImpls.kt");
|
||||
}
|
||||
}
|
||||
|
||||
+39
-39
@@ -19,50 +19,50 @@ import java.util.regex.Pattern;
|
||||
@TestMetadata("analysis/symbol-light-classes/testData/structure")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class SymbolLightClassesStructureForLibraryTestGenerated extends AbstractSymbolLightClassesStructureForLibraryTest {
|
||||
@Test
|
||||
public void testAllFilesPresentInStructure() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/symbol-light-classes/testData/structure"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
|
||||
}
|
||||
@Test
|
||||
public void testAllFilesPresentInStructure() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/symbol-light-classes/testData/structure"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Annotations.kt")
|
||||
public void testAnnotations() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/Annotations.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("Annotations.kt")
|
||||
public void testAnnotations() {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/Annotations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Classes.kt")
|
||||
public void testClasses() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/Classes.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("Classes.kt")
|
||||
public void testClasses() {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/Classes.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EnumEntries.kt")
|
||||
public void testEnumEntries() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/EnumEntries.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("EnumEntries.kt")
|
||||
public void testEnumEntries() {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/EnumEntries.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InterfaceAndClasses.kt")
|
||||
public void testInterfaceAndClasses() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/InterfaceAndClasses.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("InterfaceAndClasses.kt")
|
||||
public void testInterfaceAndClasses() {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/InterfaceAndClasses.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Interfaces.kt")
|
||||
public void testInterfaces() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/Interfaces.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("Interfaces.kt")
|
||||
public void testInterfaces() {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/Interfaces.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NestedClasses.kt")
|
||||
public void testNestedClasses() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/NestedClasses.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("NestedClasses.kt")
|
||||
public void testNestedClasses() {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/NestedClasses.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Objects.kt")
|
||||
public void testObjects() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/Objects.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("Objects.kt")
|
||||
public void testObjects() {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/Objects.kt");
|
||||
}
|
||||
}
|
||||
|
||||
+64
-64
@@ -19,80 +19,80 @@ import java.util.regex.Pattern;
|
||||
@TestMetadata("analysis/symbol-light-classes/testData/annotationsEquality")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class SymbolLightClassesAnnotationEqualityForSourceTestGenerated extends AbstractSymbolLightClassesAnnotationEqualityForSourceTest {
|
||||
@Test
|
||||
public void testAllFilesPresentInAnnotationsEquality() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/symbol-light-classes/testData/annotationsEquality"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
|
||||
}
|
||||
@Test
|
||||
public void testAllFilesPresentInAnnotationsEquality() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/symbol-light-classes/testData/annotationsEquality"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Deprecated.kt")
|
||||
public void testDeprecated() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/Deprecated.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("Deprecated.kt")
|
||||
public void testDeprecated() {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/Deprecated.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EnumConstantNameInQuotes.kt")
|
||||
public void testEnumConstantNameInQuotes() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/EnumConstantNameInQuotes.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("EnumConstantNameInQuotes.kt")
|
||||
public void testEnumConstantNameInQuotes() {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/EnumConstantNameInQuotes.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ExplicitRetension.kt")
|
||||
public void testExplicitRetension() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/ExplicitRetension.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("ExplicitRetension.kt")
|
||||
public void testExplicitRetension() {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/ExplicitRetension.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ImplicitRetension.kt")
|
||||
public void testImplicitRetension() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/ImplicitRetension.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("ImplicitRetension.kt")
|
||||
public void testImplicitRetension() {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/ImplicitRetension.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("JavaRepeatable.kt")
|
||||
public void testJavaRepeatable() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/JavaRepeatable.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("JavaRepeatable.kt")
|
||||
public void testJavaRepeatable() {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/JavaRepeatable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("JvmRepeatable.kt")
|
||||
public void testJvmRepeatable() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/JvmRepeatable.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("JvmRepeatable.kt")
|
||||
public void testJvmRepeatable() {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/JvmRepeatable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("KotlinTargetFirst.kt")
|
||||
public void testKotlinTargetFirst() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/KotlinTargetFirst.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("KotlinTargetFirst.kt")
|
||||
public void testKotlinTargetFirst() {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/KotlinTargetFirst.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("OverrideMethod.kt")
|
||||
public void testOverrideMethod() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/OverrideMethod.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("OverrideMethod.kt")
|
||||
public void testOverrideMethod() {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/OverrideMethod.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Repeatable.kt")
|
||||
public void testRepeatable() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/Repeatable.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("Repeatable.kt")
|
||||
public void testRepeatable() {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/Repeatable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Target.kt")
|
||||
public void testTarget() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/Target.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("Target.kt")
|
||||
public void testTarget() {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/Target.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("TopLevelFunctionWithDeprecatedAnnotation.kt")
|
||||
public void testTopLevelFunctionWithDeprecatedAnnotation() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/TopLevelFunctionWithDeprecatedAnnotation.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("TopLevelFunctionWithDeprecatedAnnotation.kt")
|
||||
public void testTopLevelFunctionWithDeprecatedAnnotation() {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/TopLevelFunctionWithDeprecatedAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("TopLevelFunctionWithRegularAnnotation.kt")
|
||||
public void testTopLevelFunctionWithRegularAnnotation() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/TopLevelFunctionWithRegularAnnotation.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("TopLevelFunctionWithRegularAnnotation.kt")
|
||||
public void testTopLevelFunctionWithRegularAnnotation() {
|
||||
runTest("analysis/symbol-light-classes/testData/annotationsEquality/TopLevelFunctionWithRegularAnnotation.kt");
|
||||
}
|
||||
}
|
||||
|
||||
+686
-686
File diff suppressed because it is too large
Load Diff
+491
-491
File diff suppressed because it is too large
Load Diff
+686
-686
File diff suppressed because it is too large
Load Diff
+491
-491
File diff suppressed because it is too large
Load Diff
+686
-686
File diff suppressed because it is too large
Load Diff
+491
-491
File diff suppressed because it is too large
Load Diff
+9
-9
@@ -19,14 +19,14 @@ import java.util.regex.Pattern;
|
||||
@TestMetadata("analysis/symbol-light-classes/testData/structureByFqName")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class SymbolLightClassesStructureByFqNameForSourceTestGenerated extends AbstractSymbolLightClassesStructureByFqNameForSourceTest {
|
||||
@Test
|
||||
public void testAllFilesPresentInStructureByFqName() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/symbol-light-classes/testData/structureByFqName"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
|
||||
}
|
||||
@Test
|
||||
public void testAllFilesPresentInStructureByFqName() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/symbol-light-classes/testData/structureByFqName"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("DefaultImpls.kt")
|
||||
public void testDefaultImpls() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/structureByFqName/DefaultImpls.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("DefaultImpls.kt")
|
||||
public void testDefaultImpls() {
|
||||
runTest("analysis/symbol-light-classes/testData/structureByFqName/DefaultImpls.kt");
|
||||
}
|
||||
}
|
||||
|
||||
+39
-39
@@ -19,50 +19,50 @@ import java.util.regex.Pattern;
|
||||
@TestMetadata("analysis/symbol-light-classes/testData/structure")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class SymbolLightClassesStructureForSourceTestGenerated extends AbstractSymbolLightClassesStructureForSourceTest {
|
||||
@Test
|
||||
public void testAllFilesPresentInStructure() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/symbol-light-classes/testData/structure"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
|
||||
}
|
||||
@Test
|
||||
public void testAllFilesPresentInStructure() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/symbol-light-classes/testData/structure"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Annotations.kt")
|
||||
public void testAnnotations() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/Annotations.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("Annotations.kt")
|
||||
public void testAnnotations() {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/Annotations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Classes.kt")
|
||||
public void testClasses() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/Classes.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("Classes.kt")
|
||||
public void testClasses() {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/Classes.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EnumEntries.kt")
|
||||
public void testEnumEntries() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/EnumEntries.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("EnumEntries.kt")
|
||||
public void testEnumEntries() {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/EnumEntries.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InterfaceAndClasses.kt")
|
||||
public void testInterfaceAndClasses() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/InterfaceAndClasses.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("InterfaceAndClasses.kt")
|
||||
public void testInterfaceAndClasses() {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/InterfaceAndClasses.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Interfaces.kt")
|
||||
public void testInterfaces() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/Interfaces.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("Interfaces.kt")
|
||||
public void testInterfaces() {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/Interfaces.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NestedClasses.kt")
|
||||
public void testNestedClasses() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/NestedClasses.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("NestedClasses.kt")
|
||||
public void testNestedClasses() {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/NestedClasses.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Objects.kt")
|
||||
public void testObjects() throws Exception {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/Objects.kt");
|
||||
}
|
||||
@Test
|
||||
@TestMetadata("Objects.kt")
|
||||
public void testObjects() {
|
||||
runTest("analysis/symbol-light-classes/testData/structure/Objects.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user