Do not generate long lines and simplify merge in generated tests

This commit is contained in:
Nikolay Krasko
2015-02-16 14:46:55 +03:00
parent 768a67d1f1
commit 8ea9d39e98
72 changed files with 1718 additions and 282 deletions
@@ -30,7 +30,10 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/asJava/lightClasses")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({KotlinLightClassTestGenerated.Delegation.class, KotlinLightClassTestGenerated.NullabilityAnnotations.class})
@InnerTestClasses({
KotlinLightClassTestGenerated.Delegation.class,
KotlinLightClassTestGenerated.NullabilityAnnotations.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class KotlinLightClassTestGenerated extends AbstractKotlinLightClassTest {
public void testAllFilesPresentInLightClasses() throws Exception {
@@ -30,7 +30,18 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/cfg")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({ControlFlowTestGenerated.Arrays.class, ControlFlowTestGenerated.Basic.class, ControlFlowTestGenerated.Bugs.class, ControlFlowTestGenerated.ControlStructures.class, ControlFlowTestGenerated.Conventions.class, ControlFlowTestGenerated.DeadCode.class, ControlFlowTestGenerated.Declarations.class, ControlFlowTestGenerated.Expressions.class, ControlFlowTestGenerated.Functions.class, ControlFlowTestGenerated.TailCalls.class})
@InnerTestClasses({
ControlFlowTestGenerated.Arrays.class,
ControlFlowTestGenerated.Basic.class,
ControlFlowTestGenerated.Bugs.class,
ControlFlowTestGenerated.ControlStructures.class,
ControlFlowTestGenerated.Conventions.class,
ControlFlowTestGenerated.DeadCode.class,
ControlFlowTestGenerated.Declarations.class,
ControlFlowTestGenerated.Expressions.class,
ControlFlowTestGenerated.Functions.class,
ControlFlowTestGenerated.TailCalls.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class ControlFlowTestGenerated extends AbstractControlFlowTest {
public void testAllFilesPresentInCfg() throws Exception {
@@ -279,7 +290,14 @@ public class ControlFlowTestGenerated extends AbstractControlFlowTest {
@TestMetadata("compiler/testData/cfg/declarations")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Declarations.ClassesAndObjects.class, Declarations.FunctionLiterals.class, Declarations.Functions.class, Declarations.Local.class, Declarations.MultiDeclaration.class, Declarations.Properties.class})
@InnerTestClasses({
Declarations.ClassesAndObjects.class,
Declarations.FunctionLiterals.class,
Declarations.Functions.class,
Declarations.Local.class,
Declarations.MultiDeclaration.class,
Declarations.Properties.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Declarations extends AbstractControlFlowTest {
public void testAllFilesPresentInDeclarations() throws Exception {
@@ -30,7 +30,11 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/cfg-variables")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({DataFlowTestGenerated.Basic.class, DataFlowTestGenerated.Bugs.class, DataFlowTestGenerated.LexicalScopes.class})
@InnerTestClasses({
DataFlowTestGenerated.Basic.class,
DataFlowTestGenerated.Bugs.class,
DataFlowTestGenerated.LexicalScopes.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class DataFlowTestGenerated extends AbstractDataFlowTest {
public void testAllFilesPresentInCfg_variables() throws Exception {
@@ -28,12 +28,26 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({PseudoValueTestGenerated.Cfg.class, PseudoValueTestGenerated.Cfg_variables.class})
@InnerTestClasses({
PseudoValueTestGenerated.Cfg.class,
PseudoValueTestGenerated.Cfg_variables.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class PseudoValueTestGenerated extends AbstractPseudoValueTest {
@TestMetadata("compiler/testData/cfg")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Cfg.Arrays.class, Cfg.Basic.class, Cfg.Bugs.class, Cfg.ControlStructures.class, Cfg.Conventions.class, Cfg.DeadCode.class, Cfg.Declarations.class, Cfg.Expressions.class, Cfg.Functions.class, Cfg.TailCalls.class})
@InnerTestClasses({
Cfg.Arrays.class,
Cfg.Basic.class,
Cfg.Bugs.class,
Cfg.ControlStructures.class,
Cfg.Conventions.class,
Cfg.DeadCode.class,
Cfg.Declarations.class,
Cfg.Expressions.class,
Cfg.Functions.class,
Cfg.TailCalls.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Cfg extends AbstractPseudoValueTest {
public void testAllFilesPresentInCfg() throws Exception {
@@ -282,7 +296,14 @@ public class PseudoValueTestGenerated extends AbstractPseudoValueTest {
@TestMetadata("compiler/testData/cfg/declarations")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Declarations.ClassesAndObjects.class, Declarations.FunctionLiterals.class, Declarations.Functions.class, Declarations.Local.class, Declarations.MultiDeclaration.class, Declarations.Properties.class})
@InnerTestClasses({
Declarations.ClassesAndObjects.class,
Declarations.FunctionLiterals.class,
Declarations.Functions.class,
Declarations.Local.class,
Declarations.MultiDeclaration.class,
Declarations.Properties.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Declarations extends AbstractPseudoValueTest {
public void testAllFilesPresentInDeclarations() throws Exception {
@@ -638,7 +659,11 @@ public class PseudoValueTestGenerated extends AbstractPseudoValueTest {
@TestMetadata("compiler/testData/cfg-variables")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Cfg_variables.Basic.class, Cfg_variables.Bugs.class, Cfg_variables.LexicalScopes.class})
@InnerTestClasses({
Cfg_variables.Basic.class,
Cfg_variables.Bugs.class,
Cfg_variables.LexicalScopes.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Cfg_variables extends AbstractPseudoValueTest {
public void testAllFilesPresentInCfg_variables() throws Exception {
@@ -28,12 +28,78 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({JetDiagnosticsTestGenerated.Tests.class, JetDiagnosticsTestGenerated.Script.class, JetDiagnosticsTestGenerated.Diagnostics.class})
@InnerTestClasses({
JetDiagnosticsTestGenerated.Tests.class,
JetDiagnosticsTestGenerated.Script.class,
JetDiagnosticsTestGenerated.Diagnostics.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Tests.Annotations.class, Tests.BackingField.class, Tests.Cast.class, Tests.CheckArguments.class, Tests.ClassObjects.class, Tests.ControlFlowAnalysis.class, Tests.ControlStructures.class, Tests.CyclicHierarchy.class, Tests.DataClasses.class, Tests.DataFlow.class, Tests.DataFlowInfoTraversal.class, Tests.DeclarationChecks.class, Tests.DelegatedProperty.class, Tests.Delegation.class, Tests.Deparenthesize.class, Tests.DuplicateJvmSignature.class, Tests.DynamicTypes.class, Tests.Enum.class, Tests.Evaluate.class, Tests.Extensions.class, Tests.FunctionLiterals.class, Tests.Generics.class, Tests.Imports.class, Tests.IncompleteCode.class, Tests.Inference.class, Tests.Infos.class, Tests.Inline.class, Tests.Inner.class, Tests.J_k.class, Tests.Jdk_annotations.class, Tests.Labels.class, Tests.Library.class, Tests.Modifiers.class, Tests.Multimodule.class, Tests.NamedArguments.class, Tests.NullabilityAndSmartCasts.class, Tests.NullableTypes.class, Tests.Numbers.class, Tests.Objects.class, Tests.OperatorsOverloading.class, Tests.Overload.class, Tests.Override.class, Tests.PlatformTypes.class, Tests.Recovery.class, Tests.Redeclarations.class, Tests.Regressions.class, Tests.Resolve.class, Tests.Scopes.class, Tests.SenselessComparison.class, Tests.Shadowing.class, Tests.SmartCasts.class, Tests.Substitutions.class, Tests.Subtyping.class, Tests.Suppress.class, Tests.ThisAndSuper.class, Tests.TraitWithRequired.class, Tests.Typedefs.class, Tests.Unit.class, Tests.Varargs.class, Tests.Variance.class, Tests.When.class})
@InnerTestClasses({
Tests.Annotations.class,
Tests.BackingField.class,
Tests.Cast.class,
Tests.CheckArguments.class,
Tests.ClassObjects.class,
Tests.ControlFlowAnalysis.class,
Tests.ControlStructures.class,
Tests.CyclicHierarchy.class,
Tests.DataClasses.class,
Tests.DataFlow.class,
Tests.DataFlowInfoTraversal.class,
Tests.DeclarationChecks.class,
Tests.DelegatedProperty.class,
Tests.Delegation.class,
Tests.Deparenthesize.class,
Tests.DuplicateJvmSignature.class,
Tests.DynamicTypes.class,
Tests.Enum.class,
Tests.Evaluate.class,
Tests.Extensions.class,
Tests.FunctionLiterals.class,
Tests.Generics.class,
Tests.Imports.class,
Tests.IncompleteCode.class,
Tests.Inference.class,
Tests.Infos.class,
Tests.Inline.class,
Tests.Inner.class,
Tests.J_k.class,
Tests.Jdk_annotations.class,
Tests.Labels.class,
Tests.Library.class,
Tests.Modifiers.class,
Tests.Multimodule.class,
Tests.NamedArguments.class,
Tests.NullabilityAndSmartCasts.class,
Tests.NullableTypes.class,
Tests.Numbers.class,
Tests.Objects.class,
Tests.OperatorsOverloading.class,
Tests.Overload.class,
Tests.Override.class,
Tests.PlatformTypes.class,
Tests.Recovery.class,
Tests.Redeclarations.class,
Tests.Regressions.class,
Tests.Resolve.class,
Tests.Scopes.class,
Tests.SenselessComparison.class,
Tests.Shadowing.class,
Tests.SmartCasts.class,
Tests.Substitutions.class,
Tests.Subtyping.class,
Tests.Suppress.class,
Tests.ThisAndSuper.class,
Tests.TraitWithRequired.class,
Tests.Typedefs.class,
Tests.Unit.class,
Tests.Varargs.class,
Tests.Variance.class,
Tests.When.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Tests extends AbstractJetDiagnosticsTest {
@TestMetadata("Abstract.kt")
@@ -564,7 +630,9 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/annotations")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Annotations.AnnotationParameterMustBeConstant.class})
@InnerTestClasses({
Annotations.AnnotationParameterMustBeConstant.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Annotations extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInAnnotations() throws Exception {
@@ -946,7 +1014,10 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/cast")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Cast.Bare.class, Cast.NeverSucceeds.class})
@InnerTestClasses({
Cast.Bare.class,
Cast.NeverSucceeds.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Cast extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInCast() throws Exception {
@@ -1496,7 +1567,10 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/controlFlowAnalysis")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({ControlFlowAnalysis.DeadCode.class, ControlFlowAnalysis.DefiniteReturn.class})
@InnerTestClasses({
ControlFlowAnalysis.DeadCode.class,
ControlFlowAnalysis.DefiniteReturn.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class ControlFlowAnalysis extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInControlFlowAnalysis() throws Exception {
@@ -2277,7 +2351,10 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/dataFlow")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({DataFlow.Assignment.class, DataFlow.Local.class})
@InnerTestClasses({
DataFlow.Assignment.class,
DataFlow.Local.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class DataFlow extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInDataFlow() throws Exception {
@@ -2431,7 +2508,9 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/dataFlowInfoTraversal")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({DataFlowInfoTraversal.Smartcasts.class})
@InnerTestClasses({
DataFlowInfoTraversal.Smartcasts.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class DataFlowInfoTraversal extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInDataFlowInfoTraversal() throws Exception {
@@ -2774,7 +2853,9 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/declarationChecks")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({DeclarationChecks.MultiDeclarations.class})
@InnerTestClasses({
DeclarationChecks.MultiDeclarations.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class DeclarationChecks extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInDeclarationChecks() throws Exception {
@@ -2991,7 +3072,9 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/delegatedProperty")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({DelegatedProperty.Inference.class})
@InnerTestClasses({
DelegatedProperty.Inference.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class DelegatedProperty extends AbstractJetDiagnosticsTest {
@TestMetadata("absentErrorAboutInitializer.kt")
@@ -3382,7 +3465,15 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/duplicateJvmSignature")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({DuplicateJvmSignature.AccidentalOverrides.class, DuplicateJvmSignature.Bridges.class, DuplicateJvmSignature.Erasure.class, DuplicateJvmSignature.FunctionAndProperty.class, DuplicateJvmSignature.SpecialNames.class, DuplicateJvmSignature.Synthesized.class, DuplicateJvmSignature.TraitImpl.class})
@InnerTestClasses({
DuplicateJvmSignature.AccidentalOverrides.class,
DuplicateJvmSignature.Bridges.class,
DuplicateJvmSignature.Erasure.class,
DuplicateJvmSignature.FunctionAndProperty.class,
DuplicateJvmSignature.SpecialNames.class,
DuplicateJvmSignature.Synthesized.class,
DuplicateJvmSignature.TraitImpl.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class DuplicateJvmSignature extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInDuplicateJvmSignature() throws Exception {
@@ -3908,7 +3999,9 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/enum")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Enum.Inner.class})
@InnerTestClasses({
Enum.Inner.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Enum extends AbstractJetDiagnosticsTest {
@TestMetadata("AbstractEnum.kt")
@@ -4413,7 +4506,9 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/functionLiterals")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({FunctionLiterals.Return.class})
@InnerTestClasses({
FunctionLiterals.Return.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class FunctionLiterals extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInFunctionLiterals() throws Exception {
@@ -4588,7 +4683,11 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/generics")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Generics.StarProjections.class, Generics.TpAsReified.class, Generics.VarProjection.class})
@InnerTestClasses({
Generics.StarProjections.class,
Generics.TpAsReified.class,
Generics.VarProjection.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Generics extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInGenerics() throws Exception {
@@ -5000,7 +5099,9 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/incompleteCode")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({IncompleteCode.DiagnosticWithSyntaxError.class})
@InnerTestClasses({
IncompleteCode.DiagnosticWithSyntaxError.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class IncompleteCode extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInIncompleteCode() throws Exception {
@@ -5205,7 +5306,15 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/inference")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Inference.CapturedTypes.class, Inference.Constraints.class, Inference.NestedCalls.class, Inference.Regressions.class, Inference.ReportingImprovements.class, Inference.Substitutions.class, Inference.UpperBounds.class})
@InnerTestClasses({
Inference.CapturedTypes.class,
Inference.Constraints.class,
Inference.NestedCalls.class,
Inference.Regressions.class,
Inference.ReportingImprovements.class,
Inference.Substitutions.class,
Inference.UpperBounds.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Inference extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInInference() throws Exception {
@@ -6019,7 +6128,13 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/inline")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Inline.BinaryExpressions.class, Inline.NonLocalReturns.class, Inline.NonPublicMember.class, Inline.Regressions.class, Inline.UnaryExpressions.class})
@InnerTestClasses({
Inline.BinaryExpressions.class,
Inline.NonLocalReturns.class,
Inline.NonPublicMember.class,
Inline.Regressions.class,
Inline.UnaryExpressions.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Inline extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInInline() throws Exception {
@@ -6434,7 +6549,9 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/inner")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Inner.QualifiedExpression.class})
@InnerTestClasses({
Inner.QualifiedExpression.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Inner extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInInner() throws Exception {
@@ -6948,7 +7065,9 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/jdk-annotations")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Jdk_annotations.Sql.class})
@InnerTestClasses({
Jdk_annotations.Sql.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Jdk_annotations extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInJdk_annotations() throws Exception {
@@ -7120,7 +7239,11 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/multimodule")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Multimodule.DuplicateClass.class, Multimodule.DuplicateMethod.class, Multimodule.DuplicateSuper.class})
@InnerTestClasses({
Multimodule.DuplicateClass.class,
Multimodule.DuplicateMethod.class,
Multimodule.DuplicateSuper.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Multimodule extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInMultimodule() throws Exception {
@@ -7964,7 +8087,9 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/override")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Override.ParameterNames.class})
@InnerTestClasses({
Override.ParameterNames.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Override extends AbstractJetDiagnosticsTest {
@TestMetadata("AbstractFunImplemented.kt")
@@ -8325,7 +8450,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/platformTypes")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({PlatformTypes.CommonSupertype.class, PlatformTypes.Intersection.class, PlatformTypes.MethodCall.class, PlatformTypes.NullabilityWarnings.class})
@InnerTestClasses({
PlatformTypes.CommonSupertype.class,
PlatformTypes.Intersection.class,
PlatformTypes.MethodCall.class,
PlatformTypes.NullabilityWarnings.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class PlatformTypes extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInPlatformTypes() throws Exception {
@@ -9544,7 +9674,11 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/resolve")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Resolve.Invoke.class, Resolve.NestedCalls.class, Resolve.SpecialConstructions.class})
@InnerTestClasses({
Resolve.Invoke.class,
Resolve.NestedCalls.class,
Resolve.SpecialConstructions.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Resolve extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInResolve() throws Exception {
@@ -9613,7 +9747,9 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/resolve/invoke")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Invoke.Errors.class})
@InnerTestClasses({
Invoke.Errors.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Invoke extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInInvoke() throws Exception {
@@ -10128,7 +10264,9 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/smartCasts")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({SmartCasts.Inference.class})
@InnerTestClasses({
SmartCasts.Inference.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class SmartCasts extends AbstractJetDiagnosticsTest {
@TestMetadata("afterBinaryExpr.kt")
@@ -10399,7 +10537,11 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/suppress")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Suppress.AllWarnings.class, Suppress.ManyWarnings.class, Suppress.OneWarning.class})
@InnerTestClasses({
Suppress.AllWarnings.class,
Suppress.ManyWarnings.class,
Suppress.OneWarning.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Suppress extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInSuppress() throws Exception {
@@ -10883,7 +11025,9 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/diagnostics/tests/variance")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Variance.PrivateToThis.class})
@InnerTestClasses({
Variance.PrivateToThis.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Variance extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInVariance() throws Exception {
@@ -11107,7 +11251,10 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/codegen/box/diagnostics")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Diagnostics.Functions.class, Diagnostics.Vararg.class})
@InnerTestClasses({
Diagnostics.Functions.class,
Diagnostics.Vararg.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Diagnostics extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInDiagnostics() throws Exception {
@@ -11116,7 +11263,11 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/codegen/box/diagnostics/functions")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Functions.Inference.class, Functions.Invoke.class, Functions.TailRecursion.class})
@InnerTestClasses({
Functions.Inference.class,
Functions.Invoke.class,
Functions.TailRecursion.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Functions extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInFunctions() throws Exception {
@@ -11140,7 +11291,9 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
@TestMetadata("compiler/testData/codegen/box/diagnostics/functions/invoke")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Invoke.OnObjects.class})
@InnerTestClasses({
Invoke.OnObjects.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Invoke extends AbstractJetDiagnosticsTest {
public void testAllFilesPresentInInvoke() throws Exception {
@@ -30,7 +30,11 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/diagnostics/testsWithJsStdLib")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({JetDiagnosticsTestWithJsStdLibGenerated.DynamicTypes.class, JetDiagnosticsTestWithJsStdLibGenerated.JsCode.class, JetDiagnosticsTestWithJsStdLibGenerated.Native.class})
@InnerTestClasses({
JetDiagnosticsTestWithJsStdLibGenerated.DynamicTypes.class,
JetDiagnosticsTestWithJsStdLibGenerated.JsCode.class,
JetDiagnosticsTestWithJsStdLibGenerated.Native.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class JetDiagnosticsTestWithJsStdLibGenerated extends AbstractJetDiagnosticsTestWithJsStdLib {
public void testAllFilesPresentInTestsWithJsStdLib() throws Exception {
@@ -255,7 +259,13 @@ public class JetDiagnosticsTestWithJsStdLibGenerated extends AbstractJetDiagnost
@TestMetadata("compiler/testData/diagnostics/testsWithJsStdLib/native")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Native.NativeGetter.class, Native.NativeInvoke.class, Native.NativeSetter.class, Native.OptionlBody.class, Native.UnusedParam.class})
@InnerTestClasses({
Native.NativeGetter.class,
Native.NativeInvoke.class,
Native.NativeSetter.class,
Native.OptionlBody.class,
Native.UnusedParam.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Native extends AbstractJetDiagnosticsTestWithJsStdLib {
public void testAllFilesPresentInNative() throws Exception {
@@ -30,7 +30,18 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/diagnostics/testsWithStdLib")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({JetDiagnosticsTestWithStdLibGenerated.Annotations.class, JetDiagnosticsTestWithStdLibGenerated.CallableReference.class, JetDiagnosticsTestWithStdLibGenerated.DuplicateJvmSignature.class, JetDiagnosticsTestWithStdLibGenerated.FunctionLiterals.class, JetDiagnosticsTestWithStdLibGenerated.Inference.class, JetDiagnosticsTestWithStdLibGenerated.KotlinSignature.class, JetDiagnosticsTestWithStdLibGenerated.Native.class, JetDiagnosticsTestWithStdLibGenerated.Reified.class, JetDiagnosticsTestWithStdLibGenerated.Resolve.class, JetDiagnosticsTestWithStdLibGenerated.Varargs.class})
@InnerTestClasses({
JetDiagnosticsTestWithStdLibGenerated.Annotations.class,
JetDiagnosticsTestWithStdLibGenerated.CallableReference.class,
JetDiagnosticsTestWithStdLibGenerated.DuplicateJvmSignature.class,
JetDiagnosticsTestWithStdLibGenerated.FunctionLiterals.class,
JetDiagnosticsTestWithStdLibGenerated.Inference.class,
JetDiagnosticsTestWithStdLibGenerated.KotlinSignature.class,
JetDiagnosticsTestWithStdLibGenerated.Native.class,
JetDiagnosticsTestWithStdLibGenerated.Reified.class,
JetDiagnosticsTestWithStdLibGenerated.Resolve.class,
JetDiagnosticsTestWithStdLibGenerated.Varargs.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class JetDiagnosticsTestWithStdLibGenerated extends AbstractJetDiagnosticsTestWithStdLib {
public void testAllFilesPresentInTestsWithStdLib() throws Exception {
@@ -39,7 +50,12 @@ public class JetDiagnosticsTestWithStdLibGenerated extends AbstractJetDiagnostic
@TestMetadata("compiler/testData/diagnostics/testsWithStdLib/annotations")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Annotations.AnnotationApplicability.class, Annotations.AnnotationParameterMustBeConstant.class, Annotations.AnnotationWithVarargParameter.class, Annotations.PlatformStatic.class})
@InnerTestClasses({
Annotations.AnnotationApplicability.class,
Annotations.AnnotationParameterMustBeConstant.class,
Annotations.AnnotationWithVarargParameter.class,
Annotations.PlatformStatic.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Annotations extends AbstractJetDiagnosticsTestWithStdLib {
public void testAllFilesPresentInAnnotations() throws Exception {
@@ -163,7 +179,10 @@ public class JetDiagnosticsTestWithStdLibGenerated extends AbstractJetDiagnostic
@TestMetadata("compiler/testData/diagnostics/testsWithStdLib/callableReference")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({CallableReference.Function.class, CallableReference.Property.class})
@InnerTestClasses({
CallableReference.Function.class,
CallableReference.Property.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class CallableReference extends AbstractJetDiagnosticsTestWithStdLib {
public void testAllFilesPresentInCallableReference() throws Exception {
@@ -28,7 +28,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({KotlincExecutableTestGenerated.Jvm.class, KotlincExecutableTestGenerated.Js.class})
@InnerTestClasses({
KotlincExecutableTestGenerated.Jvm.class,
KotlincExecutableTestGenerated.Js.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class KotlincExecutableTestGenerated extends AbstractKotlincExecutableTest {
@TestMetadata("compiler/testData/cli/jvm")
@@ -30,7 +30,21 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/codegen/bytecodeText")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({BytecodeTextTestGenerated.BoxingOptimization.class, BytecodeTextTestGenerated.Constants.class, BytecodeTextTestGenerated.DeadCodeElimination.class, BytecodeTextTestGenerated.DirectInvoke.class, BytecodeTextTestGenerated.Inline.class, BytecodeTextTestGenerated.LazyCodegen.class, BytecodeTextTestGenerated.LineNumbers.class, BytecodeTextTestGenerated.Statements.class, BytecodeTextTestGenerated.StaticFields.class, BytecodeTextTestGenerated.StoreStackBeforeInline.class, BytecodeTextTestGenerated.When.class, BytecodeTextTestGenerated.WhenEnumOptimization.class, BytecodeTextTestGenerated.WhenStringOptimization.class})
@InnerTestClasses({
BytecodeTextTestGenerated.BoxingOptimization.class,
BytecodeTextTestGenerated.Constants.class,
BytecodeTextTestGenerated.DeadCodeElimination.class,
BytecodeTextTestGenerated.DirectInvoke.class,
BytecodeTextTestGenerated.Inline.class,
BytecodeTextTestGenerated.LazyCodegen.class,
BytecodeTextTestGenerated.LineNumbers.class,
BytecodeTextTestGenerated.Statements.class,
BytecodeTextTestGenerated.StaticFields.class,
BytecodeTextTestGenerated.StoreStackBeforeInline.class,
BytecodeTextTestGenerated.When.class,
BytecodeTextTestGenerated.WhenEnumOptimization.class,
BytecodeTextTestGenerated.WhenStringOptimization.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
@TestMetadata("accessorForProtected.kt")
@@ -28,7 +28,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({LineNumberTestGenerated.LineNumber.class, LineNumberTestGenerated.Custom.class})
@InnerTestClasses({
LineNumberTestGenerated.LineNumber.class,
LineNumberTestGenerated.Custom.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class LineNumberTestGenerated extends AbstractLineNumberTest {
@TestMetadata("compiler/testData/lineNumber")
@@ -30,7 +30,12 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/writeFlags")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({WriteFlagsTestGenerated.Class.class, WriteFlagsTestGenerated.Function.class, WriteFlagsTestGenerated.InnerClass.class, WriteFlagsTestGenerated.Property.class})
@InnerTestClasses({
WriteFlagsTestGenerated.Class.class,
WriteFlagsTestGenerated.Function.class,
WriteFlagsTestGenerated.InnerClass.class,
WriteFlagsTestGenerated.Property.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class WriteFlagsTestGenerated extends AbstractWriteFlagsTest {
public void testAllFilesPresentInWriteFlags() throws Exception {
@@ -39,7 +44,11 @@ public class WriteFlagsTestGenerated extends AbstractWriteFlagsTest {
@TestMetadata("compiler/testData/writeFlags/class")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Class.AccessFlags.class, Class.DeprecatedFlag.class, Class.Visibility.class})
@InnerTestClasses({
Class.AccessFlags.class,
Class.DeprecatedFlag.class,
Class.Visibility.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Class extends AbstractWriteFlagsTest {
public void testAllFilesPresentInClass() throws Exception {
@@ -126,7 +135,11 @@ public class WriteFlagsTestGenerated extends AbstractWriteFlagsTest {
@TestMetadata("compiler/testData/writeFlags/class/visibility")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Visibility.Internal.class, Visibility.Private.class, Visibility.Public.class})
@InnerTestClasses({
Visibility.Internal.class,
Visibility.Private.class,
Visibility.Public.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Visibility extends AbstractWriteFlagsTest {
public void testAllFilesPresentInVisibility() throws Exception {
@@ -308,7 +321,11 @@ public class WriteFlagsTestGenerated extends AbstractWriteFlagsTest {
@TestMetadata("compiler/testData/writeFlags/function")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Function.ClassObjectPrivate.class, Function.Constructors.class, Function.DeprecatedFlag.class})
@InnerTestClasses({
Function.ClassObjectPrivate.class,
Function.Constructors.class,
Function.DeprecatedFlag.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Function extends AbstractWriteFlagsTest {
public void testAllFilesPresentInFunction() throws Exception {
@@ -459,7 +476,9 @@ public class WriteFlagsTestGenerated extends AbstractWriteFlagsTest {
@TestMetadata("compiler/testData/writeFlags/innerClass")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({InnerClass.Visibility.class})
@InnerTestClasses({
InnerClass.Visibility.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class InnerClass extends AbstractWriteFlagsTest {
public void testAllFilesPresentInInnerClass() throws Exception {
@@ -514,7 +533,11 @@ public class WriteFlagsTestGenerated extends AbstractWriteFlagsTest {
@TestMetadata("compiler/testData/writeFlags/property")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Property.ClassObject.class, Property.DeprecatedFlag.class, Property.Visibility.class})
@InnerTestClasses({
Property.ClassObject.class,
Property.DeprecatedFlag.class,
Property.Visibility.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Property extends AbstractWriteFlagsTest {
public void testAllFilesPresentInProperty() throws Exception {
@@ -523,7 +546,11 @@ public class WriteFlagsTestGenerated extends AbstractWriteFlagsTest {
@TestMetadata("compiler/testData/writeFlags/property/classObject")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({ClassObject.Class.class, ClassObject.Rename.class, ClassObject.Trait.class})
@InnerTestClasses({
ClassObject.Class.class,
ClassObject.Rename.class,
ClassObject.Trait.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class ClassObject extends AbstractWriteFlagsTest {
public void testAllFilesPresentInClassObject() throws Exception {
@@ -30,7 +30,22 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/codegen/boxAgainstJava")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({BlackBoxAgainstJavaCodegenTestGenerated.Annotations.class, BlackBoxAgainstJavaCodegenTestGenerated.CallableReference.class, BlackBoxAgainstJavaCodegenTestGenerated.Constructor.class, BlackBoxAgainstJavaCodegenTestGenerated.Delegation.class, BlackBoxAgainstJavaCodegenTestGenerated.Enum.class, BlackBoxAgainstJavaCodegenTestGenerated.Functions.class, BlackBoxAgainstJavaCodegenTestGenerated.InnerClass.class, BlackBoxAgainstJavaCodegenTestGenerated.NotNullAssertions.class, BlackBoxAgainstJavaCodegenTestGenerated.PlatformTypes.class, BlackBoxAgainstJavaCodegenTestGenerated.Property.class, BlackBoxAgainstJavaCodegenTestGenerated.Reflection.class, BlackBoxAgainstJavaCodegenTestGenerated.Sam.class, BlackBoxAgainstJavaCodegenTestGenerated.StaticFun.class, BlackBoxAgainstJavaCodegenTestGenerated.Visibility.class})
@InnerTestClasses({
BlackBoxAgainstJavaCodegenTestGenerated.Annotations.class,
BlackBoxAgainstJavaCodegenTestGenerated.CallableReference.class,
BlackBoxAgainstJavaCodegenTestGenerated.Constructor.class,
BlackBoxAgainstJavaCodegenTestGenerated.Delegation.class,
BlackBoxAgainstJavaCodegenTestGenerated.Enum.class,
BlackBoxAgainstJavaCodegenTestGenerated.Functions.class,
BlackBoxAgainstJavaCodegenTestGenerated.InnerClass.class,
BlackBoxAgainstJavaCodegenTestGenerated.NotNullAssertions.class,
BlackBoxAgainstJavaCodegenTestGenerated.PlatformTypes.class,
BlackBoxAgainstJavaCodegenTestGenerated.Property.class,
BlackBoxAgainstJavaCodegenTestGenerated.Reflection.class,
BlackBoxAgainstJavaCodegenTestGenerated.Sam.class,
BlackBoxAgainstJavaCodegenTestGenerated.StaticFun.class,
BlackBoxAgainstJavaCodegenTestGenerated.Visibility.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class BlackBoxAgainstJavaCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInBoxAgainstJava() throws Exception {
@@ -315,7 +330,9 @@ public class BlackBoxAgainstJavaCodegenTestGenerated extends AbstractBlackBoxCod
@TestMetadata("compiler/testData/codegen/boxAgainstJava/reflection")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Reflection.Mapping.class})
@InnerTestClasses({
Reflection.Mapping.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Reflection extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInReflection() throws Exception {
@@ -346,7 +363,9 @@ public class BlackBoxAgainstJavaCodegenTestGenerated extends AbstractBlackBoxCod
@TestMetadata("compiler/testData/codegen/boxAgainstJava/sam")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Sam.Adapters.class})
@InnerTestClasses({
Sam.Adapters.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Sam extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInSam() throws Exception {
@@ -367,7 +386,9 @@ public class BlackBoxAgainstJavaCodegenTestGenerated extends AbstractBlackBoxCod
@TestMetadata("compiler/testData/codegen/boxAgainstJava/sam/adapters")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Adapters.Operators.class})
@InnerTestClasses({
Adapters.Operators.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Adapters extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInAdapters() throws Exception {
@@ -606,7 +627,11 @@ public class BlackBoxAgainstJavaCodegenTestGenerated extends AbstractBlackBoxCod
@TestMetadata("compiler/testData/codegen/boxAgainstJava/visibility")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Visibility.Package.class, Visibility.ProtectedAndPackage.class, Visibility.ProtectedStatic.class})
@InnerTestClasses({
Visibility.Package.class,
Visibility.ProtectedAndPackage.class,
Visibility.ProtectedStatic.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Visibility extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInVisibility() throws Exception {
@@ -30,7 +30,58 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/codegen/box")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({BlackBoxCodegenTestGenerated.Arrays.class, BlackBoxCodegenTestGenerated.BinaryOp.class, BlackBoxCodegenTestGenerated.Bridges.class, BlackBoxCodegenTestGenerated.BuiltinStubMethods.class, BlackBoxCodegenTestGenerated.Casts.class, BlackBoxCodegenTestGenerated.Classes.class, BlackBoxCodegenTestGenerated.Closures.class, BlackBoxCodegenTestGenerated.Constants.class, BlackBoxCodegenTestGenerated.ControlStructures.class, BlackBoxCodegenTestGenerated.DefaultArguments.class, BlackBoxCodegenTestGenerated.DelegatedProperty.class, BlackBoxCodegenTestGenerated.Diagnostics.class, BlackBoxCodegenTestGenerated.Elvis.class, BlackBoxCodegenTestGenerated.Enum.class, BlackBoxCodegenTestGenerated.ExclExcl.class, BlackBoxCodegenTestGenerated.ExtensionFunctions.class, BlackBoxCodegenTestGenerated.ExtensionProperties.class, BlackBoxCodegenTestGenerated.FakeOverride.class, BlackBoxCodegenTestGenerated.FieldRename.class, BlackBoxCodegenTestGenerated.Finally.class, BlackBoxCodegenTestGenerated.Functions.class, BlackBoxCodegenTestGenerated.InnerNested.class, BlackBoxCodegenTestGenerated.Instructions.class, BlackBoxCodegenTestGenerated.Intrinsics.class, BlackBoxCodegenTestGenerated.JavaInterop.class, BlackBoxCodegenTestGenerated.Labels.class, BlackBoxCodegenTestGenerated.LocalClasses.class, BlackBoxCodegenTestGenerated.MultiDecl.class, BlackBoxCodegenTestGenerated.Objects.class, BlackBoxCodegenTestGenerated.OperatorConventions.class, BlackBoxCodegenTestGenerated.Package.class, BlackBoxCodegenTestGenerated.PlatformTypes.class, BlackBoxCodegenTestGenerated.PrimitiveTypes.class, BlackBoxCodegenTestGenerated.Properties.class, BlackBoxCodegenTestGenerated.Reflection.class, BlackBoxCodegenTestGenerated.Regressions.class, BlackBoxCodegenTestGenerated.SafeCall.class, BlackBoxCodegenTestGenerated.SamConstructors.class, BlackBoxCodegenTestGenerated.StaticFields.class, BlackBoxCodegenTestGenerated.Strings.class, BlackBoxCodegenTestGenerated.Super.class, BlackBoxCodegenTestGenerated.SuperConstructorCall.class, BlackBoxCodegenTestGenerated.ToArray.class, BlackBoxCodegenTestGenerated.Traits.class, BlackBoxCodegenTestGenerated.TypeInfo.class, BlackBoxCodegenTestGenerated.TypeMapping.class, BlackBoxCodegenTestGenerated.UnaryOp.class, BlackBoxCodegenTestGenerated.Unit.class, BlackBoxCodegenTestGenerated.Vararg.class, BlackBoxCodegenTestGenerated.When.class})
@InnerTestClasses({
BlackBoxCodegenTestGenerated.Arrays.class,
BlackBoxCodegenTestGenerated.BinaryOp.class,
BlackBoxCodegenTestGenerated.Bridges.class,
BlackBoxCodegenTestGenerated.BuiltinStubMethods.class,
BlackBoxCodegenTestGenerated.Casts.class,
BlackBoxCodegenTestGenerated.Classes.class,
BlackBoxCodegenTestGenerated.Closures.class,
BlackBoxCodegenTestGenerated.Constants.class,
BlackBoxCodegenTestGenerated.ControlStructures.class,
BlackBoxCodegenTestGenerated.DefaultArguments.class,
BlackBoxCodegenTestGenerated.DelegatedProperty.class,
BlackBoxCodegenTestGenerated.Diagnostics.class,
BlackBoxCodegenTestGenerated.Elvis.class,
BlackBoxCodegenTestGenerated.Enum.class,
BlackBoxCodegenTestGenerated.ExclExcl.class,
BlackBoxCodegenTestGenerated.ExtensionFunctions.class,
BlackBoxCodegenTestGenerated.ExtensionProperties.class,
BlackBoxCodegenTestGenerated.FakeOverride.class,
BlackBoxCodegenTestGenerated.FieldRename.class,
BlackBoxCodegenTestGenerated.Finally.class,
BlackBoxCodegenTestGenerated.Functions.class,
BlackBoxCodegenTestGenerated.InnerNested.class,
BlackBoxCodegenTestGenerated.Instructions.class,
BlackBoxCodegenTestGenerated.Intrinsics.class,
BlackBoxCodegenTestGenerated.JavaInterop.class,
BlackBoxCodegenTestGenerated.Labels.class,
BlackBoxCodegenTestGenerated.LocalClasses.class,
BlackBoxCodegenTestGenerated.MultiDecl.class,
BlackBoxCodegenTestGenerated.Objects.class,
BlackBoxCodegenTestGenerated.OperatorConventions.class,
BlackBoxCodegenTestGenerated.Package.class,
BlackBoxCodegenTestGenerated.PlatformTypes.class,
BlackBoxCodegenTestGenerated.PrimitiveTypes.class,
BlackBoxCodegenTestGenerated.Properties.class,
BlackBoxCodegenTestGenerated.Reflection.class,
BlackBoxCodegenTestGenerated.Regressions.class,
BlackBoxCodegenTestGenerated.SafeCall.class,
BlackBoxCodegenTestGenerated.SamConstructors.class,
BlackBoxCodegenTestGenerated.StaticFields.class,
BlackBoxCodegenTestGenerated.Strings.class,
BlackBoxCodegenTestGenerated.Super.class,
BlackBoxCodegenTestGenerated.SuperConstructorCall.class,
BlackBoxCodegenTestGenerated.ToArray.class,
BlackBoxCodegenTestGenerated.Traits.class,
BlackBoxCodegenTestGenerated.TypeInfo.class,
BlackBoxCodegenTestGenerated.TypeMapping.class,
BlackBoxCodegenTestGenerated.UnaryOp.class,
BlackBoxCodegenTestGenerated.Unit.class,
BlackBoxCodegenTestGenerated.Vararg.class,
BlackBoxCodegenTestGenerated.When.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInBox() throws Exception {
@@ -297,7 +348,9 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/bridges")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Bridges.SubstitutionInSuperClass.class})
@InnerTestClasses({
Bridges.SubstitutionInSuperClass.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Bridges extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInBridges() throws Exception {
@@ -640,7 +693,9 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/builtinStubMethods")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({BuiltinStubMethods.ExtendJavaCollections.class})
@InnerTestClasses({
BuiltinStubMethods.ExtendJavaCollections.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class BuiltinStubMethods extends AbstractBlackBoxCodegenTest {
@TestMetadata("abstractMember.kt")
@@ -1493,7 +1548,10 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/closures")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Closures.CaptureOuterProperty.class, Closures.ClosureInsideClosure.class})
@InnerTestClasses({
Closures.CaptureOuterProperty.class,
Closures.ClosureInsideClosure.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Closures extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInClosures() throws Exception {
@@ -2121,7 +2179,10 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/defaultArguments")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({DefaultArguments.Constructor.class, DefaultArguments.Function.class})
@InnerTestClasses({
DefaultArguments.Constructor.class,
DefaultArguments.Function.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class DefaultArguments extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInDefaultArguments() throws Exception {
@@ -2347,7 +2408,9 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/delegatedProperty")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({DelegatedProperty.PropertyDelegatedMethod.class})
@InnerTestClasses({
DelegatedProperty.PropertyDelegatedMethod.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class DelegatedProperty extends AbstractBlackBoxCodegenTest {
@TestMetadata("accessTopLevelDelegatedPropertyInClinit.kt")
@@ -2630,7 +2693,10 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/diagnostics")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Diagnostics.Functions.class, Diagnostics.Vararg.class})
@InnerTestClasses({
Diagnostics.Functions.class,
Diagnostics.Vararg.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Diagnostics extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInDiagnostics() throws Exception {
@@ -2639,7 +2705,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/diagnostics/functions")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Functions.Inference.class, Functions.Invoke.class, Functions.TailRecursion.class})
@InnerTestClasses({
Functions.Inference.class,
Functions.Invoke.class,
Functions.TailRecursion.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Functions extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInFunctions() throws Exception {
@@ -2663,7 +2733,9 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/diagnostics/functions/invoke")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Invoke.OnObjects.class})
@InnerTestClasses({
Invoke.OnObjects.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Invoke extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInInvoke() throws Exception {
@@ -3506,7 +3578,10 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/functions")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Functions.Invoke.class, Functions.LocalFunctions.class})
@InnerTestClasses({
Functions.Invoke.class,
Functions.LocalFunctions.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Functions extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInFunctions() throws Exception {
@@ -4029,7 +4104,9 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/instructions")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Instructions.Swap.class})
@InnerTestClasses({
Instructions.Swap.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Instructions extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInInstructions() throws Exception {
@@ -4117,7 +4194,10 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/javaInterop")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({JavaInterop.NotNullAssertions.class, JavaInterop.ObjectMethods.class})
@InnerTestClasses({
JavaInterop.NotNullAssertions.class,
JavaInterop.ObjectMethods.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class JavaInterop extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInJavaInterop() throws Exception {
@@ -4373,7 +4453,10 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/multiDecl")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({MultiDecl.ForIterator.class, MultiDecl.ForRange.class})
@InnerTestClasses({
MultiDecl.ForIterator.class,
MultiDecl.ForRange.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class MultiDecl extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInMultiDecl() throws Exception {
@@ -4448,7 +4531,9 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/multiDecl/forIterator")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({ForIterator.LongIterator.class})
@InnerTestClasses({
ForIterator.LongIterator.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class ForIterator extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInForIterator() throws Exception {
@@ -4521,7 +4606,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/multiDecl/forRange")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({ForRange.ExplicitRangeTo.class, ForRange.ExplicitRangeToWithDot.class, ForRange.Int.class, ForRange.Long.class})
@InnerTestClasses({
ForRange.ExplicitRangeTo.class,
ForRange.ExplicitRangeToWithDot.class,
ForRange.Int.class,
ForRange.Long.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class ForRange extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInForRange() throws Exception {
@@ -4560,7 +4650,10 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeTo")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({ExplicitRangeTo.Int.class, ExplicitRangeTo.Long.class})
@InnerTestClasses({
ExplicitRangeTo.Int.class,
ExplicitRangeTo.Long.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class ExplicitRangeTo extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInExplicitRangeTo() throws Exception {
@@ -4666,7 +4759,10 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeToWithDot")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({ExplicitRangeToWithDot.Int.class, ExplicitRangeToWithDot.Long.class})
@InnerTestClasses({
ExplicitRangeToWithDot.Int.class,
ExplicitRangeToWithDot.Long.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class ExplicitRangeToWithDot extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInExplicitRangeToWithDot() throws Exception {
@@ -5077,7 +5173,9 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/operatorConventions")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({OperatorConventions.CompareTo.class})
@InnerTestClasses({
OperatorConventions.CompareTo.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class OperatorConventions extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInOperatorConventions() throws Exception {
@@ -5243,7 +5341,9 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/platformTypes")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({PlatformTypes.Primitives.class})
@InnerTestClasses({
PlatformTypes.Primitives.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class PlatformTypes extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInPlatformTypes() throws Exception {
@@ -6501,7 +6601,9 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
@TestMetadata("compiler/testData/codegen/box/traits")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Traits.WithRequired.class})
@InnerTestClasses({
Traits.WithRequired.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Traits extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInTraits() throws Exception {
@@ -30,7 +30,23 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/codegen/boxInline")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({BlackBoxInlineCodegenTestGenerated.AnonymousObject.class, BlackBoxInlineCodegenTestGenerated.Builders.class, BlackBoxInlineCodegenTestGenerated.Capture.class, BlackBoxInlineCodegenTestGenerated.Complex.class, BlackBoxInlineCodegenTestGenerated.DefaultValues.class, BlackBoxInlineCodegenTestGenerated.LambdaClassClash.class, BlackBoxInlineCodegenTestGenerated.LambdaTransformation.class, BlackBoxInlineCodegenTestGenerated.LocalFunInLambda.class, BlackBoxInlineCodegenTestGenerated.NoInline.class, BlackBoxInlineCodegenTestGenerated.NonLocalReturns.class, BlackBoxInlineCodegenTestGenerated.Reified.class, BlackBoxInlineCodegenTestGenerated.Simple.class, BlackBoxInlineCodegenTestGenerated.Special.class, BlackBoxInlineCodegenTestGenerated.Trait.class, BlackBoxInlineCodegenTestGenerated.TryCatchFinally.class})
@InnerTestClasses({
BlackBoxInlineCodegenTestGenerated.AnonymousObject.class,
BlackBoxInlineCodegenTestGenerated.Builders.class,
BlackBoxInlineCodegenTestGenerated.Capture.class,
BlackBoxInlineCodegenTestGenerated.Complex.class,
BlackBoxInlineCodegenTestGenerated.DefaultValues.class,
BlackBoxInlineCodegenTestGenerated.LambdaClassClash.class,
BlackBoxInlineCodegenTestGenerated.LambdaTransformation.class,
BlackBoxInlineCodegenTestGenerated.LocalFunInLambda.class,
BlackBoxInlineCodegenTestGenerated.NoInline.class,
BlackBoxInlineCodegenTestGenerated.NonLocalReturns.class,
BlackBoxInlineCodegenTestGenerated.Reified.class,
BlackBoxInlineCodegenTestGenerated.Simple.class,
BlackBoxInlineCodegenTestGenerated.Special.class,
BlackBoxInlineCodegenTestGenerated.Trait.class,
BlackBoxInlineCodegenTestGenerated.TryCatchFinally.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInBoxInline() throws Exception {
@@ -330,7 +346,10 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxCodegenT
@TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({NonLocalReturns.Deparenthesize.class, NonLocalReturns.TryFinally.class})
@InnerTestClasses({
NonLocalReturns.Deparenthesize.class,
NonLocalReturns.TryFinally.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class NonLocalReturns extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInNonLocalReturns() throws Exception {
@@ -402,7 +421,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxCodegenT
@TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({TryFinally.CallSite.class, TryFinally.DeclSite.class, TryFinally.ExceptionTable.class})
@InnerTestClasses({
TryFinally.CallSite.class,
TryFinally.DeclSite.class,
TryFinally.ExceptionTable.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class TryFinally extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInTryFinally() throws Exception {
@@ -30,7 +30,12 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/codegen/boxWithJava")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({BlackBoxWithJavaCodegenTestGenerated.BuiltinStubMethods.class, BlackBoxWithJavaCodegenTestGenerated.NotNullAssertions.class, BlackBoxWithJavaCodegenTestGenerated.PlatformStatic.class, BlackBoxWithJavaCodegenTestGenerated.Properties.class})
@InnerTestClasses({
BlackBoxWithJavaCodegenTestGenerated.BuiltinStubMethods.class,
BlackBoxWithJavaCodegenTestGenerated.NotNullAssertions.class,
BlackBoxWithJavaCodegenTestGenerated.PlatformStatic.class,
BlackBoxWithJavaCodegenTestGenerated.Properties.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class BlackBoxWithJavaCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInBoxWithJava() throws Exception {
@@ -63,7 +68,8 @@ public class BlackBoxWithJavaCodegenTestGenerated extends AbstractBlackBoxCodege
@TestMetadata("compiler/testData/codegen/boxWithJava/builtinStubMethods")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({})
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class BuiltinStubMethods extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInBuiltinStubMethods() throws Exception {
@@ -92,7 +98,8 @@ public class BlackBoxWithJavaCodegenTestGenerated extends AbstractBlackBoxCodege
@TestMetadata("compiler/testData/codegen/boxWithJava/notNullAssertions")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({})
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class NotNullAssertions extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInNotNullAssertions() throws Exception {
@@ -109,7 +116,8 @@ public class BlackBoxWithJavaCodegenTestGenerated extends AbstractBlackBoxCodege
@TestMetadata("compiler/testData/codegen/boxWithJava/platformStatic")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({})
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class PlatformStatic extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInPlatformStatic() throws Exception {
@@ -138,7 +146,8 @@ public class BlackBoxWithJavaCodegenTestGenerated extends AbstractBlackBoxCodege
@TestMetadata("compiler/testData/codegen/boxWithJava/properties")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({})
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Properties extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInProperties() throws Exception {
@@ -30,7 +30,42 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/codegen/boxWithStdlib")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({BlackBoxWithStdlibCodegenTestGenerated.Annotations.class, BlackBoxWithStdlibCodegenTestGenerated.Arrays.class, BlackBoxWithStdlibCodegenTestGenerated.BoxingOptimization.class, BlackBoxWithStdlibCodegenTestGenerated.CallableReference.class, BlackBoxWithStdlibCodegenTestGenerated.Casts.class, BlackBoxWithStdlibCodegenTestGenerated.Classes.class, BlackBoxWithStdlibCodegenTestGenerated.DataClasses.class, BlackBoxWithStdlibCodegenTestGenerated.DeadCodeElimination.class, BlackBoxWithStdlibCodegenTestGenerated.DefaultArguments.class, BlackBoxWithStdlibCodegenTestGenerated.Enum.class, BlackBoxWithStdlibCodegenTestGenerated.Evaluate.class, BlackBoxWithStdlibCodegenTestGenerated.FullJdk.class, BlackBoxWithStdlibCodegenTestGenerated.HashPMap.class, BlackBoxWithStdlibCodegenTestGenerated.Intrinsics.class, BlackBoxWithStdlibCodegenTestGenerated.JdkAnnotations.class, BlackBoxWithStdlibCodegenTestGenerated.LazyCodegen.class, BlackBoxWithStdlibCodegenTestGenerated.LocalFunInLambda.class, BlackBoxWithStdlibCodegenTestGenerated.MultiDeclForArray.class, BlackBoxWithStdlibCodegenTestGenerated.Native.class, BlackBoxWithStdlibCodegenTestGenerated.NonLocalReturns.class, BlackBoxWithStdlibCodegenTestGenerated.PlatformNames.class, BlackBoxWithStdlibCodegenTestGenerated.PlatformStatic.class, BlackBoxWithStdlibCodegenTestGenerated.PlatformTypes.class, BlackBoxWithStdlibCodegenTestGenerated.Ranges.class, BlackBoxWithStdlibCodegenTestGenerated.Reflection.class, BlackBoxWithStdlibCodegenTestGenerated.Regressions.class, BlackBoxWithStdlibCodegenTestGenerated.Reified.class, BlackBoxWithStdlibCodegenTestGenerated.StoreStackBeforeInline.class, BlackBoxWithStdlibCodegenTestGenerated.Strings.class, BlackBoxWithStdlibCodegenTestGenerated.ToArray.class, BlackBoxWithStdlibCodegenTestGenerated.Vararg.class, BlackBoxWithStdlibCodegenTestGenerated.When.class, BlackBoxWithStdlibCodegenTestGenerated.WhenEnumOptimization.class, BlackBoxWithStdlibCodegenTestGenerated.WhenStringOptimization.class})
@InnerTestClasses({
BlackBoxWithStdlibCodegenTestGenerated.Annotations.class,
BlackBoxWithStdlibCodegenTestGenerated.Arrays.class,
BlackBoxWithStdlibCodegenTestGenerated.BoxingOptimization.class,
BlackBoxWithStdlibCodegenTestGenerated.CallableReference.class,
BlackBoxWithStdlibCodegenTestGenerated.Casts.class,
BlackBoxWithStdlibCodegenTestGenerated.Classes.class,
BlackBoxWithStdlibCodegenTestGenerated.DataClasses.class,
BlackBoxWithStdlibCodegenTestGenerated.DeadCodeElimination.class,
BlackBoxWithStdlibCodegenTestGenerated.DefaultArguments.class,
BlackBoxWithStdlibCodegenTestGenerated.Enum.class,
BlackBoxWithStdlibCodegenTestGenerated.Evaluate.class,
BlackBoxWithStdlibCodegenTestGenerated.FullJdk.class,
BlackBoxWithStdlibCodegenTestGenerated.HashPMap.class,
BlackBoxWithStdlibCodegenTestGenerated.Intrinsics.class,
BlackBoxWithStdlibCodegenTestGenerated.JdkAnnotations.class,
BlackBoxWithStdlibCodegenTestGenerated.LazyCodegen.class,
BlackBoxWithStdlibCodegenTestGenerated.LocalFunInLambda.class,
BlackBoxWithStdlibCodegenTestGenerated.MultiDeclForArray.class,
BlackBoxWithStdlibCodegenTestGenerated.Native.class,
BlackBoxWithStdlibCodegenTestGenerated.NonLocalReturns.class,
BlackBoxWithStdlibCodegenTestGenerated.PlatformNames.class,
BlackBoxWithStdlibCodegenTestGenerated.PlatformStatic.class,
BlackBoxWithStdlibCodegenTestGenerated.PlatformTypes.class,
BlackBoxWithStdlibCodegenTestGenerated.Ranges.class,
BlackBoxWithStdlibCodegenTestGenerated.Reflection.class,
BlackBoxWithStdlibCodegenTestGenerated.Regressions.class,
BlackBoxWithStdlibCodegenTestGenerated.Reified.class,
BlackBoxWithStdlibCodegenTestGenerated.StoreStackBeforeInline.class,
BlackBoxWithStdlibCodegenTestGenerated.Strings.class,
BlackBoxWithStdlibCodegenTestGenerated.ToArray.class,
BlackBoxWithStdlibCodegenTestGenerated.Vararg.class,
BlackBoxWithStdlibCodegenTestGenerated.When.class,
BlackBoxWithStdlibCodegenTestGenerated.WhenEnumOptimization.class,
BlackBoxWithStdlibCodegenTestGenerated.WhenStringOptimization.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInBoxWithStdlib() throws Exception {
@@ -294,7 +329,10 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
@TestMetadata("compiler/testData/codegen/boxWithStdlib/callableReference")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({CallableReference.Function.class, CallableReference.Property.class})
@InnerTestClasses({
CallableReference.Function.class,
CallableReference.Property.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class CallableReference extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInCallableReference() throws Exception {
@@ -303,7 +341,9 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
@TestMetadata("compiler/testData/codegen/boxWithStdlib/callableReference/function")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Function.Local.class})
@InnerTestClasses({
Function.Local.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Function extends AbstractBlackBoxCodegenTest {
@TestMetadata("abstractClassMember.kt")
@@ -836,7 +876,12 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
@TestMetadata("compiler/testData/codegen/boxWithStdlib/dataClasses")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({DataClasses.Copy.class, DataClasses.Equals.class, DataClasses.Hashcode.class, DataClasses.Tostring.class})
@InnerTestClasses({
DataClasses.Copy.class,
DataClasses.Equals.class,
DataClasses.Hashcode.class,
DataClasses.Tostring.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class DataClasses extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInDataClasses() throws Exception {
@@ -1203,7 +1248,9 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
@TestMetadata("compiler/testData/codegen/boxWithStdlib/defaultArguments")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({DefaultArguments.Constructor.class})
@InnerTestClasses({
DefaultArguments.Constructor.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class DefaultArguments extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInDefaultArguments() throws Exception {
@@ -1342,7 +1389,9 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
@TestMetadata("compiler/testData/codegen/boxWithStdlib/fullJdk")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({FullJdk.Synchronized.class})
@InnerTestClasses({
FullJdk.Synchronized.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class FullJdk extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInFullJdk() throws Exception {
@@ -1562,7 +1611,9 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
@TestMetadata("compiler/testData/codegen/boxWithStdlib/lazyCodegen")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({LazyCodegen.Optimizations.class})
@InnerTestClasses({
LazyCodegen.Optimizations.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class LazyCodegen extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInLazyCodegen() throws Exception {
@@ -1722,7 +1773,10 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
@TestMetadata("compiler/testData/codegen/boxWithStdlib/multiDeclForArray")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({MultiDeclForArray.Int.class, MultiDeclForArray.Long.class})
@InnerTestClasses({
MultiDeclForArray.Int.class,
MultiDeclForArray.Long.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class MultiDeclForArray extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInMultiDeclForArray() throws Exception {
@@ -2041,7 +2095,10 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
@TestMetadata("compiler/testData/codegen/boxWithStdlib/ranges")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Ranges.Expression.class, Ranges.Literal.class})
@InnerTestClasses({
Ranges.Expression.class,
Ranges.Literal.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Ranges extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInRanges() throws Exception {
@@ -2435,7 +2492,12 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
@TestMetadata("compiler/testData/codegen/boxWithStdlib/reflection")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Reflection.Enclosing.class, Reflection.GenericSignature.class, Reflection.Mapping.class, Reflection.MethodsFromAny.class})
@InnerTestClasses({
Reflection.Enclosing.class,
Reflection.GenericSignature.class,
Reflection.Mapping.class,
Reflection.MethodsFromAny.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Reflection extends AbstractBlackBoxCodegenTest {
public void testAllFilesPresentInReflection() throws Exception {
@@ -30,7 +30,13 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/compileJavaAgainstKotlin")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({CompileJavaAgainstKotlinTestGenerated.Class.class, CompileJavaAgainstKotlinTestGenerated.Method.class, CompileJavaAgainstKotlinTestGenerated.PlatformStatic.class, CompileJavaAgainstKotlinTestGenerated.Property.class, CompileJavaAgainstKotlinTestGenerated.StaticFields.class})
@InnerTestClasses({
CompileJavaAgainstKotlinTestGenerated.Class.class,
CompileJavaAgainstKotlinTestGenerated.Method.class,
CompileJavaAgainstKotlinTestGenerated.PlatformStatic.class,
CompileJavaAgainstKotlinTestGenerated.Property.class,
CompileJavaAgainstKotlinTestGenerated.StaticFields.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class CompileJavaAgainstKotlinTestGenerated extends AbstractCompileJavaAgainstKotlinTest {
public void testAllFilesPresentInCompileJavaAgainstKotlin() throws Exception {
@@ -126,7 +132,11 @@ public class CompileJavaAgainstKotlinTestGenerated extends AbstractCompileJavaAg
@TestMetadata("compiler/testData/compileJavaAgainstKotlin/method")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Method.PlatformName.class, Method.PrimitiveOverride.class, Method.Throws.class})
@InnerTestClasses({
Method.PlatformName.class,
Method.PrimitiveOverride.class,
Method.Throws.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Method extends AbstractCompileJavaAgainstKotlinTest {
@TestMetadata("AccessorGenericSignature.kt")
@@ -454,7 +464,9 @@ public class CompileJavaAgainstKotlinTestGenerated extends AbstractCompileJavaAg
@TestMetadata("compiler/testData/compileJavaAgainstKotlin/property")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Property.PlatformName.class})
@InnerTestClasses({
Property.PlatformName.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Property extends AbstractCompileJavaAgainstKotlinTest {
public void testAllFilesPresentInProperty() throws Exception {
@@ -30,7 +30,23 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/codegen/boxInline")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({CompileKotlinAgainstInlineKotlinTestGenerated.AnonymousObject.class, CompileKotlinAgainstInlineKotlinTestGenerated.Builders.class, CompileKotlinAgainstInlineKotlinTestGenerated.Capture.class, CompileKotlinAgainstInlineKotlinTestGenerated.Complex.class, CompileKotlinAgainstInlineKotlinTestGenerated.DefaultValues.class, CompileKotlinAgainstInlineKotlinTestGenerated.LambdaClassClash.class, CompileKotlinAgainstInlineKotlinTestGenerated.LambdaTransformation.class, CompileKotlinAgainstInlineKotlinTestGenerated.LocalFunInLambda.class, CompileKotlinAgainstInlineKotlinTestGenerated.NoInline.class, CompileKotlinAgainstInlineKotlinTestGenerated.NonLocalReturns.class, CompileKotlinAgainstInlineKotlinTestGenerated.Reified.class, CompileKotlinAgainstInlineKotlinTestGenerated.Simple.class, CompileKotlinAgainstInlineKotlinTestGenerated.Special.class, CompileKotlinAgainstInlineKotlinTestGenerated.Trait.class, CompileKotlinAgainstInlineKotlinTestGenerated.TryCatchFinally.class})
@InnerTestClasses({
CompileKotlinAgainstInlineKotlinTestGenerated.AnonymousObject.class,
CompileKotlinAgainstInlineKotlinTestGenerated.Builders.class,
CompileKotlinAgainstInlineKotlinTestGenerated.Capture.class,
CompileKotlinAgainstInlineKotlinTestGenerated.Complex.class,
CompileKotlinAgainstInlineKotlinTestGenerated.DefaultValues.class,
CompileKotlinAgainstInlineKotlinTestGenerated.LambdaClassClash.class,
CompileKotlinAgainstInlineKotlinTestGenerated.LambdaTransformation.class,
CompileKotlinAgainstInlineKotlinTestGenerated.LocalFunInLambda.class,
CompileKotlinAgainstInlineKotlinTestGenerated.NoInline.class,
CompileKotlinAgainstInlineKotlinTestGenerated.NonLocalReturns.class,
CompileKotlinAgainstInlineKotlinTestGenerated.Reified.class,
CompileKotlinAgainstInlineKotlinTestGenerated.Simple.class,
CompileKotlinAgainstInlineKotlinTestGenerated.Special.class,
CompileKotlinAgainstInlineKotlinTestGenerated.Trait.class,
CompileKotlinAgainstInlineKotlinTestGenerated.TryCatchFinally.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompileKotlinAgainstKotlinTest {
public void testAllFilesPresentInBoxInline() throws Exception {
@@ -330,7 +346,10 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
@TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({NonLocalReturns.Deparenthesize.class, NonLocalReturns.TryFinally.class})
@InnerTestClasses({
NonLocalReturns.Deparenthesize.class,
NonLocalReturns.TryFinally.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class NonLocalReturns extends AbstractCompileKotlinAgainstKotlinTest {
public void testAllFilesPresentInNonLocalReturns() throws Exception {
@@ -402,7 +421,11 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
@TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({TryFinally.CallSite.class, TryFinally.DeclSite.class, TryFinally.ExceptionTable.class})
@InnerTestClasses({
TryFinally.CallSite.class,
TryFinally.DeclSite.class,
TryFinally.ExceptionTable.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class TryFinally extends AbstractCompileKotlinAgainstKotlinTest {
public void testAllFilesPresentInTryFinally() throws Exception {
@@ -28,12 +28,37 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({LoadJavaTestGenerated.CompiledJava.class, LoadJavaTestGenerated.CompiledJavaAndKotlin.class, LoadJavaTestGenerated.CompiledJavaIncludeObjectMethods.class, LoadJavaTestGenerated.CompiledKotlin.class, LoadJavaTestGenerated.CompiledKotlinWithStdlib.class, LoadJavaTestGenerated.JavaAgainstKotlin.class, LoadJavaTestGenerated.KotlinAgainstCompiledJavaWithKotlin.class, LoadJavaTestGenerated.SourceJava.class})
@InnerTestClasses({
LoadJavaTestGenerated.CompiledJava.class,
LoadJavaTestGenerated.CompiledJavaAndKotlin.class,
LoadJavaTestGenerated.CompiledJavaIncludeObjectMethods.class,
LoadJavaTestGenerated.CompiledKotlin.class,
LoadJavaTestGenerated.CompiledKotlinWithStdlib.class,
LoadJavaTestGenerated.JavaAgainstKotlin.class,
LoadJavaTestGenerated.KotlinAgainstCompiledJavaWithKotlin.class,
LoadJavaTestGenerated.SourceJava.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/compiledJava")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({CompiledJava.Annotations.class, CompiledJava.Constructor.class, CompiledJava.JavaBean.class, CompiledJava.KotlinSignature.class, CompiledJava.Library.class, CompiledJava.Modality.class, CompiledJava.Mutability.class, CompiledJava.NotNull.class, CompiledJava.ProtectedPackage.class, CompiledJava.ProtectedStatic.class, CompiledJava.Rendering.class, CompiledJava.Sam.class, CompiledJava.SignaturePropagation.class, CompiledJava.Static.class, CompiledJava.Vararg.class})
@InnerTestClasses({
CompiledJava.Annotations.class,
CompiledJava.Constructor.class,
CompiledJava.JavaBean.class,
CompiledJava.KotlinSignature.class,
CompiledJava.Library.class,
CompiledJava.Modality.class,
CompiledJava.Mutability.class,
CompiledJava.NotNull.class,
CompiledJava.ProtectedPackage.class,
CompiledJava.ProtectedStatic.class,
CompiledJava.Rendering.class,
CompiledJava.Sam.class,
CompiledJava.SignaturePropagation.class,
CompiledJava.Static.class,
CompiledJava.Vararg.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class CompiledJava extends AbstractLoadJavaTest {
public void testAllFilesPresentInCompiledJava() throws Exception {
@@ -495,7 +520,10 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/compiledJava/kotlinSignature")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({KotlinSignature.Error.class, KotlinSignature.Propagation.class})
@InnerTestClasses({
KotlinSignature.Error.class,
KotlinSignature.Propagation.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class KotlinSignature extends AbstractLoadJavaTest {
@TestMetadata("AllBoundsInWhen.java")
@@ -771,7 +799,11 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/compiledJava/kotlinSignature/propagation")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Propagation.Parameter.class, Propagation.Return.class, Propagation.TypeParameter.class})
@InnerTestClasses({
Propagation.Parameter.class,
Propagation.Return.class,
Propagation.TypeParameter.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Propagation extends AbstractLoadJavaTest {
public void testAllFilesPresentInPropagation() throws Exception {
@@ -1400,7 +1432,9 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/compiledJava/sam")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Sam.Adapters.class})
@InnerTestClasses({
Sam.Adapters.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Sam extends AbstractLoadJavaTest {
public void testAllFilesPresentInSam() throws Exception {
@@ -1487,7 +1521,9 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/compiledJava/sam/adapters")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Adapters.Inheritance.class})
@InnerTestClasses({
Adapters.Inheritance.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Adapters extends AbstractLoadJavaTest {
public void testAllFilesPresentInAdapters() throws Exception {
@@ -1757,7 +1793,8 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/compiledJavaAndKotlin")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({})
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class CompiledJavaAndKotlin extends AbstractLoadJavaTest {
public void testAllFilesPresentInCompiledJavaAndKotlin() throws Exception {
@@ -1801,7 +1838,24 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/compiledKotlin")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({CompiledKotlin.Annotations.class, CompiledKotlin.Class.class, CompiledKotlin.ClassFun.class, CompiledKotlin.ClassObject.class, CompiledKotlin.Constructor.class, CompiledKotlin.DataClass.class, CompiledKotlin.Enum.class, CompiledKotlin.FromLoadJava.class, CompiledKotlin.Fun.class, CompiledKotlin.Inline.class, CompiledKotlin.MemberOrder.class, CompiledKotlin.Nested.class, CompiledKotlin.PlatformTypes.class, CompiledKotlin.Prop.class, CompiledKotlin.Type.class, CompiledKotlin.Visibility.class})
@InnerTestClasses({
CompiledKotlin.Annotations.class,
CompiledKotlin.Class.class,
CompiledKotlin.ClassFun.class,
CompiledKotlin.ClassObject.class,
CompiledKotlin.Constructor.class,
CompiledKotlin.DataClass.class,
CompiledKotlin.Enum.class,
CompiledKotlin.FromLoadJava.class,
CompiledKotlin.Fun.class,
CompiledKotlin.Inline.class,
CompiledKotlin.MemberOrder.class,
CompiledKotlin.Nested.class,
CompiledKotlin.PlatformTypes.class,
CompiledKotlin.Prop.class,
CompiledKotlin.Type.class,
CompiledKotlin.Visibility.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class CompiledKotlin extends AbstractLoadJavaTest {
public void testAllFilesPresentInCompiledKotlin() throws Exception {
@@ -1810,7 +1864,13 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@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})
@InnerTestClasses({
Annotations.ClassMembers.class,
Annotations.Classes.class,
Annotations.PackageMembers.class,
Annotations.Parameters.class,
Annotations.PropertiesWithoutBackingFields.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Annotations extends AbstractLoadJavaTest {
public void testAllFilesPresentInAnnotations() throws Exception {
@@ -2171,7 +2231,9 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/compiledKotlin/class")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Class.JavaBean.class})
@InnerTestClasses({
Class.JavaBean.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Class extends AbstractLoadJavaTest {
public void testAllFilesPresentInClass() throws Exception {
@@ -2556,7 +2618,9 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/compiledKotlin/constructor")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Constructor.Vararg.class})
@InnerTestClasses({
Constructor.Vararg.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Constructor extends AbstractLoadJavaTest {
public void testAllFilesPresentInConstructor() throws Exception {
@@ -2785,7 +2849,12 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/compiledKotlin/fromLoadJava")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({FromLoadJava.KotlinSignature.class, FromLoadJava.Library.class, FromLoadJava.Modality.class, FromLoadJava.NotNull.class})
@InnerTestClasses({
FromLoadJava.KotlinSignature.class,
FromLoadJava.Library.class,
FromLoadJava.Modality.class,
FromLoadJava.NotNull.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class FromLoadJava extends AbstractLoadJavaTest {
public void testAllFilesPresentInFromLoadJava() throws Exception {
@@ -2998,7 +3067,10 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({KotlinSignature.Error.class, KotlinSignature.Propagation.class})
@InnerTestClasses({
KotlinSignature.Error.class,
KotlinSignature.Propagation.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class KotlinSignature extends AbstractLoadJavaTest {
@TestMetadata("AllBoundsInWhen.kt")
@@ -3274,7 +3346,11 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/compiledKotlin/fromLoadJava/kotlinSignature/propagation")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Propagation.Parameter.class, Propagation.Return.class, Propagation.TypeParameter.class})
@InnerTestClasses({
Propagation.Parameter.class,
Propagation.Return.class,
Propagation.TypeParameter.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Propagation extends AbstractLoadJavaTest {
public void testAllFilesPresentInPropagation() throws Exception {
@@ -3814,7 +3890,12 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/compiledKotlin/fun")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Fun.GenericWithTypeVariables.class, Fun.GenericWithoutTypeVariables.class, Fun.NonGeneric.class, Fun.Vararg.class})
@InnerTestClasses({
Fun.GenericWithTypeVariables.class,
Fun.GenericWithoutTypeVariables.class,
Fun.NonGeneric.class,
Fun.Vararg.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Fun extends AbstractLoadJavaTest {
public void testAllFilesPresentInFun() throws Exception {
@@ -4232,7 +4313,9 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/compiledKotlin/prop")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Prop.DefaultAccessors.class})
@InnerTestClasses({
Prop.DefaultAccessors.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Prop extends AbstractLoadJavaTest {
public void testAllFilesPresentInProp() throws Exception {
@@ -4786,7 +4869,10 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/compiledKotlinWithStdlib")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({CompiledKotlinWithStdlib.Mutability.class, CompiledKotlinWithStdlib.PlatformNames.class})
@InnerTestClasses({
CompiledKotlinWithStdlib.Mutability.class,
CompiledKotlinWithStdlib.PlatformNames.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class CompiledKotlinWithStdlib extends AbstractLoadJavaTest {
public void testAllFilesPresentInCompiledKotlinWithStdlib() throws Exception {
@@ -4844,7 +4930,11 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/javaAgainstKotlin")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({JavaAgainstKotlin.SamAdapters.class, JavaAgainstKotlin.SignaturePropagation.class, JavaAgainstKotlin.Visibility.class})
@InnerTestClasses({
JavaAgainstKotlin.SamAdapters.class,
JavaAgainstKotlin.SignaturePropagation.class,
JavaAgainstKotlin.Visibility.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class JavaAgainstKotlin extends AbstractLoadJavaTest {
public void testAllFilesPresentInJavaAgainstKotlin() throws Exception {
@@ -4853,7 +4943,8 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/javaAgainstKotlin/samAdapters")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({})
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class SamAdapters extends AbstractLoadJavaTest {
public void testAllFilesPresentInSamAdapters() throws Exception {
@@ -4894,7 +4985,8 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/javaAgainstKotlin/signaturePropagation")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({})
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class SignaturePropagation extends AbstractLoadJavaTest {
public void testAllFilesPresentInSignaturePropagation() throws Exception {
@@ -4935,7 +5027,8 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
@TestMetadata("compiler/testData/loadJava/javaAgainstKotlin/visibility")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({})
@InnerTestClasses({
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Visibility extends AbstractLoadJavaTest {
public void testAllFilesPresentInVisibility() throws Exception {
@@ -30,7 +30,11 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/writeSignature")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({WriteSignatureTestGenerated.Constructor.class, WriteSignatureTestGenerated.DeclarationSiteVariance.class, WriteSignatureTestGenerated.Nothing.class})
@InnerTestClasses({
WriteSignatureTestGenerated.Constructor.class,
WriteSignatureTestGenerated.DeclarationSiteVariance.class,
WriteSignatureTestGenerated.Nothing.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class WriteSignatureTestGenerated extends AbstractWriteSignatureTest {
public void testAllFilesPresentInWriteSignature() throws Exception {
@@ -28,12 +28,27 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({JetParsingTestGenerated.Psi.class, JetParsingTestGenerated.Expression.class, JetParsingTestGenerated.Block.class})
@InnerTestClasses({
JetParsingTestGenerated.Psi.class,
JetParsingTestGenerated.Expression.class,
JetParsingTestGenerated.Block.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class JetParsingTestGenerated extends AbstractJetParsingTest {
@TestMetadata("compiler/testData/psi")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Psi.Annotation.class, Psi.Examples.class, Psi.FunctionReceivers.class, Psi.GreatSyntacticShift.class, Psi.Kdoc.class, Psi.PlatformTypesRecovery.class, Psi.PropertyDelegate.class, Psi.Recovery.class, Psi.Script.class, Psi.StringTemplates.class})
@InnerTestClasses({
Psi.Annotation.class,
Psi.Examples.class,
Psi.FunctionReceivers.class,
Psi.GreatSyntacticShift.class,
Psi.Kdoc.class,
Psi.PlatformTypesRecovery.class,
Psi.PropertyDelegate.class,
Psi.Recovery.class,
Psi.Script.class,
Psi.StringTemplates.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Psi extends AbstractJetParsingTest {
@TestMetadata("AbsentInnerType.kt")
@@ -576,7 +591,9 @@ public class JetParsingTestGenerated extends AbstractJetParsingTest {
@TestMetadata("compiler/testData/psi/annotation")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Annotation.OnFile.class})
@InnerTestClasses({
Annotation.OnFile.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Annotation extends AbstractJetParsingTest {
public void testAllFilesPresentInAnnotation() throws Exception {
@@ -679,7 +696,14 @@ public class JetParsingTestGenerated extends AbstractJetParsingTest {
@TestMetadata("compiler/testData/psi/examples")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Examples.Array.class, Examples.Collections.class, Examples.Io.class, Examples.Map.class, Examples.Priorityqueues.class, Examples.Util.class})
@InnerTestClasses({
Examples.Array.class,
Examples.Collections.class,
Examples.Io.class,
Examples.Map.class,
Examples.Priorityqueues.class,
Examples.Util.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Examples extends AbstractJetParsingTest {
public void testAllFilesPresentInExamples() throws Exception {
@@ -1310,7 +1334,9 @@ public class JetParsingTestGenerated extends AbstractJetParsingTest {
@TestMetadata("compiler/testData/psi/recovery")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Recovery.Objects.class})
@InnerTestClasses({
Recovery.Objects.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Recovery extends AbstractJetParsingTest {
@TestMetadata("AbsentLeftHandSide.kt")
@@ -1517,7 +1543,10 @@ public class JetParsingTestGenerated extends AbstractJetParsingTest {
@TestMetadata("compiler/testData/psi/recovery/objects")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Objects.Declarations.class, Objects.Expressions.class})
@InnerTestClasses({
Objects.Declarations.class,
Objects.Expressions.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Objects extends AbstractJetParsingTest {
public void testAllFilesPresentInObjects() throws Exception {
@@ -30,7 +30,14 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/repl")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({ReplInterpreterTestGenerated.Classes.class, ReplInterpreterTestGenerated.Multiline.class, ReplInterpreterTestGenerated.Objects.class, ReplInterpreterTestGenerated.PrimitiveTypes.class, ReplInterpreterTestGenerated.Reflection.class, ReplInterpreterTestGenerated.Regressions.class})
@InnerTestClasses({
ReplInterpreterTestGenerated.Classes.class,
ReplInterpreterTestGenerated.Multiline.class,
ReplInterpreterTestGenerated.Objects.class,
ReplInterpreterTestGenerated.PrimitiveTypes.class,
ReplInterpreterTestGenerated.Reflection.class,
ReplInterpreterTestGenerated.Regressions.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class ReplInterpreterTestGenerated extends AbstractReplInterpreterTest {
public void testAllFilesPresentInRepl() throws Exception {
@@ -30,7 +30,14 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/resolve")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({ResolveTestGenerated.CandidatesPriority.class, ResolveTestGenerated.DelegatedProperty.class, ResolveTestGenerated.Imports.class, ResolveTestGenerated.Labels.class, ResolveTestGenerated.Regressions.class, ResolveTestGenerated.Varargs.class})
@InnerTestClasses({
ResolveTestGenerated.CandidatesPriority.class,
ResolveTestGenerated.DelegatedProperty.class,
ResolveTestGenerated.Imports.class,
ResolveTestGenerated.Labels.class,
ResolveTestGenerated.Regressions.class,
ResolveTestGenerated.Varargs.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class ResolveTestGenerated extends AbstractResolveTest {
public void testAllFilesPresentInResolve() throws Exception {
@@ -30,7 +30,9 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/resolveAnnotations/parameters")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({AnnotationParameterTestGenerated.Expressions.class})
@InnerTestClasses({
AnnotationParameterTestGenerated.Expressions.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class AnnotationParameterTestGenerated extends AbstractAnnotationParameterTest {
public void testAllFilesPresentInParameters() throws Exception {
@@ -30,7 +30,17 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/resolvedCalls")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({ResolvedCallsTestGenerated.Arguments.class, ResolvedCallsTestGenerated.DifferentCallElements.class, ResolvedCallsTestGenerated.Dynamic.class, ResolvedCallsTestGenerated.FunctionTypes.class, ResolvedCallsTestGenerated.Invoke.class, ResolvedCallsTestGenerated.ObjectsAndClassObjects.class, ResolvedCallsTestGenerated.RealExamples.class, ResolvedCallsTestGenerated.Resolve.class, ResolvedCallsTestGenerated.ThisOrSuper.class})
@InnerTestClasses({
ResolvedCallsTestGenerated.Arguments.class,
ResolvedCallsTestGenerated.DifferentCallElements.class,
ResolvedCallsTestGenerated.Dynamic.class,
ResolvedCallsTestGenerated.FunctionTypes.class,
ResolvedCallsTestGenerated.Invoke.class,
ResolvedCallsTestGenerated.ObjectsAndClassObjects.class,
ResolvedCallsTestGenerated.RealExamples.class,
ResolvedCallsTestGenerated.Resolve.class,
ResolvedCallsTestGenerated.ThisOrSuper.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class ResolvedCallsTestGenerated extends AbstractResolvedCallsTest {
public void testAllFilesPresentInResolvedCalls() throws Exception {
@@ -87,7 +97,14 @@ public class ResolvedCallsTestGenerated extends AbstractResolvedCallsTest {
@TestMetadata("compiler/testData/resolvedCalls/arguments")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({Arguments.FunctionLiterals.class, Arguments.GenericCalls.class, Arguments.NamedArguments.class, Arguments.OneArgument.class, Arguments.RealExamples.class, Arguments.SeveralCandidates.class})
@InnerTestClasses({
Arguments.FunctionLiterals.class,
Arguments.GenericCalls.class,
Arguments.NamedArguments.class,
Arguments.OneArgument.class,
Arguments.RealExamples.class,
Arguments.SeveralCandidates.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public static class Arguments extends AbstractResolvedCallsTest {
public void testAllFilesPresentInArguments() throws Exception {
@@ -28,7 +28,11 @@ import java.util.regex.Pattern;
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
@SuppressWarnings("all")
@InnerTestClasses({EvaluateExpressionTestGenerated.Constant.class, EvaluateExpressionTestGenerated.IsPure.class, EvaluateExpressionTestGenerated.UsesVariableAsConstant.class})
@InnerTestClasses({
EvaluateExpressionTestGenerated.Constant.class,
EvaluateExpressionTestGenerated.IsPure.class,
EvaluateExpressionTestGenerated.UsesVariableAsConstant.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class EvaluateExpressionTestGenerated extends AbstractEvaluateExpressionTest {
@TestMetadata("compiler/testData/evaluate/constant")
@@ -30,7 +30,13 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/constraintSystem")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({ConstraintSystemTestGenerated.CheckStatus.class, ConstraintSystemTestGenerated.ComputeValues.class, ConstraintSystemTestGenerated.IntegerValueTypes.class, ConstraintSystemTestGenerated.SeveralVariables.class, ConstraintSystemTestGenerated.Variance.class})
@InnerTestClasses({
ConstraintSystemTestGenerated.CheckStatus.class,
ConstraintSystemTestGenerated.ComputeValues.class,
ConstraintSystemTestGenerated.IntegerValueTypes.class,
ConstraintSystemTestGenerated.SeveralVariables.class,
ConstraintSystemTestGenerated.Variance.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class ConstraintSystemTestGenerated extends AbstractConstraintSystemTest {
public void testAllFilesPresentInConstraintSystem() throws Exception {
@@ -30,7 +30,10 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("compiler/testData/type/binding")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({JetTypeBindingTestGenerated.Explicit.class, JetTypeBindingTestGenerated.Implicit.class})
@InnerTestClasses({
JetTypeBindingTestGenerated.Explicit.class,
JetTypeBindingTestGenerated.Implicit.class,
})
@RunWith(JUnit3RunnerWithInners.class)
public class JetTypeBindingTestGenerated extends AbstractJetTypeBindingTest {
public void testAllFilesPresentInBinding() throws Exception {