[Test] Regenerate tests after two previous commits

This commit is contained in:
Dmitriy Novozhilov
2024-02-16 13:04:43 +02:00
committed by Space Team
parent d9beae0556
commit acf2296590
822 changed files with 1698183 additions and 1698183 deletions
@@ -20,188 +20,188 @@ import java.util.regex.Pattern;
@TestMetadata("plugins/lombok/testData/box")
@TestDataPath("$PROJECT_ROOT")
public class BlackBoxCodegenTestForLombokGenerated extends AbstractBlackBoxCodegenTestForLombok {
@Test
@TestMetadata("accessorsStripPrefix.kt")
public void testAccessorsStripPrefix() throws Exception {
runTest("plugins/lombok/testData/box/accessorsStripPrefix.kt");
}
@Test
@TestMetadata("accessorsStripPrefix.kt")
public void testAccessorsStripPrefix() {
runTest("plugins/lombok/testData/box/accessorsStripPrefix.kt");
}
@Test
@TestMetadata("accessorsStripPrefixConfig.kt")
public void testAccessorsStripPrefixConfig() throws Exception {
runTest("plugins/lombok/testData/box/accessorsStripPrefixConfig.kt");
}
@Test
@TestMetadata("accessorsStripPrefixConfig.kt")
public void testAccessorsStripPrefixConfig() {
runTest("plugins/lombok/testData/box/accessorsStripPrefixConfig.kt");
}
@Test
@TestMetadata("allArgsConstructor.kt")
public void testAllArgsConstructor() throws Exception {
runTest("plugins/lombok/testData/box/allArgsConstructor.kt");
}
@Test
@TestMetadata("allArgsConstructor.kt")
public void testAllArgsConstructor() {
runTest("plugins/lombok/testData/box/allArgsConstructor.kt");
}
@Test
@TestMetadata("allArgsConstructorInference.kt")
public void testAllArgsConstructorInference() throws Exception {
runTest("plugins/lombok/testData/box/allArgsConstructorInference.kt");
}
@Test
@TestMetadata("allArgsConstructorInference.kt")
public void testAllArgsConstructorInference() {
runTest("plugins/lombok/testData/box/allArgsConstructorInference.kt");
}
@Test
@TestMetadata("allArgsConstructorStatic.kt")
public void testAllArgsConstructorStatic() throws Exception {
runTest("plugins/lombok/testData/box/allArgsConstructorStatic.kt");
}
@Test
@TestMetadata("allArgsConstructorStatic.kt")
public void testAllArgsConstructorStatic() {
runTest("plugins/lombok/testData/box/allArgsConstructorStatic.kt");
}
@Test
public void testAllFilesPresentInBox() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/lombok/testData/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
}
@Test
public void testAllFilesPresentInBox() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/lombok/testData/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
}
@Test
@TestMetadata("builder.kt")
public void testBuilder() throws Exception {
runTest("plugins/lombok/testData/box/builder.kt");
}
@Test
@TestMetadata("builder.kt")
public void testBuilder() {
runTest("plugins/lombok/testData/box/builder.kt");
}
@Test
@TestMetadata("builderGuava.kt")
public void testBuilderGuava() throws Exception {
runTest("plugins/lombok/testData/box/builderGuava.kt");
}
@Test
@TestMetadata("builderGuava.kt")
public void testBuilderGuava() {
runTest("plugins/lombok/testData/box/builderGuava.kt");
}
@Test
@TestMetadata("builderRawSingular.kt")
public void testBuilderRawSingular() throws Exception {
runTest("plugins/lombok/testData/box/builderRawSingular.kt");
}
@Test
@TestMetadata("builderRawSingular.kt")
public void testBuilderRawSingular() {
runTest("plugins/lombok/testData/box/builderRawSingular.kt");
}
@Test
@TestMetadata("builderSingular.kt")
public void testBuilderSingular() throws Exception {
runTest("plugins/lombok/testData/box/builderSingular.kt");
}
@Test
@TestMetadata("builderSingular.kt")
public void testBuilderSingular() {
runTest("plugins/lombok/testData/box/builderSingular.kt");
}
@Test
@TestMetadata("configAccessors.kt")
public void testConfigAccessors() throws Exception {
runTest("plugins/lombok/testData/box/configAccessors.kt");
}
@Test
@TestMetadata("configAccessors.kt")
public void testConfigAccessors() {
runTest("plugins/lombok/testData/box/configAccessors.kt");
}
@Test
@TestMetadata("configAccessorsOverride.kt")
public void testConfigAccessorsOverride() throws Exception {
runTest("plugins/lombok/testData/box/configAccessorsOverride.kt");
}
@Test
@TestMetadata("configAccessorsOverride.kt")
public void testConfigAccessorsOverride() {
runTest("plugins/lombok/testData/box/configAccessorsOverride.kt");
}
@Test
@TestMetadata("configCaseInsensitive.kt")
public void testConfigCaseInsensitive() throws Exception {
runTest("plugins/lombok/testData/box/configCaseInsensitive.kt");
}
@Test
@TestMetadata("configCaseInsensitive.kt")
public void testConfigCaseInsensitive() {
runTest("plugins/lombok/testData/box/configCaseInsensitive.kt");
}
@Test
@TestMetadata("configSimple.kt")
public void testConfigSimple() throws Exception {
runTest("plugins/lombok/testData/box/configSimple.kt");
}
@Test
@TestMetadata("configSimple.kt")
public void testConfigSimple() {
runTest("plugins/lombok/testData/box/configSimple.kt");
}
@Test
@TestMetadata("data.kt")
public void testData() throws Exception {
runTest("plugins/lombok/testData/box/data.kt");
}
@Test
@TestMetadata("data.kt")
public void testData() {
runTest("plugins/lombok/testData/box/data.kt");
}
@Test
@TestMetadata("genericsAccessors.kt")
public void testGenericsAccessors() throws Exception {
runTest("plugins/lombok/testData/box/genericsAccessors.kt");
}
@Test
@TestMetadata("genericsAccessors.kt")
public void testGenericsAccessors() {
runTest("plugins/lombok/testData/box/genericsAccessors.kt");
}
@Test
@TestMetadata("genericsConstructors.kt")
public void testGenericsConstructors() throws Exception {
runTest("plugins/lombok/testData/box/genericsConstructors.kt");
}
@Test
@TestMetadata("genericsConstructors.kt")
public void testGenericsConstructors() {
runTest("plugins/lombok/testData/box/genericsConstructors.kt");
}
@Test
@TestMetadata("genericsConstructorsStatic.kt")
public void testGenericsConstructorsStatic() throws Exception {
runTest("plugins/lombok/testData/box/genericsConstructorsStatic.kt");
}
@Test
@TestMetadata("genericsConstructorsStatic.kt")
public void testGenericsConstructorsStatic() {
runTest("plugins/lombok/testData/box/genericsConstructorsStatic.kt");
}
@Test
@TestMetadata("gettersFluent.kt")
public void testGettersFluent() throws Exception {
runTest("plugins/lombok/testData/box/gettersFluent.kt");
}
@Test
@TestMetadata("gettersFluent.kt")
public void testGettersFluent() {
runTest("plugins/lombok/testData/box/gettersFluent.kt");
}
@Test
@TestMetadata("noArgsConstructor.kt")
public void testNoArgsConstructor() throws Exception {
runTest("plugins/lombok/testData/box/noArgsConstructor.kt");
}
@Test
@TestMetadata("noArgsConstructor.kt")
public void testNoArgsConstructor() {
runTest("plugins/lombok/testData/box/noArgsConstructor.kt");
}
@Test
@TestMetadata("noArgsConstructorStatic.kt")
public void testNoArgsConstructorStatic() throws Exception {
runTest("plugins/lombok/testData/box/noArgsConstructorStatic.kt");
}
@Test
@TestMetadata("noArgsConstructorStatic.kt")
public void testNoArgsConstructorStatic() {
runTest("plugins/lombok/testData/box/noArgsConstructorStatic.kt");
}
@Test
@TestMetadata("nullability.kt")
public void testNullability() throws Exception {
runTest("plugins/lombok/testData/box/nullability.kt");
}
@Test
@TestMetadata("nullability.kt")
public void testNullability() {
runTest("plugins/lombok/testData/box/nullability.kt");
}
@Test
@TestMetadata("propertyFromSuper.kt")
public void testPropertyFromSuper() throws Exception {
runTest("plugins/lombok/testData/box/propertyFromSuper.kt");
}
@Test
@TestMetadata("propertyFromSuper.kt")
public void testPropertyFromSuper() {
runTest("plugins/lombok/testData/box/propertyFromSuper.kt");
}
@Test
@TestMetadata("requiredArgsConstructor.kt")
public void testRequiredArgsConstructor() throws Exception {
runTest("plugins/lombok/testData/box/requiredArgsConstructor.kt");
}
@Test
@TestMetadata("requiredArgsConstructor.kt")
public void testRequiredArgsConstructor() {
runTest("plugins/lombok/testData/box/requiredArgsConstructor.kt");
}
@Test
@TestMetadata("requiredArgsConstructorStatic.kt")
public void testRequiredArgsConstructorStatic() throws Exception {
runTest("plugins/lombok/testData/box/requiredArgsConstructorStatic.kt");
}
@Test
@TestMetadata("requiredArgsConstructorStatic.kt")
public void testRequiredArgsConstructorStatic() {
runTest("plugins/lombok/testData/box/requiredArgsConstructorStatic.kt");
}
@Test
@TestMetadata("settersVariations.kt")
public void testSettersVariations() throws Exception {
runTest("plugins/lombok/testData/box/settersVariations.kt");
}
@Test
@TestMetadata("settersVariations.kt")
public void testSettersVariations() {
runTest("plugins/lombok/testData/box/settersVariations.kt");
}
@Test
@TestMetadata("simple.kt")
public void testSimple() throws Exception {
runTest("plugins/lombok/testData/box/simple.kt");
}
@Test
@TestMetadata("simple.kt")
public void testSimple() {
runTest("plugins/lombok/testData/box/simple.kt");
}
@Test
@TestMetadata("value.kt")
public void testValue() throws Exception {
runTest("plugins/lombok/testData/box/value.kt");
}
@Test
@TestMetadata("value.kt")
public void testValue() {
runTest("plugins/lombok/testData/box/value.kt");
}
@Test
@TestMetadata("valueFieldAccess.kt")
public void testValueFieldAccess() throws Exception {
runTest("plugins/lombok/testData/box/valueFieldAccess.kt");
}
@Test
@TestMetadata("valueFieldAccess.kt")
public void testValueFieldAccess() {
runTest("plugins/lombok/testData/box/valueFieldAccess.kt");
}
@Test
@TestMetadata("with.kt")
public void testWith() throws Exception {
runTest("plugins/lombok/testData/box/with.kt");
}
@Test
@TestMetadata("with.kt")
public void testWith() {
runTest("plugins/lombok/testData/box/with.kt");
}
@Test
@TestMetadata("withBooleanField.kt")
public void testWithBooleanField() throws Exception {
runTest("plugins/lombok/testData/box/withBooleanField.kt");
}
@Test
@TestMetadata("withBooleanField.kt")
public void testWithBooleanField() {
runTest("plugins/lombok/testData/box/withBooleanField.kt");
}
}
@@ -19,68 +19,68 @@ import java.util.regex.Pattern;
@TestMetadata("plugins/lombok/testData/diagnostics")
@TestDataPath("$PROJECT_ROOT")
public class DiagnosticTestForLombokGenerated extends AbstractDiagnosticTestForLombok {
@Test
@TestMetadata("accessorsStripPrefixCombined.kt")
public void testAccessorsStripPrefixCombined() throws Exception {
runTest("plugins/lombok/testData/diagnostics/accessorsStripPrefixCombined.kt");
}
@Test
@TestMetadata("accessorsStripPrefixCombined.kt")
public void testAccessorsStripPrefixCombined() {
runTest("plugins/lombok/testData/diagnostics/accessorsStripPrefixCombined.kt");
}
@Test
public void testAllFilesPresentInDiagnostics() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/lombok/testData/diagnostics"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
public void testAllFilesPresentInDiagnostics() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/lombok/testData/diagnostics"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
@TestMetadata("annotationTypes.kt")
public void testAnnotationTypes() throws Exception {
runTest("plugins/lombok/testData/diagnostics/annotationTypes.kt");
}
@Test
@TestMetadata("annotationTypes.kt")
public void testAnnotationTypes() {
runTest("plugins/lombok/testData/diagnostics/annotationTypes.kt");
}
@Test
@TestMetadata("builderAnnotationArguments.kt")
public void testBuilderAnnotationArguments() throws Exception {
runTest("plugins/lombok/testData/diagnostics/builderAnnotationArguments.kt");
}
@Test
@TestMetadata("builderAnnotationArguments.kt")
public void testBuilderAnnotationArguments() {
runTest("plugins/lombok/testData/diagnostics/builderAnnotationArguments.kt");
}
@Test
@TestMetadata("builderConfig.kt")
public void testBuilderConfig() throws Exception {
runTest("plugins/lombok/testData/diagnostics/builderConfig.kt");
}
@Test
@TestMetadata("builderConfig.kt")
public void testBuilderConfig() {
runTest("plugins/lombok/testData/diagnostics/builderConfig.kt");
}
@Test
@TestMetadata("builderSingularNullability.kt")
public void testBuilderSingularNullability() throws Exception {
runTest("plugins/lombok/testData/diagnostics/builderSingularNullability.kt");
}
@Test
@TestMetadata("builderSingularNullability.kt")
public void testBuilderSingularNullability() {
runTest("plugins/lombok/testData/diagnostics/builderSingularNullability.kt");
}
@Test
@TestMetadata("clashAccessors.kt")
public void testClashAccessors() throws Exception {
runTest("plugins/lombok/testData/diagnostics/clashAccessors.kt");
}
@Test
@TestMetadata("clashAccessors.kt")
public void testClashAccessors() {
runTest("plugins/lombok/testData/diagnostics/clashAccessors.kt");
}
@Test
@TestMetadata("getters.kt")
public void testGetters() throws Exception {
runTest("plugins/lombok/testData/diagnostics/getters.kt");
}
@Test
@TestMetadata("getters.kt")
public void testGetters() {
runTest("plugins/lombok/testData/diagnostics/getters.kt");
}
@Test
@TestMetadata("gettersClassLevel.kt")
public void testGettersClassLevel() throws Exception {
runTest("plugins/lombok/testData/diagnostics/gettersClassLevel.kt");
}
@Test
@TestMetadata("gettersClassLevel.kt")
public void testGettersClassLevel() {
runTest("plugins/lombok/testData/diagnostics/gettersClassLevel.kt");
}
@Test
@TestMetadata("setters.kt")
public void testSetters() throws Exception {
runTest("plugins/lombok/testData/diagnostics/setters.kt");
}
@Test
@TestMetadata("setters.kt")
public void testSetters() {
runTest("plugins/lombok/testData/diagnostics/setters.kt");
}
@Test
@TestMetadata("settersClassLevel.kt")
public void testSettersClassLevel() throws Exception {
runTest("plugins/lombok/testData/diagnostics/settersClassLevel.kt");
}
@Test
@TestMetadata("settersClassLevel.kt")
public void testSettersClassLevel() {
runTest("plugins/lombok/testData/diagnostics/settersClassLevel.kt");
}
}
@@ -20,188 +20,188 @@ import java.util.regex.Pattern;
@TestMetadata("plugins/lombok/testData/box")
@TestDataPath("$PROJECT_ROOT")
public class FirLightTreeBlackBoxCodegenTestForLombokGenerated extends AbstractFirLightTreeBlackBoxCodegenTestForLombok {
@Test
@TestMetadata("accessorsStripPrefix.kt")
public void testAccessorsStripPrefix() throws Exception {
runTest("plugins/lombok/testData/box/accessorsStripPrefix.kt");
}
@Test
@TestMetadata("accessorsStripPrefix.kt")
public void testAccessorsStripPrefix() {
runTest("plugins/lombok/testData/box/accessorsStripPrefix.kt");
}
@Test
@TestMetadata("accessorsStripPrefixConfig.kt")
public void testAccessorsStripPrefixConfig() throws Exception {
runTest("plugins/lombok/testData/box/accessorsStripPrefixConfig.kt");
}
@Test
@TestMetadata("accessorsStripPrefixConfig.kt")
public void testAccessorsStripPrefixConfig() {
runTest("plugins/lombok/testData/box/accessorsStripPrefixConfig.kt");
}
@Test
@TestMetadata("allArgsConstructor.kt")
public void testAllArgsConstructor() throws Exception {
runTest("plugins/lombok/testData/box/allArgsConstructor.kt");
}
@Test
@TestMetadata("allArgsConstructor.kt")
public void testAllArgsConstructor() {
runTest("plugins/lombok/testData/box/allArgsConstructor.kt");
}
@Test
@TestMetadata("allArgsConstructorInference.kt")
public void testAllArgsConstructorInference() throws Exception {
runTest("plugins/lombok/testData/box/allArgsConstructorInference.kt");
}
@Test
@TestMetadata("allArgsConstructorInference.kt")
public void testAllArgsConstructorInference() {
runTest("plugins/lombok/testData/box/allArgsConstructorInference.kt");
}
@Test
@TestMetadata("allArgsConstructorStatic.kt")
public void testAllArgsConstructorStatic() throws Exception {
runTest("plugins/lombok/testData/box/allArgsConstructorStatic.kt");
}
@Test
@TestMetadata("allArgsConstructorStatic.kt")
public void testAllArgsConstructorStatic() {
runTest("plugins/lombok/testData/box/allArgsConstructorStatic.kt");
}
@Test
public void testAllFilesPresentInBox() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/lombok/testData/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
}
@Test
public void testAllFilesPresentInBox() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/lombok/testData/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
}
@Test
@TestMetadata("builder.kt")
public void testBuilder() throws Exception {
runTest("plugins/lombok/testData/box/builder.kt");
}
@Test
@TestMetadata("builder.kt")
public void testBuilder() {
runTest("plugins/lombok/testData/box/builder.kt");
}
@Test
@TestMetadata("builderGuava.kt")
public void testBuilderGuava() throws Exception {
runTest("plugins/lombok/testData/box/builderGuava.kt");
}
@Test
@TestMetadata("builderGuava.kt")
public void testBuilderGuava() {
runTest("plugins/lombok/testData/box/builderGuava.kt");
}
@Test
@TestMetadata("builderRawSingular.kt")
public void testBuilderRawSingular() throws Exception {
runTest("plugins/lombok/testData/box/builderRawSingular.kt");
}
@Test
@TestMetadata("builderRawSingular.kt")
public void testBuilderRawSingular() {
runTest("plugins/lombok/testData/box/builderRawSingular.kt");
}
@Test
@TestMetadata("builderSingular.kt")
public void testBuilderSingular() throws Exception {
runTest("plugins/lombok/testData/box/builderSingular.kt");
}
@Test
@TestMetadata("builderSingular.kt")
public void testBuilderSingular() {
runTest("plugins/lombok/testData/box/builderSingular.kt");
}
@Test
@TestMetadata("configAccessors.kt")
public void testConfigAccessors() throws Exception {
runTest("plugins/lombok/testData/box/configAccessors.kt");
}
@Test
@TestMetadata("configAccessors.kt")
public void testConfigAccessors() {
runTest("plugins/lombok/testData/box/configAccessors.kt");
}
@Test
@TestMetadata("configAccessorsOverride.kt")
public void testConfigAccessorsOverride() throws Exception {
runTest("plugins/lombok/testData/box/configAccessorsOverride.kt");
}
@Test
@TestMetadata("configAccessorsOverride.kt")
public void testConfigAccessorsOverride() {
runTest("plugins/lombok/testData/box/configAccessorsOverride.kt");
}
@Test
@TestMetadata("configCaseInsensitive.kt")
public void testConfigCaseInsensitive() throws Exception {
runTest("plugins/lombok/testData/box/configCaseInsensitive.kt");
}
@Test
@TestMetadata("configCaseInsensitive.kt")
public void testConfigCaseInsensitive() {
runTest("plugins/lombok/testData/box/configCaseInsensitive.kt");
}
@Test
@TestMetadata("configSimple.kt")
public void testConfigSimple() throws Exception {
runTest("plugins/lombok/testData/box/configSimple.kt");
}
@Test
@TestMetadata("configSimple.kt")
public void testConfigSimple() {
runTest("plugins/lombok/testData/box/configSimple.kt");
}
@Test
@TestMetadata("data.kt")
public void testData() throws Exception {
runTest("plugins/lombok/testData/box/data.kt");
}
@Test
@TestMetadata("data.kt")
public void testData() {
runTest("plugins/lombok/testData/box/data.kt");
}
@Test
@TestMetadata("genericsAccessors.kt")
public void testGenericsAccessors() throws Exception {
runTest("plugins/lombok/testData/box/genericsAccessors.kt");
}
@Test
@TestMetadata("genericsAccessors.kt")
public void testGenericsAccessors() {
runTest("plugins/lombok/testData/box/genericsAccessors.kt");
}
@Test
@TestMetadata("genericsConstructors.kt")
public void testGenericsConstructors() throws Exception {
runTest("plugins/lombok/testData/box/genericsConstructors.kt");
}
@Test
@TestMetadata("genericsConstructors.kt")
public void testGenericsConstructors() {
runTest("plugins/lombok/testData/box/genericsConstructors.kt");
}
@Test
@TestMetadata("genericsConstructorsStatic.kt")
public void testGenericsConstructorsStatic() throws Exception {
runTest("plugins/lombok/testData/box/genericsConstructorsStatic.kt");
}
@Test
@TestMetadata("genericsConstructorsStatic.kt")
public void testGenericsConstructorsStatic() {
runTest("plugins/lombok/testData/box/genericsConstructorsStatic.kt");
}
@Test
@TestMetadata("gettersFluent.kt")
public void testGettersFluent() throws Exception {
runTest("plugins/lombok/testData/box/gettersFluent.kt");
}
@Test
@TestMetadata("gettersFluent.kt")
public void testGettersFluent() {
runTest("plugins/lombok/testData/box/gettersFluent.kt");
}
@Test
@TestMetadata("noArgsConstructor.kt")
public void testNoArgsConstructor() throws Exception {
runTest("plugins/lombok/testData/box/noArgsConstructor.kt");
}
@Test
@TestMetadata("noArgsConstructor.kt")
public void testNoArgsConstructor() {
runTest("plugins/lombok/testData/box/noArgsConstructor.kt");
}
@Test
@TestMetadata("noArgsConstructorStatic.kt")
public void testNoArgsConstructorStatic() throws Exception {
runTest("plugins/lombok/testData/box/noArgsConstructorStatic.kt");
}
@Test
@TestMetadata("noArgsConstructorStatic.kt")
public void testNoArgsConstructorStatic() {
runTest("plugins/lombok/testData/box/noArgsConstructorStatic.kt");
}
@Test
@TestMetadata("nullability.kt")
public void testNullability() throws Exception {
runTest("plugins/lombok/testData/box/nullability.kt");
}
@Test
@TestMetadata("nullability.kt")
public void testNullability() {
runTest("plugins/lombok/testData/box/nullability.kt");
}
@Test
@TestMetadata("propertyFromSuper.kt")
public void testPropertyFromSuper() throws Exception {
runTest("plugins/lombok/testData/box/propertyFromSuper.kt");
}
@Test
@TestMetadata("propertyFromSuper.kt")
public void testPropertyFromSuper() {
runTest("plugins/lombok/testData/box/propertyFromSuper.kt");
}
@Test
@TestMetadata("requiredArgsConstructor.kt")
public void testRequiredArgsConstructor() throws Exception {
runTest("plugins/lombok/testData/box/requiredArgsConstructor.kt");
}
@Test
@TestMetadata("requiredArgsConstructor.kt")
public void testRequiredArgsConstructor() {
runTest("plugins/lombok/testData/box/requiredArgsConstructor.kt");
}
@Test
@TestMetadata("requiredArgsConstructorStatic.kt")
public void testRequiredArgsConstructorStatic() throws Exception {
runTest("plugins/lombok/testData/box/requiredArgsConstructorStatic.kt");
}
@Test
@TestMetadata("requiredArgsConstructorStatic.kt")
public void testRequiredArgsConstructorStatic() {
runTest("plugins/lombok/testData/box/requiredArgsConstructorStatic.kt");
}
@Test
@TestMetadata("settersVariations.kt")
public void testSettersVariations() throws Exception {
runTest("plugins/lombok/testData/box/settersVariations.kt");
}
@Test
@TestMetadata("settersVariations.kt")
public void testSettersVariations() {
runTest("plugins/lombok/testData/box/settersVariations.kt");
}
@Test
@TestMetadata("simple.kt")
public void testSimple() throws Exception {
runTest("plugins/lombok/testData/box/simple.kt");
}
@Test
@TestMetadata("simple.kt")
public void testSimple() {
runTest("plugins/lombok/testData/box/simple.kt");
}
@Test
@TestMetadata("value.kt")
public void testValue() throws Exception {
runTest("plugins/lombok/testData/box/value.kt");
}
@Test
@TestMetadata("value.kt")
public void testValue() {
runTest("plugins/lombok/testData/box/value.kt");
}
@Test
@TestMetadata("valueFieldAccess.kt")
public void testValueFieldAccess() throws Exception {
runTest("plugins/lombok/testData/box/valueFieldAccess.kt");
}
@Test
@TestMetadata("valueFieldAccess.kt")
public void testValueFieldAccess() {
runTest("plugins/lombok/testData/box/valueFieldAccess.kt");
}
@Test
@TestMetadata("with.kt")
public void testWith() throws Exception {
runTest("plugins/lombok/testData/box/with.kt");
}
@Test
@TestMetadata("with.kt")
public void testWith() {
runTest("plugins/lombok/testData/box/with.kt");
}
@Test
@TestMetadata("withBooleanField.kt")
public void testWithBooleanField() throws Exception {
runTest("plugins/lombok/testData/box/withBooleanField.kt");
}
@Test
@TestMetadata("withBooleanField.kt")
public void testWithBooleanField() {
runTest("plugins/lombok/testData/box/withBooleanField.kt");
}
}
@@ -19,68 +19,68 @@ import java.util.regex.Pattern;
@TestMetadata("plugins/lombok/testData/diagnostics")
@TestDataPath("$PROJECT_ROOT")
public class FirPsiDiagnosticTestForLombokGenerated extends AbstractFirPsiDiagnosticTestForLombok {
@Test
@TestMetadata("accessorsStripPrefixCombined.kt")
public void testAccessorsStripPrefixCombined() throws Exception {
runTest("plugins/lombok/testData/diagnostics/accessorsStripPrefixCombined.kt");
}
@Test
@TestMetadata("accessorsStripPrefixCombined.kt")
public void testAccessorsStripPrefixCombined() {
runTest("plugins/lombok/testData/diagnostics/accessorsStripPrefixCombined.kt");
}
@Test
public void testAllFilesPresentInDiagnostics() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/lombok/testData/diagnostics"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
public void testAllFilesPresentInDiagnostics() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/lombok/testData/diagnostics"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
@TestMetadata("annotationTypes.kt")
public void testAnnotationTypes() throws Exception {
runTest("plugins/lombok/testData/diagnostics/annotationTypes.kt");
}
@Test
@TestMetadata("annotationTypes.kt")
public void testAnnotationTypes() {
runTest("plugins/lombok/testData/diagnostics/annotationTypes.kt");
}
@Test
@TestMetadata("builderAnnotationArguments.kt")
public void testBuilderAnnotationArguments() throws Exception {
runTest("plugins/lombok/testData/diagnostics/builderAnnotationArguments.kt");
}
@Test
@TestMetadata("builderAnnotationArguments.kt")
public void testBuilderAnnotationArguments() {
runTest("plugins/lombok/testData/diagnostics/builderAnnotationArguments.kt");
}
@Test
@TestMetadata("builderConfig.kt")
public void testBuilderConfig() throws Exception {
runTest("plugins/lombok/testData/diagnostics/builderConfig.kt");
}
@Test
@TestMetadata("builderConfig.kt")
public void testBuilderConfig() {
runTest("plugins/lombok/testData/diagnostics/builderConfig.kt");
}
@Test
@TestMetadata("builderSingularNullability.kt")
public void testBuilderSingularNullability() throws Exception {
runTest("plugins/lombok/testData/diagnostics/builderSingularNullability.kt");
}
@Test
@TestMetadata("builderSingularNullability.kt")
public void testBuilderSingularNullability() {
runTest("plugins/lombok/testData/diagnostics/builderSingularNullability.kt");
}
@Test
@TestMetadata("clashAccessors.kt")
public void testClashAccessors() throws Exception {
runTest("plugins/lombok/testData/diagnostics/clashAccessors.kt");
}
@Test
@TestMetadata("clashAccessors.kt")
public void testClashAccessors() {
runTest("plugins/lombok/testData/diagnostics/clashAccessors.kt");
}
@Test
@TestMetadata("getters.kt")
public void testGetters() throws Exception {
runTest("plugins/lombok/testData/diagnostics/getters.kt");
}
@Test
@TestMetadata("getters.kt")
public void testGetters() {
runTest("plugins/lombok/testData/diagnostics/getters.kt");
}
@Test
@TestMetadata("gettersClassLevel.kt")
public void testGettersClassLevel() throws Exception {
runTest("plugins/lombok/testData/diagnostics/gettersClassLevel.kt");
}
@Test
@TestMetadata("gettersClassLevel.kt")
public void testGettersClassLevel() {
runTest("plugins/lombok/testData/diagnostics/gettersClassLevel.kt");
}
@Test
@TestMetadata("setters.kt")
public void testSetters() throws Exception {
runTest("plugins/lombok/testData/diagnostics/setters.kt");
}
@Test
@TestMetadata("setters.kt")
public void testSetters() {
runTest("plugins/lombok/testData/diagnostics/setters.kt");
}
@Test
@TestMetadata("settersClassLevel.kt")
public void testSettersClassLevel() throws Exception {
runTest("plugins/lombok/testData/diagnostics/settersClassLevel.kt");
}
@Test
@TestMetadata("settersClassLevel.kt")
public void testSettersClassLevel() {
runTest("plugins/lombok/testData/diagnostics/settersClassLevel.kt");
}
}
@@ -20,188 +20,188 @@ import java.util.regex.Pattern;
@TestMetadata("plugins/lombok/testData/box")
@TestDataPath("$PROJECT_ROOT")
public class IrBlackBoxCodegenTestForLombokGenerated extends AbstractIrBlackBoxCodegenTestForLombok {
@Test
@TestMetadata("accessorsStripPrefix.kt")
public void testAccessorsStripPrefix() throws Exception {
runTest("plugins/lombok/testData/box/accessorsStripPrefix.kt");
}
@Test
@TestMetadata("accessorsStripPrefix.kt")
public void testAccessorsStripPrefix() {
runTest("plugins/lombok/testData/box/accessorsStripPrefix.kt");
}
@Test
@TestMetadata("accessorsStripPrefixConfig.kt")
public void testAccessorsStripPrefixConfig() throws Exception {
runTest("plugins/lombok/testData/box/accessorsStripPrefixConfig.kt");
}
@Test
@TestMetadata("accessorsStripPrefixConfig.kt")
public void testAccessorsStripPrefixConfig() {
runTest("plugins/lombok/testData/box/accessorsStripPrefixConfig.kt");
}
@Test
@TestMetadata("allArgsConstructor.kt")
public void testAllArgsConstructor() throws Exception {
runTest("plugins/lombok/testData/box/allArgsConstructor.kt");
}
@Test
@TestMetadata("allArgsConstructor.kt")
public void testAllArgsConstructor() {
runTest("plugins/lombok/testData/box/allArgsConstructor.kt");
}
@Test
@TestMetadata("allArgsConstructorInference.kt")
public void testAllArgsConstructorInference() throws Exception {
runTest("plugins/lombok/testData/box/allArgsConstructorInference.kt");
}
@Test
@TestMetadata("allArgsConstructorInference.kt")
public void testAllArgsConstructorInference() {
runTest("plugins/lombok/testData/box/allArgsConstructorInference.kt");
}
@Test
@TestMetadata("allArgsConstructorStatic.kt")
public void testAllArgsConstructorStatic() throws Exception {
runTest("plugins/lombok/testData/box/allArgsConstructorStatic.kt");
}
@Test
@TestMetadata("allArgsConstructorStatic.kt")
public void testAllArgsConstructorStatic() {
runTest("plugins/lombok/testData/box/allArgsConstructorStatic.kt");
}
@Test
public void testAllFilesPresentInBox() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/lombok/testData/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
}
@Test
public void testAllFilesPresentInBox() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/lombok/testData/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
}
@Test
@TestMetadata("builder.kt")
public void testBuilder() throws Exception {
runTest("plugins/lombok/testData/box/builder.kt");
}
@Test
@TestMetadata("builder.kt")
public void testBuilder() {
runTest("plugins/lombok/testData/box/builder.kt");
}
@Test
@TestMetadata("builderGuava.kt")
public void testBuilderGuava() throws Exception {
runTest("plugins/lombok/testData/box/builderGuava.kt");
}
@Test
@TestMetadata("builderGuava.kt")
public void testBuilderGuava() {
runTest("plugins/lombok/testData/box/builderGuava.kt");
}
@Test
@TestMetadata("builderRawSingular.kt")
public void testBuilderRawSingular() throws Exception {
runTest("plugins/lombok/testData/box/builderRawSingular.kt");
}
@Test
@TestMetadata("builderRawSingular.kt")
public void testBuilderRawSingular() {
runTest("plugins/lombok/testData/box/builderRawSingular.kt");
}
@Test
@TestMetadata("builderSingular.kt")
public void testBuilderSingular() throws Exception {
runTest("plugins/lombok/testData/box/builderSingular.kt");
}
@Test
@TestMetadata("builderSingular.kt")
public void testBuilderSingular() {
runTest("plugins/lombok/testData/box/builderSingular.kt");
}
@Test
@TestMetadata("configAccessors.kt")
public void testConfigAccessors() throws Exception {
runTest("plugins/lombok/testData/box/configAccessors.kt");
}
@Test
@TestMetadata("configAccessors.kt")
public void testConfigAccessors() {
runTest("plugins/lombok/testData/box/configAccessors.kt");
}
@Test
@TestMetadata("configAccessorsOverride.kt")
public void testConfigAccessorsOverride() throws Exception {
runTest("plugins/lombok/testData/box/configAccessorsOverride.kt");
}
@Test
@TestMetadata("configAccessorsOverride.kt")
public void testConfigAccessorsOverride() {
runTest("plugins/lombok/testData/box/configAccessorsOverride.kt");
}
@Test
@TestMetadata("configCaseInsensitive.kt")
public void testConfigCaseInsensitive() throws Exception {
runTest("plugins/lombok/testData/box/configCaseInsensitive.kt");
}
@Test
@TestMetadata("configCaseInsensitive.kt")
public void testConfigCaseInsensitive() {
runTest("plugins/lombok/testData/box/configCaseInsensitive.kt");
}
@Test
@TestMetadata("configSimple.kt")
public void testConfigSimple() throws Exception {
runTest("plugins/lombok/testData/box/configSimple.kt");
}
@Test
@TestMetadata("configSimple.kt")
public void testConfigSimple() {
runTest("plugins/lombok/testData/box/configSimple.kt");
}
@Test
@TestMetadata("data.kt")
public void testData() throws Exception {
runTest("plugins/lombok/testData/box/data.kt");
}
@Test
@TestMetadata("data.kt")
public void testData() {
runTest("plugins/lombok/testData/box/data.kt");
}
@Test
@TestMetadata("genericsAccessors.kt")
public void testGenericsAccessors() throws Exception {
runTest("plugins/lombok/testData/box/genericsAccessors.kt");
}
@Test
@TestMetadata("genericsAccessors.kt")
public void testGenericsAccessors() {
runTest("plugins/lombok/testData/box/genericsAccessors.kt");
}
@Test
@TestMetadata("genericsConstructors.kt")
public void testGenericsConstructors() throws Exception {
runTest("plugins/lombok/testData/box/genericsConstructors.kt");
}
@Test
@TestMetadata("genericsConstructors.kt")
public void testGenericsConstructors() {
runTest("plugins/lombok/testData/box/genericsConstructors.kt");
}
@Test
@TestMetadata("genericsConstructorsStatic.kt")
public void testGenericsConstructorsStatic() throws Exception {
runTest("plugins/lombok/testData/box/genericsConstructorsStatic.kt");
}
@Test
@TestMetadata("genericsConstructorsStatic.kt")
public void testGenericsConstructorsStatic() {
runTest("plugins/lombok/testData/box/genericsConstructorsStatic.kt");
}
@Test
@TestMetadata("gettersFluent.kt")
public void testGettersFluent() throws Exception {
runTest("plugins/lombok/testData/box/gettersFluent.kt");
}
@Test
@TestMetadata("gettersFluent.kt")
public void testGettersFluent() {
runTest("plugins/lombok/testData/box/gettersFluent.kt");
}
@Test
@TestMetadata("noArgsConstructor.kt")
public void testNoArgsConstructor() throws Exception {
runTest("plugins/lombok/testData/box/noArgsConstructor.kt");
}
@Test
@TestMetadata("noArgsConstructor.kt")
public void testNoArgsConstructor() {
runTest("plugins/lombok/testData/box/noArgsConstructor.kt");
}
@Test
@TestMetadata("noArgsConstructorStatic.kt")
public void testNoArgsConstructorStatic() throws Exception {
runTest("plugins/lombok/testData/box/noArgsConstructorStatic.kt");
}
@Test
@TestMetadata("noArgsConstructorStatic.kt")
public void testNoArgsConstructorStatic() {
runTest("plugins/lombok/testData/box/noArgsConstructorStatic.kt");
}
@Test
@TestMetadata("nullability.kt")
public void testNullability() throws Exception {
runTest("plugins/lombok/testData/box/nullability.kt");
}
@Test
@TestMetadata("nullability.kt")
public void testNullability() {
runTest("plugins/lombok/testData/box/nullability.kt");
}
@Test
@TestMetadata("propertyFromSuper.kt")
public void testPropertyFromSuper() throws Exception {
runTest("plugins/lombok/testData/box/propertyFromSuper.kt");
}
@Test
@TestMetadata("propertyFromSuper.kt")
public void testPropertyFromSuper() {
runTest("plugins/lombok/testData/box/propertyFromSuper.kt");
}
@Test
@TestMetadata("requiredArgsConstructor.kt")
public void testRequiredArgsConstructor() throws Exception {
runTest("plugins/lombok/testData/box/requiredArgsConstructor.kt");
}
@Test
@TestMetadata("requiredArgsConstructor.kt")
public void testRequiredArgsConstructor() {
runTest("plugins/lombok/testData/box/requiredArgsConstructor.kt");
}
@Test
@TestMetadata("requiredArgsConstructorStatic.kt")
public void testRequiredArgsConstructorStatic() throws Exception {
runTest("plugins/lombok/testData/box/requiredArgsConstructorStatic.kt");
}
@Test
@TestMetadata("requiredArgsConstructorStatic.kt")
public void testRequiredArgsConstructorStatic() {
runTest("plugins/lombok/testData/box/requiredArgsConstructorStatic.kt");
}
@Test
@TestMetadata("settersVariations.kt")
public void testSettersVariations() throws Exception {
runTest("plugins/lombok/testData/box/settersVariations.kt");
}
@Test
@TestMetadata("settersVariations.kt")
public void testSettersVariations() {
runTest("plugins/lombok/testData/box/settersVariations.kt");
}
@Test
@TestMetadata("simple.kt")
public void testSimple() throws Exception {
runTest("plugins/lombok/testData/box/simple.kt");
}
@Test
@TestMetadata("simple.kt")
public void testSimple() {
runTest("plugins/lombok/testData/box/simple.kt");
}
@Test
@TestMetadata("value.kt")
public void testValue() throws Exception {
runTest("plugins/lombok/testData/box/value.kt");
}
@Test
@TestMetadata("value.kt")
public void testValue() {
runTest("plugins/lombok/testData/box/value.kt");
}
@Test
@TestMetadata("valueFieldAccess.kt")
public void testValueFieldAccess() throws Exception {
runTest("plugins/lombok/testData/box/valueFieldAccess.kt");
}
@Test
@TestMetadata("valueFieldAccess.kt")
public void testValueFieldAccess() {
runTest("plugins/lombok/testData/box/valueFieldAccess.kt");
}
@Test
@TestMetadata("with.kt")
public void testWith() throws Exception {
runTest("plugins/lombok/testData/box/with.kt");
}
@Test
@TestMetadata("with.kt")
public void testWith() {
runTest("plugins/lombok/testData/box/with.kt");
}
@Test
@TestMetadata("withBooleanField.kt")
public void testWithBooleanField() throws Exception {
runTest("plugins/lombok/testData/box/withBooleanField.kt");
}
@Test
@TestMetadata("withBooleanField.kt")
public void testWithBooleanField() {
runTest("plugins/lombok/testData/box/withBooleanField.kt");
}
}