Regenerate tests

This commit is contained in:
Alexander Udalov
2015-04-10 02:38:23 +03:00
parent 69e7a25b08
commit 94df191f86
145 changed files with 0 additions and 2025 deletions
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.addImport;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.checkers;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.checkers;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,14 +27,6 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
JetPsiCheckerTestGenerated.Checker.class,
JetPsiCheckerTestGenerated.Regression.class,
JetPsiCheckerTestGenerated.Recovery.class,
JetPsiCheckerTestGenerated.Rendering.class,
JetPsiCheckerTestGenerated.DuplicateJvmSignature.class,
JetPsiCheckerTestGenerated.Infos.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class JetPsiCheckerTestGenerated extends AbstractJetPsiCheckerTest {
@TestMetadata("idea/testData/checker")
@@ -574,11 +565,6 @@ public class JetPsiCheckerTestGenerated extends AbstractJetPsiCheckerTest {
@TestMetadata("idea/testData/checker/duplicateJvmSignature")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
DuplicateJvmSignature.Fields.class,
DuplicateJvmSignature.FunctionAndProperty.class,
DuplicateJvmSignature.TraitImpl.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class DuplicateJvmSignature extends AbstractJetPsiCheckerTest {
public void testAllFilesPresentInDuplicateJvmSignature() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.completion;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,8 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("idea/testData/completion/injava")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public class CompiledKotlinInJavaCompletionTestGenerated extends AbstractCompiledKotlinInJavaCompletionTest {
public void testAllFilesPresentInInjava() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.completion;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.completion;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,21 +27,10 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
JSBasicCompletionTestGenerated.Common.class,
JSBasicCompletionTestGenerated.Js.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class JSBasicCompletionTestGenerated extends AbstractJSBasicCompletionTest {
@TestMetadata("idea/testData/completion/basic/common")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Common.Annotations.class,
Common.Extensions.class,
Common.NamedParameters.class,
Common.TypeArgsOrNot.class,
Common.Visibility.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Common extends AbstractJSBasicCompletionTest {
@TestMetadata("AfterFloatOnNewLine.kt")
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.completion;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,21 +27,10 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
JvmBasicCompletionTestGenerated.Common.class,
JvmBasicCompletionTestGenerated.Java.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class JvmBasicCompletionTestGenerated extends AbstractJvmBasicCompletionTest {
@TestMetadata("idea/testData/completion/basic/common")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Common.Annotations.class,
Common.Extensions.class,
Common.NamedParameters.class,
Common.TypeArgsOrNot.class,
Common.Visibility.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Common extends AbstractJvmBasicCompletionTest {
@TestMetadata("AfterFloatOnNewLine.kt")
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.completion;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,24 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("idea/testData/completion/smart")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
JvmSmartCompletionTestGenerated.AfterAs.class,
JvmSmartCompletionTestGenerated.AnonymousObject.class,
JvmSmartCompletionTestGenerated.Constructor.class,
JvmSmartCompletionTestGenerated.ForLoopRange.class,
JvmSmartCompletionTestGenerated.FunctionLiterals.class,
JvmSmartCompletionTestGenerated.FunctionReference.class,
JvmSmartCompletionTestGenerated.Generics.class,
JvmSmartCompletionTestGenerated.HeuristicSignatures.class,
JvmSmartCompletionTestGenerated.IfValue.class,
JvmSmartCompletionTestGenerated.InElvisOperator.class,
JvmSmartCompletionTestGenerated.InOperator.class,
JvmSmartCompletionTestGenerated.Inheritors.class,
JvmSmartCompletionTestGenerated.MultipleArgsItem.class,
JvmSmartCompletionTestGenerated.SmartCasts.class,
JvmSmartCompletionTestGenerated.This.class,
JvmSmartCompletionTestGenerated.WhenEntry.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class JvmSmartCompletionTestGenerated extends AbstractJvmSmartCompletionTest {
@TestMetadata("AfterExclSign.kt")
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.completion;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.completion;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.completion;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,8 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("idea/testData/completion/injava")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public class KotlinSourceInJavaCompletionTestGenerated extends AbstractKotlinSourceInJavaCompletionTest {
public void testAllFilesPresentInInjava() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.completion;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.completion;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.completion.handlers;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,9 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("idea/testData/completion/handlers/basic")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
BasicCompletionHandlerTestGenerated.StringTemplate.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class BasicCompletionHandlerTestGenerated extends AbstractBasicCompletionHandlerTest {
public void testAllFilesPresentInBasic() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.completion.handlers;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.completion.handlers;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.completion.handlers;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.completion.weighers;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.completion.weighers;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.findUsages;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,30 +27,10 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
JetFindUsagesTestGenerated.Kotlin.class,
JetFindUsagesTestGenerated.Java.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class JetFindUsagesTestGenerated extends AbstractJetFindUsagesTest {
@TestMetadata("idea/testData/findUsages/kotlin")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Kotlin.Conventions.class,
Kotlin.DefaultObject.class,
Kotlin.FindClassUsages.class,
Kotlin.FindFunctionUsages.class,
Kotlin.FindObjectUsages.class,
Kotlin.FindPackageUsages.class,
Kotlin.FindParameterUsages.class,
Kotlin.FindPropertyUsages.class,
Kotlin.FindSecondaryConstructorUsages.class,
Kotlin.FindTypeParameterUsages.class,
Kotlin.FindWithFilteringImports.class,
Kotlin.FindWithStructuralGrouping.class,
Kotlin.Library.class,
Kotlin.UnresolvedAnnotation.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Kotlin extends AbstractJetFindUsagesTest {
public void testAllFilesPresentInKotlin() throws Exception {
@@ -1027,12 +1006,6 @@ public class JetFindUsagesTestGenerated extends AbstractJetFindUsagesTest {
@TestMetadata("idea/testData/findUsages/java")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Java.FindConstructorUsages.class,
Java.FindJavaClassUsages.class,
Java.FindJavaFieldUsages.class,
Java.FindJavaMethodUsages.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Java extends AbstractJetFindUsagesTest {
public void testAllFilesPresentInJava() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.formatter;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,18 +27,10 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
JetFormatterTestGenerated.Formatter.class,
JetFormatterTestGenerated.FormatterInverted.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class JetFormatterTestGenerated extends AbstractJetFormatterTest {
@TestMetadata("idea/testData/formatter")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Formatter.ModifierList.class,
Formatter.ParameterList.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Formatter extends AbstractJetFormatterTest {
public void testAllFilesPresentInFormatter() throws Exception {
@@ -721,8 +712,6 @@ public class JetFormatterTestGenerated extends AbstractJetFormatterTest {
@TestMetadata("idea/testData/formatter")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class FormatterInverted extends AbstractJetFormatterTest {
public void testAllFilesPresentInFormatterInverted() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.formatter;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,17 +27,10 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
JetTypingIndentationTestBaseGenerated.DirectSettings.class,
JetTypingIndentationTestBaseGenerated.InvertedSettings.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class JetTypingIndentationTestBaseGenerated extends AbstractJetTypingIndentationTestBase {
@TestMetadata("idea/testData/indentationOnNewline")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
DirectSettings.Script.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class DirectSettings extends AbstractJetTypingIndentationTestBase {
@TestMetadata("AfterCatch.after.kt")
@@ -339,8 +331,6 @@ public class JetTypingIndentationTestBaseGenerated extends AbstractJetTypingInde
@TestMetadata("idea/testData/indentationOnNewline")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class InvertedSettings extends AbstractJetTypingIndentationTestBase {
public void testAllFilesPresentInInvertedSettings() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.codeInsight;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,10 +27,6 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
InsertImportOnPasteTestGenerated.Copy.class,
InsertImportOnPasteTestGenerated.Cut.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class InsertImportOnPasteTestGenerated extends AbstractInsertImportOnPasteTest {
@TestMetadata("idea/testData/copyPaste/imports")
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.codeInsight;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,10 +27,6 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
JetInspectionTestGenerated.Intentions.class,
JetInspectionTestGenerated.Inspections.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class JetInspectionTestGenerated extends AbstractJetInspectionTest {
@TestMetadata("idea/testData/intentions")
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.codeInsight;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,10 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("idea/testData/codeInsight/lineMarker")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
LineMarkersTestGenerated.OverrideImplement.class,
LineMarkersTestGenerated.RecursiveCall.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class LineMarkersTestGenerated extends AbstractLineMarkersTest {
public void testAllFilesPresentInLineMarker() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.codeInsight;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.codeInsight.moveUpDown;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,25 +27,10 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
CodeMoverTestGenerated.ClassBodyDeclarations.class,
CodeMoverTestGenerated.ClosingBraces.class,
CodeMoverTestGenerated.Expressions.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class CodeMoverTestGenerated extends AbstractCodeMoverTest {
@TestMetadata("idea/testData/codeInsight/moveUpDown/classBodyDeclarations")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
ClassBodyDeclarations.Accessors.class,
ClassBodyDeclarations.Class.class,
ClassBodyDeclarations.ClassInitializer.class,
ClassBodyDeclarations.Enums.class,
ClassBodyDeclarations.Function.class,
ClassBodyDeclarations.FunctionAnchors.class,
ClassBodyDeclarations.Property.class,
ClassBodyDeclarations.PropertyAnchors.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class ClassBodyDeclarations extends AbstractCodeMoverTest {
public void testAllFilesPresentInClassBodyDeclarations() throws Exception {
@@ -626,14 +610,6 @@ public class CodeMoverTestGenerated extends AbstractCodeMoverTest {
@TestMetadata("idea/testData/codeInsight/moveUpDown/closingBraces")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
ClosingBraces.For.class,
ClosingBraces.Function.class,
ClosingBraces.If.class,
ClosingBraces.Nested.class,
ClosingBraces.When.class,
ClosingBraces.While.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class ClosingBraces extends AbstractCodeMoverTest {
public void testAllFilesPresentInClosingBraces() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.codeInsight.surroundWith;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,25 +27,10 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
SurroundWithTestGenerated.If.class,
SurroundWithTestGenerated.IfElse.class,
SurroundWithTestGenerated.Not.class,
SurroundWithTestGenerated.Parentheses.class,
SurroundWithTestGenerated.StringTemplate.class,
SurroundWithTestGenerated.When.class,
SurroundWithTestGenerated.TryCatch.class,
SurroundWithTestGenerated.TryCatchFinally.class,
SurroundWithTestGenerated.TryFinally.class,
SurroundWithTestGenerated.FunctionLiteral.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class SurroundWithTestGenerated extends AbstractSurroundWithTest {
@TestMetadata("idea/testData/codeInsight/surroundWith/if")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
If.MoveDeclarationsOut.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class If extends AbstractSurroundWithTest {
public void testAllFilesPresentInIf() throws Exception {
@@ -85,14 +69,6 @@ public class SurroundWithTestGenerated extends AbstractSurroundWithTest {
@TestMetadata("idea/testData/codeInsight/surroundWith/if/moveDeclarationsOut")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
MoveDeclarationsOut.Class.class,
MoveDeclarationsOut.Function.class,
MoveDeclarationsOut.Object.class,
MoveDeclarationsOut.Order.class,
MoveDeclarationsOut.Val.class,
MoveDeclarationsOut.Var.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class MoveDeclarationsOut extends AbstractSurroundWithTest {
public void testAllFilesPresentInMoveDeclarationsOut() throws Exception {
@@ -230,9 +206,6 @@ public class SurroundWithTestGenerated extends AbstractSurroundWithTest {
@TestMetadata("idea/testData/codeInsight/surroundWith/if/moveDeclarationsOut/var")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Var.DefaultValue.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Var extends AbstractSurroundWithTest {
public void testAllFilesPresentInVar() throws Exception {
@@ -391,9 +364,6 @@ public class SurroundWithTestGenerated extends AbstractSurroundWithTest {
@TestMetadata("idea/testData/codeInsight/surroundWith/parentheses")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Parentheses.NotApplicable.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Parentheses extends AbstractSurroundWithTest {
public void testAllFilesPresentInParentheses() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.codeInsight.unwrap;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,19 +27,6 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
UnwrapRemoveTestGenerated.RemoveExpression.class,
UnwrapRemoveTestGenerated.UnwrapThen.class,
UnwrapRemoveTestGenerated.UnwrapElse.class,
UnwrapRemoveTestGenerated.RemoveElse.class,
UnwrapRemoveTestGenerated.UnwrapLoop.class,
UnwrapRemoveTestGenerated.UnwrapTry.class,
UnwrapRemoveTestGenerated.UnwrapCatch.class,
UnwrapRemoveTestGenerated.RemoveCatch.class,
UnwrapRemoveTestGenerated.UnwrapFinally.class,
UnwrapRemoveTestGenerated.RemoveFinally.class,
UnwrapRemoveTestGenerated.UnwrapLambda.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class UnwrapRemoveTestGenerated extends AbstractUnwrapRemoveTest {
@TestMetadata("idea/testData/codeInsight/unwrapAndRemove/removeExpression")
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.configuration;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,19 +27,10 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
ConfigureProjectByChangingFileTestGenerated.Android_gradle.class,
ConfigureProjectByChangingFileTestGenerated.Gradle.class,
ConfigureProjectByChangingFileTestGenerated.Maven.class,
ConfigureProjectByChangingFileTestGenerated.Js_maven.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class ConfigureProjectByChangingFileTestGenerated extends AbstractConfigureProjectByChangingFileTest {
@TestMetadata("idea/testData/configuration/android-gradle")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Android_gradle.GradleExamples.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Android_gradle extends AbstractConfigureProjectByChangingFileTest {
public void testAllFilesPresentInAndroid_gradle() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.conversion.copy;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.coverage;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.debugger;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,10 +27,6 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
JetPositionManagerTestGenerated.SingleFile.class,
JetPositionManagerTestGenerated.MultiFile.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class JetPositionManagerTestGenerated extends AbstractJetPositionManagerTest {
@TestMetadata("idea/testData/debugger/positionManager")
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.debugger;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,12 +27,6 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
KotlinSteppingTestGenerated.StepInto.class,
KotlinSteppingTestGenerated.SmartStepInto.class,
KotlinSteppingTestGenerated.StepIntoOnly.class,
KotlinSteppingTestGenerated.Filters.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class KotlinSteppingTestGenerated extends AbstractKotlinSteppingTest {
@TestMetadata("idea/testData/debugger/tinyApp/src/stepInto/stepIntoAndSmartStepInto")
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.debugger;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.debugger.evaluate;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.debugger.evaluate;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,9 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("idea/testData/completion/basic/codeFragments")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
CodeFragmentCompletionTestGenerated.RuntimeType.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class CodeFragmentCompletionTestGenerated extends AbstractCodeFragmentCompletionTest {
public void testAllFilesPresentInCodeFragments() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.debugger.evaluate;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,10 +27,6 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
CodeFragmentHighlightingTestGenerated.CodeFragments.class,
CodeFragmentHighlightingTestGenerated.Imports.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class CodeFragmentHighlightingTestGenerated extends AbstractCodeFragmentHighlightingTest {
@TestMetadata("idea/testData/checker/codeFragments")
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.debugger.evaluate;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,21 +27,10 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
KotlinEvaluateExpressionTestGenerated.SingleBreakpoint.class,
KotlinEvaluateExpressionTestGenerated.MultipleBreakpoints.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class KotlinEvaluateExpressionTestGenerated extends AbstractKotlinEvaluateExpressionTest {
@TestMetadata("idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
SingleBreakpoint.CompilingEvaluator.class,
SingleBreakpoint.ExtraVariables.class,
SingleBreakpoint.Frame.class,
SingleBreakpoint.Lambdas.class,
SingleBreakpoint.Renderer.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class SingleBreakpoint extends AbstractKotlinEvaluateExpressionTest {
@TestMetadata("abstractFunCall.kt")
@@ -565,9 +553,6 @@ public class KotlinEvaluateExpressionTestGenerated extends AbstractKotlinEvaluat
@TestMetadata("idea/testData/debugger/tinyApp/src/evaluate/multipleBreakpoints")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
MultipleBreakpoints.Library.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class MultipleBreakpoints extends AbstractKotlinEvaluateExpressionTest {
public void testAllFilesPresentInMultipleBreakpoints() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.debugger.evaluate;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,10 +27,6 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
SelectExpressionForDebuggerTestGenerated.SelectExpression.class,
SelectExpressionForDebuggerTestGenerated.DisallowMethodCalls.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class SelectExpressionForDebuggerTestGenerated extends AbstractSelectExpressionForDebuggerTest {
@TestMetadata("idea/testData/debugger/selectExpression")
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.decompiler.navigation;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,10 +27,6 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
NavigateToLibrarySourceTestGenerated.Usercode.class,
NavigateToLibrarySourceTestGenerated.UsercodeWithJSModule.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class NavigateToLibrarySourceTestGenerated extends AbstractNavigateToLibrarySourceTest {
@TestMetadata("idea/testData/decompiler/navigation/usercode")
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.decompiler.stubBuilder;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.decompiler.textBuilder;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,8 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("idea/testData/decompiler/decompiledText")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public class DecompiledTextTestGenerated extends AbstractDecompiledTextTest {
public void testAllFilesPresentInDecompiledText() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.editor.quickDoc;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.folding;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,10 +27,6 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
KotlinFoldingTestGenerated.NoCollapse.class,
KotlinFoldingTestGenerated.CheckCollapse.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class KotlinFoldingTestGenerated extends AbstractKotlinFoldingTest {
@TestMetadata("idea/testData/folding/noCollapse")
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.hierarchy;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,14 +27,6 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
HierarchyTestGenerated.Type.class,
HierarchyTestGenerated.Super.class,
HierarchyTestGenerated.Sub.class,
HierarchyTestGenerated.Callers.class,
HierarchyTestGenerated.Callees.class,
HierarchyTestGenerated.Overrides.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class HierarchyTestGenerated extends AbstractHierarchyTest {
@TestMetadata("idea/testData/hierarchy/class/type")
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.highlighter;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.highlighter;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.highlighter;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.highlighter;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,9 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("idea/testData/highlighter")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
HighlightingTestGenerated.Deprecated.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class HighlightingTestGenerated extends AbstractHighlightingTest {
public void testAllFilesPresentInHighlighter() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.imports;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,9 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("idea/testData/editor/optimizeImports")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
OptimizeImportsTestGenerated.AllUnderImports.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class OptimizeImportsTestGenerated extends AbstractOptimizeImportsTest {
public void testAllFilesPresentInOptimizeImports() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.intentions;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,50 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("idea/testData/intentions")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
IntentionTestGenerated.AddBraces.class,
IntentionTestGenerated.AttributeCallReplacements.class,
IntentionTestGenerated.Branched.class,
IntentionTestGenerated.ConvertAssertToIf.class,
IntentionTestGenerated.ConvertFunctionToProperty.class,
IntentionTestGenerated.ConvertIfToAssert.class,
IntentionTestGenerated.ConvertNegatedBooleanSequence.class,
IntentionTestGenerated.ConvertNegatedExpressionWithDemorgansLaw.class,
IntentionTestGenerated.ConvertParameterToReceiver.class,
IntentionTestGenerated.ConvertPropertyToFunction.class,
IntentionTestGenerated.ConvertReceiverToParameter.class,
IntentionTestGenerated.ConvertToBlockBody.class,
IntentionTestGenerated.ConvertToConcatenatedStringIntention.class,
IntentionTestGenerated.ConvertToExpressionBody.class,
IntentionTestGenerated.ConvertToForEachFunctionCall.class,
IntentionTestGenerated.ConvertToForEachLoop.class,
IntentionTestGenerated.ConvertToStringTemplateIntention.class,
IntentionTestGenerated.Declarations.class,
IntentionTestGenerated.InsertCurlyBracesToTemplate.class,
IntentionTestGenerated.InsertExplicitTypeArguments.class,
IntentionTestGenerated.InvertIfCondition.class,
IntentionTestGenerated.MakeTypeExplicitInLambda.class,
IntentionTestGenerated.MakeTypeImplicitInLambda.class,
IntentionTestGenerated.MoveLambdaInsideParentheses.class,
IntentionTestGenerated.MoveLambdaOutsideParentheses.class,
IntentionTestGenerated.OperatorToFunction.class,
IntentionTestGenerated.ReconstructedType.class,
IntentionTestGenerated.RemoveBraces.class,
IntentionTestGenerated.RemoveCurlyBracesFromTemplate.class,
IntentionTestGenerated.RemoveExplicitTypeArguments.class,
IntentionTestGenerated.RemoveUnnecessaryParentheses.class,
IntentionTestGenerated.ReplaceExplicitFunctionLiteralParamWithIt.class,
IntentionTestGenerated.ReplaceItWithExplicitFunctionLiteralParam.class,
IntentionTestGenerated.ReplaceWithDotQualifiedMethodCall.class,
IntentionTestGenerated.ReplaceWithInfixFunctionCall.class,
IntentionTestGenerated.ReplaceWithOperatorAssign.class,
IntentionTestGenerated.ReplaceWithTraditionalAssignment.class,
IntentionTestGenerated.SimplifyBooleanWithConstants.class,
IntentionTestGenerated.SimplifyNegatedBinaryExpressionIntention.class,
IntentionTestGenerated.SpecifyType.class,
IntentionTestGenerated.SplitIf.class,
IntentionTestGenerated.SwapBinaryExpression.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class IntentionTestGenerated extends AbstractIntentionTest {
public void testAllFilesPresentInIntentions() throws Exception {
@@ -139,13 +94,6 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
@TestMetadata("idea/testData/intentions/attributeCallReplacements")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
AttributeCallReplacements.ReplaceBinaryInfixIntention.class,
AttributeCallReplacements.ReplaceContainsIntention.class,
AttributeCallReplacements.ReplaceGetIntention.class,
AttributeCallReplacements.ReplaceInvokeIntention.class,
AttributeCallReplacements.ReplaceUnaryPrefixIntention.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class AttributeCallReplacements extends AbstractIntentionTest {
public void testAllFilesPresentInAttributeCallReplacements() throws Exception {
@@ -382,8 +330,6 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
@TestMetadata("idea/testData/intentions/attributeCallReplacements/replaceGetIntention")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class ReplaceGetIntention extends AbstractIntentionTest {
@TestMetadata("acceptableVararg.kt")
@@ -647,18 +593,6 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
@TestMetadata("idea/testData/intentions/branched")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Branched.DoubleBangToIfThen.class,
Branched.ElvisToIfThen.class,
Branched.Folding.class,
Branched.IfThenToDoubleBang.class,
Branched.IfThenToElvis.class,
Branched.IfThenToSafeAccess.class,
Branched.IfWhen.class,
Branched.SafeAccessToIfThen.class,
Branched.Unfolding.class,
Branched.When.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Branched extends AbstractIntentionTest {
public void testAllFilesPresentInBranched() throws Exception {
@@ -823,13 +757,6 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
@TestMetadata("idea/testData/intentions/branched/folding")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Folding.IfToAssignment.class,
Folding.IfToReturn.class,
Folding.IfToReturnAsymmetrically.class,
Folding.WhenToAssignment.class,
Folding.WhenToReturn.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Folding extends AbstractIntentionTest {
public void testAllFilesPresentInFolding() throws Exception {
@@ -1241,8 +1168,6 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
@TestMetadata("idea/testData/intentions/branched/ifThenToElvis")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class IfThenToElvis extends AbstractIntentionTest {
public void testAllFilesPresentInIfThenToElvis() throws Exception {
@@ -1445,8 +1370,6 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
@TestMetadata("idea/testData/intentions/branched/ifThenToSafeAccess")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class IfThenToSafeAccess extends AbstractIntentionTest {
public void testAllFilesPresentInIfThenToSafeAccess() throws Exception {
@@ -1661,10 +1584,6 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
@TestMetadata("idea/testData/intentions/branched/ifWhen")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
IfWhen.IfToWhen.class,
IfWhen.WhenToIf.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class IfWhen extends AbstractIntentionTest {
public void testAllFilesPresentInIfWhen() throws Exception {
@@ -1959,14 +1878,6 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
@TestMetadata("idea/testData/intentions/branched/unfolding")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Unfolding.AssignmentToIf.class,
Unfolding.AssignmentToWhen.class,
Unfolding.PropertyToIf.class,
Unfolding.PropertyToWhen.class,
Unfolding.ReturnToIf.class,
Unfolding.ReturnToWhen.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Unfolding extends AbstractIntentionTest {
public void testAllFilesPresentInUnfolding() throws Exception {
@@ -2228,12 +2139,6 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
@TestMetadata("idea/testData/intentions/branched/when")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
When.EliminateSubject.class,
When.Flatten.class,
When.IntroduceSubject.class,
When.Merge.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class When extends AbstractIntentionTest {
public void testAllFilesPresentInWhen() throws Exception {
@@ -3864,10 +3769,6 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
@TestMetadata("idea/testData/intentions/declarations")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Declarations.ConvertMemberToExtension.class,
Declarations.Split.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Declarations extends AbstractIntentionTest {
public void testAllFilesPresentInDeclarations() throws Exception {
@@ -5134,8 +5035,6 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
@TestMetadata("idea/testData/intentions/removeExplicitTypeArguments")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class RemoveExplicitTypeArguments extends AbstractIntentionTest {
public void testAllFilesPresentInRemoveExplicitTypeArguments() throws Exception {
@@ -5836,8 +5735,6 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
@TestMetadata("idea/testData/intentions/simplifyNegatedBinaryExpressionIntention")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class SimplifyNegatedBinaryExpressionIntention extends AbstractIntentionTest {
public void testAllFilesPresentInSimplifyNegatedBinaryExpressionIntention() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.intentions.declarations;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,11 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("idea/testData/joinLines")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
JoinLinesTestGenerated.DeclarationAndAssignment.class,
JoinLinesTestGenerated.NestedIfs.class,
JoinLinesTestGenerated.RemoveBraces.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class JoinLinesTestGenerated extends AbstractJoinLinesTest {
public void testAllFilesPresentInJoinLines() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.kdoc;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.completion.AbstractJvmBasicCompletionTest;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.kdoc;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.kdoc;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.idea.resolve.AbstractReferenceResolveTest;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.navigation;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.navigation;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.navigation;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,10 +27,6 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
KotlinGotoTestGenerated.GotoClass.class,
KotlinGotoTestGenerated.GotoSymbol.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class KotlinGotoTestGenerated extends AbstractKotlinGotoTest {
@TestMetadata("idea/testData/navigation/gotoClass")
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.parameterInfo;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.quickfix;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,20 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("idea/testData/quickfix")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
QuickFixMultiFileTestGenerated.AddStarProjections.class,
QuickFixMultiFileTestGenerated.AutoImports.class,
QuickFixMultiFileTestGenerated.ChangeSignature.class,
QuickFixMultiFileTestGenerated.CreateFromUsage.class,
QuickFixMultiFileTestGenerated.Migration.class,
QuickFixMultiFileTestGenerated.Modifiers.class,
QuickFixMultiFileTestGenerated.Nullables.class,
QuickFixMultiFileTestGenerated.Override.class,
QuickFixMultiFileTestGenerated.Suppress.class,
QuickFixMultiFileTestGenerated.TypeImports.class,
QuickFixMultiFileTestGenerated.TypeMismatch.class,
QuickFixMultiFileTestGenerated.Variables.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTest {
public void testAllFilesPresentInQuickfix() throws Exception {
@@ -52,8 +37,6 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
@TestMetadata("idea/testData/quickfix/addStarProjections")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class AddStarProjections extends AbstractQuickFixMultiFileTest {
public void testAllFilesPresentInAddStarProjections() throws Exception {
@@ -286,12 +269,6 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
@TestMetadata("idea/testData/quickfix/createFromUsage")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
CreateFromUsage.CreateClass.class,
CreateFromUsage.CreateFunction.class,
CreateFromUsage.CreateSecondaryConstructor.class,
CreateFromUsage.CreateVariable.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class CreateFromUsage extends AbstractQuickFixMultiFileTest {
public void testAllFilesPresentInCreateFromUsage() throws Exception {
@@ -300,14 +277,6 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
@TestMetadata("idea/testData/quickfix/createFromUsage/createClass")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
CreateClass.AnnotationEntry.class,
CreateClass.CallExpression.class,
CreateClass.DelegationSpecifier.class,
CreateClass.ImportDirective.class,
CreateClass.ReferenceExpression.class,
CreateClass.TypeReference.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class CreateClass extends AbstractQuickFixMultiFileTest {
public void testAllFilesPresentInCreateClass() throws Exception {
@@ -343,9 +312,6 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
@TestMetadata("idea/testData/quickfix/createFromUsage/createClass/callExpression")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
CallExpression.TypeArguments.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class CallExpression extends AbstractQuickFixMultiFileTest {
public void testAllFilesPresentInCallExpression() throws Exception {
@@ -653,9 +619,6 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
@TestMetadata("idea/testData/quickfix/createFromUsage/createFunction")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
CreateFunction.Call.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class CreateFunction extends AbstractQuickFixMultiFileTest {
public void testAllFilesPresentInCreateFunction() throws Exception {
@@ -664,9 +627,6 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
@TestMetadata("idea/testData/quickfix/createFromUsage/createFunction/call")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Call.TypeArguments.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Call extends AbstractQuickFixMultiFileTest {
public void testAllFilesPresentInCall() throws Exception {
@@ -792,10 +752,6 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
@TestMetadata("idea/testData/quickfix/createFromUsage/createVariable")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
CreateVariable.Parameter.class,
CreateVariable.Property.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class CreateVariable extends AbstractQuickFixMultiFileTest {
public void testAllFilesPresentInCreateVariable() throws Exception {
@@ -890,9 +846,6 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
@TestMetadata("idea/testData/quickfix/migration")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Migration.LambdaSyntax.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Migration extends AbstractQuickFixMultiFileTest {
@TestMetadata("addInitKeywordMultiple.before.Main.kt")
@@ -929,9 +882,6 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
@TestMetadata("idea/testData/quickfix/modifiers")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Modifiers.AddOpenToClassDeclaration.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Modifiers extends AbstractQuickFixMultiFileTest {
public void testAllFilesPresentInModifiers() throws Exception {
@@ -940,9 +890,6 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
@TestMetadata("idea/testData/quickfix/modifiers/addOpenToClassDeclaration")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
AddOpenToClassDeclaration.FinalJavaClass.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class AddOpenToClassDeclaration extends AbstractQuickFixMultiFileTest {
public void testAllFilesPresentInAddOpenToClassDeclaration() throws Exception {
@@ -951,9 +898,6 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
@TestMetadata("idea/testData/quickfix/modifiers/addOpenToClassDeclaration/finalJavaClass")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
FinalJavaClass.JavaCode.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class FinalJavaClass extends AbstractQuickFixMultiFileTest {
public void testAllFilesPresentInFinalJavaClass() throws Exception {
@@ -962,8 +906,6 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
@TestMetadata("idea/testData/quickfix/modifiers/addOpenToClassDeclaration/finalJavaClass/javaCode")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class JavaCode extends AbstractQuickFixMultiFileTest {
public void testAllFilesPresentInJavaCode() throws Exception {
@@ -977,8 +919,6 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
@TestMetadata("idea/testData/quickfix/nullables")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Nullables extends AbstractQuickFixMultiFileTest {
public void testAllFilesPresentInNullables() throws Exception {
@@ -989,9 +929,6 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
@TestMetadata("idea/testData/quickfix/override")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Override.NothingToOverride.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Override extends AbstractQuickFixMultiFileTest {
public void testAllFilesPresentInOverride() throws Exception {
@@ -1023,9 +960,6 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
@TestMetadata("idea/testData/quickfix/suppress")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Suppress.ForStatement.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Suppress extends AbstractQuickFixMultiFileTest {
public void testAllFilesPresentInSuppress() throws Exception {
@@ -1034,8 +968,6 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
@TestMetadata("idea/testData/quickfix/suppress/forStatement")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class ForStatement extends AbstractQuickFixMultiFileTest {
public void testAllFilesPresentInForStatement() throws Exception {
@@ -1062,8 +994,6 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
@TestMetadata("idea/testData/quickfix/typeMismatch")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class TypeMismatch extends AbstractQuickFixMultiFileTest {
public void testAllFilesPresentInTypeMismatch() throws Exception {
@@ -1074,8 +1004,6 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
@TestMetadata("idea/testData/quickfix/variables")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Variables extends AbstractQuickFixMultiFileTest {
public void testAllFilesPresentInVariables() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.quickfix;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,33 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("idea/testData/quickfix")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
QuickFixTestGenerated.Abstract.class,
QuickFixTestGenerated.AddStarProjections.class,
QuickFixTestGenerated.AutoImports.class,
QuickFixTestGenerated.ChangeSignature.class,
QuickFixTestGenerated.CheckArguments.class,
QuickFixTestGenerated.ConflictingImports.class,
QuickFixTestGenerated.CreateFromUsage.class,
QuickFixTestGenerated.Expressions.class,
QuickFixTestGenerated.InsertDelegationCall.class,
QuickFixTestGenerated.Migration.class,
QuickFixTestGenerated.Modifiers.class,
QuickFixTestGenerated.Nullables.class,
QuickFixTestGenerated.Override.class,
QuickFixTestGenerated.PlatformClasses.class,
QuickFixTestGenerated.RemoveUnused.class,
QuickFixTestGenerated.RemoveUnusedReceiver.class,
QuickFixTestGenerated.Supercalls.class,
QuickFixTestGenerated.SupertypeInitialization.class,
QuickFixTestGenerated.Suppress.class,
QuickFixTestGenerated.TypeAddition.class,
QuickFixTestGenerated.TypeImports.class,
QuickFixTestGenerated.TypeMismatch.class,
QuickFixTestGenerated.TypeProjection.class,
QuickFixTestGenerated.Variables.class,
QuickFixTestGenerated.When.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class QuickFixTestGenerated extends AbstractQuickFixTest {
public void testAllFilesPresentInQuickfix() throws Exception {
@@ -206,12 +178,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("idea/testData/quickfix/addStarProjections")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
AddStarProjections.Cast.class,
AddStarProjections.CheckType.class,
AddStarProjections.JavaClass.class,
AddStarProjections.When.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class AddStarProjections extends AbstractQuickFixTest {
public void testAllFilesPresentInAddStarProjections() throws Exception {
@@ -713,12 +679,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("idea/testData/quickfix/createFromUsage")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
CreateFromUsage.CreateClass.class,
CreateFromUsage.CreateFunction.class,
CreateFromUsage.CreateSecondaryConstructor.class,
CreateFromUsage.CreateVariable.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class CreateFromUsage extends AbstractQuickFixTest {
public void testAllFilesPresentInCreateFromUsage() throws Exception {
@@ -727,14 +687,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("idea/testData/quickfix/createFromUsage/createClass")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
CreateClass.AnnotationEntry.class,
CreateClass.CallExpression.class,
CreateClass.DelegationSpecifier.class,
CreateClass.ImportDirective.class,
CreateClass.ReferenceExpression.class,
CreateClass.TypeReference.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class CreateClass extends AbstractQuickFixTest {
public void testAllFilesPresentInCreateClass() throws Exception {
@@ -800,9 +752,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("idea/testData/quickfix/createFromUsage/createClass/callExpression")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
CallExpression.TypeArguments.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class CallExpression extends AbstractQuickFixTest {
public void testAllFilesPresentInCallExpression() throws Exception {
@@ -1506,19 +1455,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("idea/testData/quickfix/createFromUsage/createFunction")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
CreateFunction.BinaryOperations.class,
CreateFunction.Call.class,
CreateFunction.Component.class,
CreateFunction.DelegateAccessors.class,
CreateFunction.Get.class,
CreateFunction.HasNext.class,
CreateFunction.Invoke.class,
CreateFunction.Iterator.class,
CreateFunction.Next.class,
CreateFunction.Set.class,
CreateFunction.UnaryOperations.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class CreateFunction extends AbstractQuickFixTest {
public void testAllFilesPresentInCreateFunction() throws Exception {
@@ -1620,9 +1556,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("idea/testData/quickfix/createFromUsage/createFunction/call")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Call.TypeArguments.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Call extends AbstractQuickFixTest {
public void testAllFilesPresentInCall() throws Exception {
@@ -2356,11 +2289,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("idea/testData/quickfix/createFromUsage/createVariable")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
CreateVariable.LocalVariable.class,
CreateVariable.Parameter.class,
CreateVariable.Property.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class CreateVariable extends AbstractQuickFixTest {
public void testAllFilesPresentInCreateVariable() throws Exception {
@@ -3070,9 +2998,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("idea/testData/quickfix/migration")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Migration.LambdaSyntax.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Migration extends AbstractQuickFixTest {
@TestMetadata("beforeAddOverrideToEqualsHashCodeToString.kt")
@@ -3151,9 +3076,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("idea/testData/quickfix/modifiers")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Modifiers.AddOpenToClassDeclaration.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Modifiers extends AbstractQuickFixTest {
@TestMetadata("beforeAbstractModifierInEnum.kt")
@@ -3354,9 +3276,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("idea/testData/quickfix/modifiers/addOpenToClassDeclaration")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
AddOpenToClassDeclaration.FinalJavaClass.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class AddOpenToClassDeclaration extends AbstractQuickFixTest {
public void testAllFilesPresentInAddOpenToClassDeclaration() throws Exception {
@@ -3431,9 +3350,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("idea/testData/quickfix/modifiers/addOpenToClassDeclaration/finalJavaClass")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
FinalJavaClass.JavaCode.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class FinalJavaClass extends AbstractQuickFixTest {
public void testAllFilesPresentInFinalJavaClass() throws Exception {
@@ -3442,8 +3358,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("idea/testData/quickfix/modifiers/addOpenToClassDeclaration/finalJavaClass/javaCode")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class JavaCode extends AbstractQuickFixTest {
public void testAllFilesPresentInJavaCode() throws Exception {
@@ -3457,9 +3371,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("idea/testData/quickfix/nullables")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Nullables.UnsafeInfixCall.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Nullables extends AbstractQuickFixTest {
public void testAllFilesPresentInNullables() throws Exception {
@@ -3508,10 +3419,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("idea/testData/quickfix/override")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Override.NothingToOverride.class,
Override.TypeMismatchOnOverride.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Override extends AbstractQuickFixTest {
public void testAllFilesPresentInOverride() throws Exception {
@@ -4046,13 +3953,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("idea/testData/quickfix/suppress")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Suppress.AnnotationPosition.class,
Suppress.Availability.class,
Suppress.DeclarationKinds.class,
Suppress.ErrorRecovery.class,
Suppress.ForStatement.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Suppress extends AbstractQuickFixTest {
public void testAllFilesPresentInSuppress() throws Exception {
@@ -4307,9 +4207,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("idea/testData/quickfix/suppress/forStatement")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
ForStatement.Unavailable.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class ForStatement extends AbstractQuickFixTest {
public void testAllFilesPresentInForStatement() throws Exception {
@@ -4755,13 +4652,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("idea/testData/quickfix/typeMismatch")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
TypeMismatch.Casts.class,
TypeMismatch.ComponentFunctionReturnTypeMismatch.class,
TypeMismatch.FixOverloadedOperator.class,
TypeMismatch.ParameterTypeMismatch.class,
TypeMismatch.TypeMismatchOnReturnedExpression.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class TypeMismatch extends AbstractQuickFixTest {
@TestMetadata("beforeAccessibleLocalClassInReturn.kt")
@@ -5317,13 +5207,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
@TestMetadata("idea/testData/quickfix/variables")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Variables.ChangeMutability.class,
Variables.ChangeToBackingField.class,
Variables.ChangeToFunctionInvocation.class,
Variables.ChangeToPropertyName.class,
Variables.RemoveValVarFromParameter.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Variables extends AbstractQuickFixTest {
public void testAllFilesPresentInVariables() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.refactoring.inline;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,12 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("idea/testData/refactoring/inline")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
InlineTestGenerated.AddParenthesis.class,
InlineTestGenerated.ExplicateParameterTypes.class,
InlineTestGenerated.ExplicateTypeArgument.class,
InlineTestGenerated.Property.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class InlineTestGenerated extends AbstractInlineTest {
public void testAllFilesPresentInInline() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.refactoring.introduce;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,12 +27,6 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
JetExtractionTestGenerated.IntroduceVariable.class,
JetExtractionTestGenerated.ExtractFunction.class,
JetExtractionTestGenerated.IntroduceProperty.class,
JetExtractionTestGenerated.IntroduceParameter.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class JetExtractionTestGenerated extends AbstractJetExtractionTest {
@TestMetadata("idea/testData/refactoring/introduceVariable")
@@ -323,16 +316,6 @@ public class JetExtractionTestGenerated extends AbstractJetExtractionTest {
@TestMetadata("idea/testData/refactoring/extractFunction")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
ExtractFunction.Basic.class,
ExtractFunction.ControlFlow.class,
ExtractFunction.DefaultContainer.class,
ExtractFunction.Delegation.class,
ExtractFunction.Duplicates.class,
ExtractFunction.Initializers.class,
ExtractFunction.Parameters.class,
ExtractFunction.TypeParameters.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class ExtractFunction extends AbstractJetExtractionTest {
public void testAllFilesPresentInExtractFunction() throws Exception {
@@ -512,17 +495,6 @@ public class JetExtractionTestGenerated extends AbstractJetExtractionTest {
@TestMetadata("idea/testData/refactoring/extractFunction/controlFlow")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
ControlFlow.ConditionalJumps.class,
ControlFlow.Default.class,
ControlFlow.DefiniteReturns.class,
ControlFlow.EvaluateExpression.class,
ControlFlow.ExitPointEquivalence.class,
ControlFlow.Initializer.class,
ControlFlow.OutputValues.class,
ControlFlow.Throws.class,
ControlFlow.Unextractable.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class ControlFlow extends AbstractJetExtractionTest {
public void testAllFilesPresentInControlFlow() throws Exception {
@@ -1318,12 +1290,6 @@ public class JetExtractionTestGenerated extends AbstractJetExtractionTest {
@TestMetadata("idea/testData/refactoring/extractFunction/initializers")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Initializers.Accessors.class,
Initializers.Classes.class,
Initializers.Functions.class,
Initializers.Properties.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Initializers extends AbstractJetExtractionTest {
public void testAllFilesPresentInInitializers() throws Exception {
@@ -1537,14 +1503,6 @@ public class JetExtractionTestGenerated extends AbstractJetExtractionTest {
@TestMetadata("idea/testData/refactoring/extractFunction/parameters")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Parameters.CandidateTypes.class,
Parameters.ExtractSuper.class,
Parameters.ExtractThis.class,
Parameters.It.class,
Parameters.Misc.class,
Parameters.NonDenotableTypes.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Parameters extends AbstractJetExtractionTest {
public void testAllFilesPresentInParameters() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.refactoring.move;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.refactoring.rename;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.resolve;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.resolve;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.resolve;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.resolve;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.resolve;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,11 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("idea/testData/resolve/references")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
ReferenceResolveTestGenerated.DelegatedPropertyAccessors.class,
ReferenceResolveTestGenerated.ForLoopIn.class,
ReferenceResolveTestGenerated.Invoke.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class ReferenceResolveTestGenerated extends AbstractReferenceResolveTest {
public void testAllFilesPresentInReferences() throws Exception {
@@ -379,10 +373,6 @@ public class ReferenceResolveTestGenerated extends AbstractReferenceResolveTest
@TestMetadata("idea/testData/resolve/references/delegatedPropertyAccessors")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
DelegatedPropertyAccessors.InSource.class,
DelegatedPropertyAccessors.InStandardLibrary.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class DelegatedPropertyAccessors extends AbstractReferenceResolveTest {
public void testAllFilesPresentInDelegatedPropertyAccessors() throws Exception {
@@ -464,11 +454,6 @@ public class ReferenceResolveTestGenerated extends AbstractReferenceResolveTest
@TestMetadata("idea/testData/resolve/references/forLoopIn")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
ForLoopIn.InBuiltIns.class,
ForLoopIn.InLibrary.class,
ForLoopIn.InSource.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class ForLoopIn extends AbstractReferenceResolveTest {
public void testAllFilesPresentInForLoopIn() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.resolve;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.resolve;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.structureView;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.stubs;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.stubs;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,24 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/loadJava/compiledKotlin")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
ResolveByStubTestGenerated.Annotations.class,
ResolveByStubTestGenerated.Class.class,
ResolveByStubTestGenerated.ClassFun.class,
ResolveByStubTestGenerated.ClassObject.class,
ResolveByStubTestGenerated.Constructor.class,
ResolveByStubTestGenerated.DataClass.class,
ResolveByStubTestGenerated.Enum.class,
ResolveByStubTestGenerated.FromLoadJava.class,
ResolveByStubTestGenerated.Fun.class,
ResolveByStubTestGenerated.Inline.class,
ResolveByStubTestGenerated.MemberOrder.class,
ResolveByStubTestGenerated.Nested.class,
ResolveByStubTestGenerated.PlatformTypes.class,
ResolveByStubTestGenerated.Prop.class,
ResolveByStubTestGenerated.Type.class,
ResolveByStubTestGenerated.Visibility.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class ResolveByStubTestGenerated extends AbstractResolveByStubTest {
public void testAllFilesPresentInCompiledKotlin() throws Exception {
@@ -56,13 +37,6 @@ public class ResolveByStubTestGenerated extends AbstractResolveByStubTest {
@TestMetadata("compiler/testData/loadJava/compiledKotlin/annotations")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Annotations.ClassMembers.class,
Annotations.Classes.class,
Annotations.PackageMembers.class,
Annotations.Parameters.class,
Annotations.PropertiesWithoutBackingFields.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Annotations extends AbstractResolveByStubTest {
public void testAllFilesPresentInAnnotations() throws Exception {
@@ -447,9 +421,6 @@ public class ResolveByStubTestGenerated extends AbstractResolveByStubTest {
@TestMetadata("compiler/testData/loadJava/compiledKotlin/class")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Class.JavaBean.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Class extends AbstractResolveByStubTest {
public void testAllFilesPresentInClass() throws Exception {
@@ -840,9 +811,6 @@ public class ResolveByStubTestGenerated extends AbstractResolveByStubTest {
@TestMetadata("compiler/testData/loadJava/compiledKotlin/constructor")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Constructor.Vararg.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Constructor extends AbstractResolveByStubTest {
public void testAllFilesPresentInConstructor() throws Exception {
@@ -1071,12 +1039,6 @@ public class ResolveByStubTestGenerated extends AbstractResolveByStubTest {
@TestMetadata("compiler/testData/loadJava/compiledKotlin/fromLoadJava")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
FromLoadJava.KotlinSignature.class,
FromLoadJava.Library.class,
FromLoadJava.Modality.class,
FromLoadJava.NotNull.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class FromLoadJava extends AbstractResolveByStubTest {
public void testAllFilesPresentInFromLoadJava() throws Exception {
@@ -1289,10 +1251,6 @@ public class ResolveByStubTestGenerated extends AbstractResolveByStubTest {
@TestMetadata("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
KotlinSignature.Error.class,
KotlinSignature.Propagation.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class KotlinSignature extends AbstractResolveByStubTest {
@TestMetadata("AllBoundsInWhen.kt")
@@ -1568,11 +1526,6 @@ public class ResolveByStubTestGenerated extends AbstractResolveByStubTest {
@TestMetadata("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Propagation.Parameter.class,
Propagation.Return.class,
Propagation.TypeParameter.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Propagation extends AbstractResolveByStubTest {
public void testAllFilesPresentInPropagation() throws Exception {
@@ -2112,12 +2065,6 @@ public class ResolveByStubTestGenerated extends AbstractResolveByStubTest {
@TestMetadata("compiler/testData/loadJava/compiledKotlin/fun")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Fun.GenericWithTypeVariables.class,
Fun.GenericWithoutTypeVariables.class,
Fun.NonGeneric.class,
Fun.Vararg.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Fun extends AbstractResolveByStubTest {
public void testAllFilesPresentInFun() throws Exception {
@@ -2535,9 +2482,6 @@ public class ResolveByStubTestGenerated extends AbstractResolveByStubTest {
@TestMetadata("compiler/testData/loadJava/compiledKotlin/prop")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Prop.DefaultAccessors.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Prop extends AbstractResolveByStubTest {
public void testAllFilesPresentInProp() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.idea.stubs;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.load.java;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.psi.patternMatching;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,9 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("idea/testData/unifier")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
JetPsiUnifierTestGenerated.Equivalence.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class JetPsiUnifierTestGenerated extends AbstractJetPsiUnifierTest {
public void testAllFilesPresentInUnifier() throws Exception {
@@ -41,12 +37,6 @@ public class JetPsiUnifierTestGenerated extends AbstractJetPsiUnifierTest {
@TestMetadata("idea/testData/unifier/equivalence")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Equivalence.ControlStructures.class,
Equivalence.Declarations.class,
Equivalence.Expressions.class,
Equivalence.Types.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Equivalence extends AbstractJetPsiUnifierTest {
public void testAllFilesPresentInEquivalence() throws Exception {
@@ -55,9 +45,6 @@ public class JetPsiUnifierTestGenerated extends AbstractJetPsiUnifierTest {
@TestMetadata("idea/testData/unifier/equivalence/controlStructures")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
ControlStructures.Blocks.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class ControlStructures extends AbstractJetPsiUnifierTest {
public void testAllFilesPresentInControlStructures() throws Exception {
@@ -172,11 +159,6 @@ public class JetPsiUnifierTestGenerated extends AbstractJetPsiUnifierTest {
@TestMetadata("idea/testData/unifier/equivalence/declarations")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Declarations.ClassesAndObjects.class,
Declarations.LocalCallables.class,
Declarations.TypeParameters.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Declarations extends AbstractJetPsiUnifierTest {
public void testAllFilesPresentInDeclarations() throws Exception {
@@ -248,9 +230,6 @@ public class JetPsiUnifierTestGenerated extends AbstractJetPsiUnifierTest {
@TestMetadata("idea/testData/unifier/equivalence/declarations/localCallables")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
LocalCallables.Lambdas.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class LocalCallables extends AbstractJetPsiUnifierTest {
public void testAllFilesPresentInLocalCallables() throws Exception {
@@ -339,15 +318,6 @@ public class JetPsiUnifierTestGenerated extends AbstractJetPsiUnifierTest {
@TestMetadata("idea/testData/unifier/equivalence/expressions")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Expressions.CallableReferences.class,
Expressions.Calls.class,
Expressions.Casts.class,
Expressions.Conventions.class,
Expressions.Misc.class,
Expressions.Super.class,
Expressions.This.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Expressions extends AbstractJetPsiUnifierTest {
public void testAllFilesPresentInExpressions() throws Exception {
@@ -503,10 +473,6 @@ public class JetPsiUnifierTestGenerated extends AbstractJetPsiUnifierTest {
@TestMetadata("idea/testData/unifier/equivalence/expressions/conventions")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
Conventions.Assignments.class,
Conventions.Invoke.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Conventions extends AbstractJetPsiUnifierTest {
public void testAllFilesPresentInConventions() throws Exception {
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.safeDelete;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -28,21 +27,6 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({
JetSafeDeleteTestGenerated.KotlinClass.class,
JetSafeDeleteTestGenerated.KotlinClassWithJava.class,
JetSafeDeleteTestGenerated.KotlinObject.class,
JetSafeDeleteTestGenerated.KotlinFunction.class,
JetSafeDeleteTestGenerated.KotlinFunctionWithJava.class,
JetSafeDeleteTestGenerated.JavaFunctionWithKotlin.class,
JetSafeDeleteTestGenerated.KotlinProperty.class,
JetSafeDeleteTestGenerated.KotlinPropertyWithJava.class,
JetSafeDeleteTestGenerated.JavaPropertyWithKotlin.class,
JetSafeDeleteTestGenerated.KotlinTypeParameter.class,
JetSafeDeleteTestGenerated.KotlinTypeParameterWithJava.class,
JetSafeDeleteTestGenerated.KotlinValueParameter.class,
JetSafeDeleteTestGenerated.KotlinValueParameterWithJava.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class JetSafeDeleteTestGenerated extends AbstractJetSafeDeleteTest {
@TestMetadata("idea/testData/safeDelete/deleteClass/kotlinClass")
@@ -17,7 +17,6 @@
package org.jetbrains.kotlin.shortenRefs;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.kotlin.test.InnerTestClasses;
import org.jetbrains.kotlin.test.JUnit3RunnerWithInners;
import org.jetbrains.kotlin.test.JetTestUtils;
import org.jetbrains.kotlin.test.TestMetadata;
@@ -30,13 +29,6 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("idea/testData/shortenRefs")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({
ShortenRefsTestGenerated.Constructor.class,
ShortenRefsTestGenerated.Imports.class,
ShortenRefsTestGenerated.Java.class,
ShortenRefsTestGenerated.This.class,
ShortenRefsTestGenerated.Type.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class ShortenRefsTestGenerated extends AbstractShortenRefsTest {
public void testAllFilesPresentInShortenRefs() throws Exception {