[Test] Regenerate tests after two previous commits

This commit is contained in:
Dmitriy Novozhilov
2024-02-16 13:04:43 +02:00
committed by Space Team
parent d9beae0556
commit acf2296590
822 changed files with 1698183 additions and 1698183 deletions
@@ -19,26 +19,26 @@ import java.util.regex.Pattern;
@TestMetadata("plugins/allopen/testData/diagnostics")
@TestDataPath("$PROJECT_ROOT")
public class DiagnosticTestForAllOpenBaseGenerated extends AbstractDiagnosticTestForAllOpenBase {
@Test
public void testAllFilesPresentInDiagnostics() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/allopen/testData/diagnostics"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
public void testAllFilesPresentInDiagnostics() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/allopen/testData/diagnostics"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
@TestMetadata("kt54260.kt")
public void testKt54260() throws Exception {
runTest("plugins/allopen/testData/diagnostics/kt54260.kt");
}
@Test
@TestMetadata("kt54260.kt")
public void testKt54260() {
runTest("plugins/allopen/testData/diagnostics/kt54260.kt");
}
@Test
@TestMetadata("kt60448.kt")
public void testKt60448() throws Exception {
runTest("plugins/allopen/testData/diagnostics/kt60448.kt");
}
@Test
@TestMetadata("kt60448.kt")
public void testKt60448() {
runTest("plugins/allopen/testData/diagnostics/kt60448.kt");
}
@Test
@TestMetadata("smartcast.kt")
public void testSmartcast() throws Exception {
runTest("plugins/allopen/testData/diagnostics/smartcast.kt");
}
@Test
@TestMetadata("smartcast.kt")
public void testSmartcast() {
runTest("plugins/allopen/testData/diagnostics/smartcast.kt");
}
}
@@ -19,26 +19,26 @@ import java.util.regex.Pattern;
@TestMetadata("plugins/allopen/testData/diagnostics")
@TestDataPath("$PROJECT_ROOT")
public class FirLightTreeDiagnosticTestForAllOpenGenerated extends AbstractFirLightTreeDiagnosticTestForAllOpen {
@Test
public void testAllFilesPresentInDiagnostics() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/allopen/testData/diagnostics"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
public void testAllFilesPresentInDiagnostics() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/allopen/testData/diagnostics"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
@TestMetadata("kt54260.kt")
public void testKt54260() throws Exception {
runTest("plugins/allopen/testData/diagnostics/kt54260.kt");
}
@Test
@TestMetadata("kt54260.kt")
public void testKt54260() {
runTest("plugins/allopen/testData/diagnostics/kt54260.kt");
}
@Test
@TestMetadata("kt60448.kt")
public void testKt60448() throws Exception {
runTest("plugins/allopen/testData/diagnostics/kt60448.kt");
}
@Test
@TestMetadata("kt60448.kt")
public void testKt60448() {
runTest("plugins/allopen/testData/diagnostics/kt60448.kt");
}
@Test
@TestMetadata("smartcast.kt")
public void testSmartcast() throws Exception {
runTest("plugins/allopen/testData/diagnostics/smartcast.kt");
}
@Test
@TestMetadata("smartcast.kt")
public void testSmartcast() {
runTest("plugins/allopen/testData/diagnostics/smartcast.kt");
}
}
@@ -20,104 +20,104 @@ import java.util.regex.Pattern;
@TestMetadata("plugins/allopen/testData/bytecodeListing")
@TestDataPath("$PROJECT_ROOT")
public class FirPsiBytecodeListingTestForAllOpenGenerated extends AbstractFirPsiBytecodeListingTestForAllOpen {
@Test
public void testAllFilesPresentInBytecodeListing() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/allopen/testData/bytecodeListing"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), TargetBackend.JVM_IR, true);
}
@Test
public void testAllFilesPresentInBytecodeListing() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/allopen/testData/bytecodeListing"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), TargetBackend.JVM_IR, true);
}
@Test
@TestMetadata("allOpenOnNotClasses.kt")
public void testAllOpenOnNotClasses() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/allOpenOnNotClasses.kt");
}
@Test
@TestMetadata("allOpenOnNotClasses.kt")
public void testAllOpenOnNotClasses() {
runTest("plugins/allopen/testData/bytecodeListing/allOpenOnNotClasses.kt");
}
@Test
@TestMetadata("alreadyOpen.kt")
public void testAlreadyOpen() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/alreadyOpen.kt");
}
@Test
@TestMetadata("alreadyOpen.kt")
public void testAlreadyOpen() {
runTest("plugins/allopen/testData/bytecodeListing/alreadyOpen.kt");
}
@Test
@TestMetadata("annotationMembers.kt")
public void testAnnotationMembers() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/annotationMembers.kt");
}
@Test
@TestMetadata("annotationMembers.kt")
public void testAnnotationMembers() {
runTest("plugins/allopen/testData/bytecodeListing/annotationMembers.kt");
}
@Test
@TestMetadata("anonymousObject.kt")
public void testAnonymousObject() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/anonymousObject.kt");
}
@Test
@TestMetadata("anonymousObject.kt")
public void testAnonymousObject() {
runTest("plugins/allopen/testData/bytecodeListing/anonymousObject.kt");
}
@Test
@TestMetadata("explicitFinal.kt")
public void testExplicitFinal() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/explicitFinal.kt");
}
@Test
@TestMetadata("explicitFinal.kt")
public void testExplicitFinal() {
runTest("plugins/allopen/testData/bytecodeListing/explicitFinal.kt");
}
@Test
@TestMetadata("metaAnnotation_differentModules.kt")
public void testMetaAnnotation_differentModules() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/metaAnnotation_differentModules.kt");
}
@Test
@TestMetadata("metaAnnotation_differentModules.kt")
public void testMetaAnnotation_differentModules() {
runTest("plugins/allopen/testData/bytecodeListing/metaAnnotation_differentModules.kt");
}
@Test
@TestMetadata("metaAnnotation_sameModule.kt")
public void testMetaAnnotation_sameModule() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/metaAnnotation_sameModule.kt");
}
@Test
@TestMetadata("metaAnnotation_sameModule.kt")
public void testMetaAnnotation_sameModule() {
runTest("plugins/allopen/testData/bytecodeListing/metaAnnotation_sameModule.kt");
}
@Test
@TestMetadata("nestedClass.kt")
public void testNestedClass() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/nestedClass.kt");
}
@Test
@TestMetadata("nestedClass.kt")
public void testNestedClass() {
runTest("plugins/allopen/testData/bytecodeListing/nestedClass.kt");
}
@Test
@TestMetadata("nestedInner.kt")
public void testNestedInner() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/nestedInner.kt");
}
@Test
@TestMetadata("nestedInner.kt")
public void testNestedInner() {
runTest("plugins/allopen/testData/bytecodeListing/nestedInner.kt");
}
@Test
@TestMetadata("noAllOpen.kt")
public void testNoAllOpen() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/noAllOpen.kt");
}
@Test
@TestMetadata("noAllOpen.kt")
public void testNoAllOpen() {
runTest("plugins/allopen/testData/bytecodeListing/noAllOpen.kt");
}
@Test
@TestMetadata("privateMembers.kt")
public void testPrivateMembers() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/privateMembers.kt");
}
@Test
@TestMetadata("privateMembers.kt")
public void testPrivateMembers() {
runTest("plugins/allopen/testData/bytecodeListing/privateMembers.kt");
}
@Test
@TestMetadata("sealed.kt")
public void testSealed() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/sealed.kt");
}
@Test
@TestMetadata("sealed.kt")
public void testSealed() {
runTest("plugins/allopen/testData/bytecodeListing/sealed.kt");
}
@Test
@TestMetadata("severalAllOpen.kt")
public void testSeveralAllOpen() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/severalAllOpen.kt");
}
@Test
@TestMetadata("severalAllOpen.kt")
public void testSeveralAllOpen() {
runTest("plugins/allopen/testData/bytecodeListing/severalAllOpen.kt");
}
@Test
@TestMetadata("simple.kt")
public void testSimple() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/simple.kt");
}
@Test
@TestMetadata("simple.kt")
public void testSimple() {
runTest("plugins/allopen/testData/bytecodeListing/simple.kt");
}
@Test
@TestMetadata("springAnnotations.kt")
public void testSpringAnnotations() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/springAnnotations.kt");
}
@Test
@TestMetadata("springAnnotations.kt")
public void testSpringAnnotations() {
runTest("plugins/allopen/testData/bytecodeListing/springAnnotations.kt");
}
@Test
@TestMetadata("superClassAnnotation.kt")
public void testSuperClassAnnotation() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/superClassAnnotation.kt");
}
@Test
@TestMetadata("superClassAnnotation.kt")
public void testSuperClassAnnotation() {
runTest("plugins/allopen/testData/bytecodeListing/superClassAnnotation.kt");
}
}
@@ -19,26 +19,26 @@ import java.util.regex.Pattern;
@TestMetadata("plugins/allopen/testData/diagnostics")
@TestDataPath("$PROJECT_ROOT")
public class FirPsiDiagnosticTestForAllOpenGenerated extends AbstractFirPsiDiagnosticTestForAllOpen {
@Test
public void testAllFilesPresentInDiagnostics() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/allopen/testData/diagnostics"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
public void testAllFilesPresentInDiagnostics() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/allopen/testData/diagnostics"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
@TestMetadata("kt54260.kt")
public void testKt54260() throws Exception {
runTest("plugins/allopen/testData/diagnostics/kt54260.kt");
}
@Test
@TestMetadata("kt54260.kt")
public void testKt54260() {
runTest("plugins/allopen/testData/diagnostics/kt54260.kt");
}
@Test
@TestMetadata("kt60448.kt")
public void testKt60448() throws Exception {
runTest("plugins/allopen/testData/diagnostics/kt60448.kt");
}
@Test
@TestMetadata("kt60448.kt")
public void testKt60448() {
runTest("plugins/allopen/testData/diagnostics/kt60448.kt");
}
@Test
@TestMetadata("smartcast.kt")
public void testSmartcast() throws Exception {
runTest("plugins/allopen/testData/diagnostics/smartcast.kt");
}
@Test
@TestMetadata("smartcast.kt")
public void testSmartcast() {
runTest("plugins/allopen/testData/diagnostics/smartcast.kt");
}
}
@@ -20,104 +20,104 @@ import java.util.regex.Pattern;
@TestMetadata("plugins/allopen/testData/bytecodeListing")
@TestDataPath("$PROJECT_ROOT")
public class IrBytecodeListingTestForAllOpenGenerated extends AbstractIrBytecodeListingTestForAllOpen {
@Test
public void testAllFilesPresentInBytecodeListing() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/allopen/testData/bytecodeListing"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), TargetBackend.JVM_IR, true);
}
@Test
public void testAllFilesPresentInBytecodeListing() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/allopen/testData/bytecodeListing"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), TargetBackend.JVM_IR, true);
}
@Test
@TestMetadata("allOpenOnNotClasses.kt")
public void testAllOpenOnNotClasses() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/allOpenOnNotClasses.kt");
}
@Test
@TestMetadata("allOpenOnNotClasses.kt")
public void testAllOpenOnNotClasses() {
runTest("plugins/allopen/testData/bytecodeListing/allOpenOnNotClasses.kt");
}
@Test
@TestMetadata("alreadyOpen.kt")
public void testAlreadyOpen() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/alreadyOpen.kt");
}
@Test
@TestMetadata("alreadyOpen.kt")
public void testAlreadyOpen() {
runTest("plugins/allopen/testData/bytecodeListing/alreadyOpen.kt");
}
@Test
@TestMetadata("annotationMembers.kt")
public void testAnnotationMembers() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/annotationMembers.kt");
}
@Test
@TestMetadata("annotationMembers.kt")
public void testAnnotationMembers() {
runTest("plugins/allopen/testData/bytecodeListing/annotationMembers.kt");
}
@Test
@TestMetadata("anonymousObject.kt")
public void testAnonymousObject() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/anonymousObject.kt");
}
@Test
@TestMetadata("anonymousObject.kt")
public void testAnonymousObject() {
runTest("plugins/allopen/testData/bytecodeListing/anonymousObject.kt");
}
@Test
@TestMetadata("explicitFinal.kt")
public void testExplicitFinal() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/explicitFinal.kt");
}
@Test
@TestMetadata("explicitFinal.kt")
public void testExplicitFinal() {
runTest("plugins/allopen/testData/bytecodeListing/explicitFinal.kt");
}
@Test
@TestMetadata("metaAnnotation_differentModules.kt")
public void testMetaAnnotation_differentModules() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/metaAnnotation_differentModules.kt");
}
@Test
@TestMetadata("metaAnnotation_differentModules.kt")
public void testMetaAnnotation_differentModules() {
runTest("plugins/allopen/testData/bytecodeListing/metaAnnotation_differentModules.kt");
}
@Test
@TestMetadata("metaAnnotation_sameModule.kt")
public void testMetaAnnotation_sameModule() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/metaAnnotation_sameModule.kt");
}
@Test
@TestMetadata("metaAnnotation_sameModule.kt")
public void testMetaAnnotation_sameModule() {
runTest("plugins/allopen/testData/bytecodeListing/metaAnnotation_sameModule.kt");
}
@Test
@TestMetadata("nestedClass.kt")
public void testNestedClass() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/nestedClass.kt");
}
@Test
@TestMetadata("nestedClass.kt")
public void testNestedClass() {
runTest("plugins/allopen/testData/bytecodeListing/nestedClass.kt");
}
@Test
@TestMetadata("nestedInner.kt")
public void testNestedInner() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/nestedInner.kt");
}
@Test
@TestMetadata("nestedInner.kt")
public void testNestedInner() {
runTest("plugins/allopen/testData/bytecodeListing/nestedInner.kt");
}
@Test
@TestMetadata("noAllOpen.kt")
public void testNoAllOpen() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/noAllOpen.kt");
}
@Test
@TestMetadata("noAllOpen.kt")
public void testNoAllOpen() {
runTest("plugins/allopen/testData/bytecodeListing/noAllOpen.kt");
}
@Test
@TestMetadata("privateMembers.kt")
public void testPrivateMembers() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/privateMembers.kt");
}
@Test
@TestMetadata("privateMembers.kt")
public void testPrivateMembers() {
runTest("plugins/allopen/testData/bytecodeListing/privateMembers.kt");
}
@Test
@TestMetadata("sealed.kt")
public void testSealed() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/sealed.kt");
}
@Test
@TestMetadata("sealed.kt")
public void testSealed() {
runTest("plugins/allopen/testData/bytecodeListing/sealed.kt");
}
@Test
@TestMetadata("severalAllOpen.kt")
public void testSeveralAllOpen() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/severalAllOpen.kt");
}
@Test
@TestMetadata("severalAllOpen.kt")
public void testSeveralAllOpen() {
runTest("plugins/allopen/testData/bytecodeListing/severalAllOpen.kt");
}
@Test
@TestMetadata("simple.kt")
public void testSimple() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/simple.kt");
}
@Test
@TestMetadata("simple.kt")
public void testSimple() {
runTest("plugins/allopen/testData/bytecodeListing/simple.kt");
}
@Test
@TestMetadata("springAnnotations.kt")
public void testSpringAnnotations() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/springAnnotations.kt");
}
@Test
@TestMetadata("springAnnotations.kt")
public void testSpringAnnotations() {
runTest("plugins/allopen/testData/bytecodeListing/springAnnotations.kt");
}
@Test
@TestMetadata("superClassAnnotation.kt")
public void testSuperClassAnnotation() throws Exception {
runTest("plugins/allopen/testData/bytecodeListing/superClassAnnotation.kt");
}
@Test
@TestMetadata("superClassAnnotation.kt")
public void testSuperClassAnnotation() {
runTest("plugins/allopen/testData/bytecodeListing/superClassAnnotation.kt");
}
}