[Test] Regenerate tests after two previous commits

This commit is contained in:
Dmitriy Novozhilov
2024-02-16 13:04:43 +02:00
committed by Space Team
parent d9beae0556
commit acf2296590
822 changed files with 1698183 additions and 1698183 deletions
@@ -19,230 +19,230 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing")
@TestDataPath("$PROJECT_ROOT")
public class CodeFragmentCapturingTestGenerated extends AbstractCodeFragmentCapturingTest {
@Test
public void testAllFilesPresentInCapturing() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
}
@Test
public void testAllFilesPresentInCapturing() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
}
@Test
@TestMetadata("contextReceiver.kt")
public void testContextReceiver() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/contextReceiver.kt");
}
@Test
@TestMetadata("contextReceiver.kt")
public void testContextReceiver() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/contextReceiver.kt");
}
@Test
@TestMetadata("contextReceiverExplicit.kt")
public void testContextReceiverExplicit() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/contextReceiverExplicit.kt");
}
@Test
@TestMetadata("contextReceiverExplicit.kt")
public void testContextReceiverExplicit() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/contextReceiverExplicit.kt");
}
@Test
@TestMetadata("extensionReceiver.kt")
public void testExtensionReceiver() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/extensionReceiver.kt");
}
@Test
@TestMetadata("extensionReceiver.kt")
public void testExtensionReceiver() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/extensionReceiver.kt");
}
@Test
@TestMetadata("extensionReceiverExplicit.kt")
public void testExtensionReceiverExplicit() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/extensionReceiverExplicit.kt");
}
@Test
@TestMetadata("extensionReceiverExplicit.kt")
public void testExtensionReceiverExplicit() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/extensionReceiverExplicit.kt");
}
@Test
@TestMetadata("extensionReceiverLabeled.kt")
public void testExtensionReceiverLabeled() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/extensionReceiverLabeled.kt");
}
@Test
@TestMetadata("extensionReceiverLabeled.kt")
public void testExtensionReceiverLabeled() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/extensionReceiverLabeled.kt");
}
@Test
@TestMetadata("extensionReceiverProperty.kt")
public void testExtensionReceiverProperty() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/extensionReceiverProperty.kt");
}
@Test
@TestMetadata("extensionReceiverProperty.kt")
public void testExtensionReceiverProperty() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/extensionReceiverProperty.kt");
}
@Test
@TestMetadata("extensionReceiverPropertyExplicit.kt")
public void testExtensionReceiverPropertyExplicit() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/extensionReceiverPropertyExplicit.kt");
}
@Test
@TestMetadata("extensionReceiverPropertyExplicit.kt")
public void testExtensionReceiverPropertyExplicit() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/extensionReceiverPropertyExplicit.kt");
}
@Test
@TestMetadata("extensionReceiverPropertyLabeled.kt")
public void testExtensionReceiverPropertyLabeled() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/extensionReceiverPropertyLabeled.kt");
}
@Test
@TestMetadata("extensionReceiverPropertyLabeled.kt")
public void testExtensionReceiverPropertyLabeled() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/extensionReceiverPropertyLabeled.kt");
}
@Test
@TestMetadata("extensionReceiverSmartCasted.kt")
public void testExtensionReceiverSmartCasted() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/extensionReceiverSmartCasted.kt");
}
@Test
@TestMetadata("extensionReceiverSmartCasted.kt")
public void testExtensionReceiverSmartCasted() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/extensionReceiverSmartCasted.kt");
}
@Test
@TestMetadata("initializer.kt")
public void testInitializer() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/initializer.kt");
}
@Test
@TestMetadata("initializer.kt")
public void testInitializer() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/initializer.kt");
}
@Test
@TestMetadata("local.kt")
public void testLocal() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/local.kt");
}
@Test
@TestMetadata("local.kt")
public void testLocal() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/local.kt");
}
@Test
@TestMetadata("localDelegatedProperty.kt")
public void testLocalDelegatedProperty() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localDelegatedProperty.kt");
}
@Test
@TestMetadata("localDelegatedProperty.kt")
public void testLocalDelegatedProperty() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localDelegatedProperty.kt");
}
@Test
@TestMetadata("localFunction.kt")
public void testLocalFunction() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunction.kt");
}
@Test
@TestMetadata("localFunction.kt")
public void testLocalFunction() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunction.kt");
}
@Test
@TestMetadata("localFunctionContainingClassClosure.kt")
public void testLocalFunctionContainingClassClosure() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunctionContainingClassClosure.kt");
}
@Test
@TestMetadata("localFunctionContainingClassClosure.kt")
public void testLocalFunctionContainingClassClosure() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunctionContainingClassClosure.kt");
}
@Test
@TestMetadata("localFunctionExtensionReceiverClosure.kt")
public void testLocalFunctionExtensionReceiverClosure() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunctionExtensionReceiverClosure.kt");
}
@Test
@TestMetadata("localFunctionExtensionReceiverClosure.kt")
public void testLocalFunctionExtensionReceiverClosure() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunctionExtensionReceiverClosure.kt");
}
@Test
@TestMetadata("localFunctionLambdaParameterClosure.kt")
public void testLocalFunctionLambdaParameterClosure() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunctionLambdaParameterClosure.kt");
}
@Test
@TestMetadata("localFunctionLambdaParameterClosure.kt")
public void testLocalFunctionLambdaParameterClosure() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunctionLambdaParameterClosure.kt");
}
@Test
@TestMetadata("localFunctionLocalClosure.kt")
public void testLocalFunctionLocalClosure() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunctionLocalClosure.kt");
}
@Test
@TestMetadata("localFunctionLocalClosure.kt")
public void testLocalFunctionLocalClosure() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunctionLocalClosure.kt");
}
@Test
@TestMetadata("localFunctionLocalClosureMutating.kt")
public void testLocalFunctionLocalClosureMutating() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunctionLocalClosureMutating.kt");
}
@Test
@TestMetadata("localFunctionLocalClosureMutating.kt")
public void testLocalFunctionLocalClosureMutating() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunctionLocalClosureMutating.kt");
}
@Test
@TestMetadata("localFunctionMultipleCapturing.kt")
public void testLocalFunctionMultipleCapturing() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunctionMultipleCapturing.kt");
}
@Test
@TestMetadata("localFunctionMultipleCapturing.kt")
public void testLocalFunctionMultipleCapturing() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunctionMultipleCapturing.kt");
}
@Test
@TestMetadata("localFunctionParameterClosure.kt")
public void testLocalFunctionParameterClosure() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunctionParameterClosure.kt");
}
@Test
@TestMetadata("localFunctionParameterClosure.kt")
public void testLocalFunctionParameterClosure() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunctionParameterClosure.kt");
}
@Test
@TestMetadata("localMutated.kt")
public void testLocalMutated() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localMutated.kt");
}
@Test
@TestMetadata("localMutated.kt")
public void testLocalMutated() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localMutated.kt");
}
@Test
@TestMetadata("localVariable.kt")
public void testLocalVariable() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localVariable.kt");
}
@Test
@TestMetadata("localVariable.kt")
public void testLocalVariable() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localVariable.kt");
}
@Test
@TestMetadata("multipleClassAndFunctionContextReceivers.kt")
public void testMultipleClassAndFunctionContextReceivers() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/multipleClassAndFunctionContextReceivers.kt");
}
@Test
@TestMetadata("multipleClassAndFunctionContextReceivers.kt")
public void testMultipleClassAndFunctionContextReceivers() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/multipleClassAndFunctionContextReceivers.kt");
}
@Test
@TestMetadata("multipleClassContextReceivers.kt")
public void testMultipleClassContextReceivers() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/multipleClassContextReceivers.kt");
}
@Test
@TestMetadata("multipleClassContextReceivers.kt")
public void testMultipleClassContextReceivers() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/multipleClassContextReceivers.kt");
}
@Test
@TestMetadata("multipleFunctionContextReceivers.kt")
public void testMultipleFunctionContextReceivers() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/multipleFunctionContextReceivers.kt");
}
@Test
@TestMetadata("multipleFunctionContextReceivers.kt")
public void testMultipleFunctionContextReceivers() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/multipleFunctionContextReceivers.kt");
}
@Test
@TestMetadata("nestedOuterClass.kt")
public void testNestedOuterClass() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/nestedOuterClass.kt");
}
@Test
@TestMetadata("nestedOuterClass.kt")
public void testNestedOuterClass() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/nestedOuterClass.kt");
}
@Test
@TestMetadata("objectFunction.kt")
public void testObjectFunction() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/objectFunction.kt");
}
@Test
@TestMetadata("objectFunction.kt")
public void testObjectFunction() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/objectFunction.kt");
}
@Test
@TestMetadata("outerClass.kt")
public void testOuterClass() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/outerClass.kt");
}
@Test
@TestMetadata("outerClass.kt")
public void testOuterClass() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/outerClass.kt");
}
@Test
@TestMetadata("outerClassMutated.kt")
public void testOuterClassMutated() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/outerClassMutated.kt");
}
@Test
@TestMetadata("outerClassMutated.kt")
public void testOuterClassMutated() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/outerClassMutated.kt");
}
@Test
@TestMetadata("outerClassMutatedPrivate.kt")
public void testOuterClassMutatedPrivate() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/outerClassMutatedPrivate.kt");
}
@Test
@TestMetadata("outerClassMutatedPrivate.kt")
public void testOuterClassMutatedPrivate() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/outerClassMutatedPrivate.kt");
}
@Test
@TestMetadata("preferCorrectResolve.kt")
public void testPreferCorrectResolve() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/preferCorrectResolve.kt");
}
@Test
@TestMetadata("preferCorrectResolve.kt")
public void testPreferCorrectResolve() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/preferCorrectResolve.kt");
}
@Test
@TestMetadata("privateMemberCall.kt")
public void testPrivateMemberCall() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/privateMemberCall.kt");
}
@Test
@TestMetadata("privateMemberCall.kt")
public void testPrivateMemberCall() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/privateMemberCall.kt");
}
@Test
@TestMetadata("secondClassContextReceiver.kt")
public void testSecondClassContextReceiver() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/secondClassContextReceiver.kt");
}
@Test
@TestMetadata("secondClassContextReceiver.kt")
public void testSecondClassContextReceiver() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/secondClassContextReceiver.kt");
}
@Test
@TestMetadata("singleClassContextReceiver.kt")
public void testSingleClassContextReceiver() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/singleClassContextReceiver.kt");
}
@Test
@TestMetadata("singleClassContextReceiver.kt")
public void testSingleClassContextReceiver() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/singleClassContextReceiver.kt");
}
@Test
@TestMetadata("smartCastExtensionReceiver.kt")
public void testSmartCastExtensionReceiver() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/smartCastExtensionReceiver.kt");
}
@Test
@TestMetadata("smartCastExtensionReceiver.kt")
public void testSmartCastExtensionReceiver() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/smartCastExtensionReceiver.kt");
}
@Test
@TestMetadata("smartCastValueParameter.kt")
public void testSmartCastValueParameter() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/smartCastValueParameter.kt");
}
@Test
@TestMetadata("smartCastValueParameter.kt")
public void testSmartCastValueParameter() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/smartCastValueParameter.kt");
}
@Test
@TestMetadata("valueParameter.kt")
public void testValueParameter() throws Exception {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/valueParameter.kt");
}
@Test
@TestMetadata("valueParameter.kt")
public void testValueParameter() {
runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/valueParameter.kt");
}
}
@@ -19,44 +19,44 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/compilationPeers")
@TestDataPath("$PROJECT_ROOT")
public class CompilationPeerAnalysisTestGenerated extends AbstractCompilationPeerAnalysisTest {
@Test
public void testAllFilesPresentInCompilationPeers() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/compilationPeers"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
public void testAllFilesPresentInCompilationPeers() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/compilationPeers"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
@TestMetadata("functionCall.kt")
public void testFunctionCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/compilationPeers/functionCall.kt");
}
@Test
@TestMetadata("functionCall.kt")
public void testFunctionCall() {
runTest("analysis/low-level-api-fir/testData/compilationPeers/functionCall.kt");
}
@Test
@TestMetadata("functionCallDeep.kt")
public void testFunctionCallDeep() throws Exception {
runTest("analysis/low-level-api-fir/testData/compilationPeers/functionCallDeep.kt");
}
@Test
@TestMetadata("functionCallDeep.kt")
public void testFunctionCallDeep() {
runTest("analysis/low-level-api-fir/testData/compilationPeers/functionCallDeep.kt");
}
@Test
@TestMetadata("inlinedClasses.kt")
public void testInlinedClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/compilationPeers/inlinedClasses.kt");
}
@Test
@TestMetadata("inlinedClasses.kt")
public void testInlinedClasses() {
runTest("analysis/low-level-api-fir/testData/compilationPeers/inlinedClasses.kt");
}
@Test
@TestMetadata("libraryFunctionCall.kt")
public void testLibraryFunctionCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/compilationPeers/libraryFunctionCall.kt");
}
@Test
@TestMetadata("libraryFunctionCall.kt")
public void testLibraryFunctionCall() {
runTest("analysis/low-level-api-fir/testData/compilationPeers/libraryFunctionCall.kt");
}
@Test
@TestMetadata("noInline.kt")
public void testNoInline() throws Exception {
runTest("analysis/low-level-api-fir/testData/compilationPeers/noInline.kt");
}
@Test
@TestMetadata("noInline.kt")
public void testNoInline() {
runTest("analysis/low-level-api-fir/testData/compilationPeers/noInline.kt");
}
@Test
@TestMetadata("propertyCall.kt")
public void testPropertyCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/compilationPeers/propertyCall.kt");
}
@Test
@TestMetadata("propertyCall.kt")
public void testPropertyCall() {
runTest("analysis/low-level-api-fir/testData/compilationPeers/propertyCall.kt");
}
}
@@ -19,100 +19,100 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector")
@TestDataPath("$PROJECT_ROOT")
public class ContextCollectorScriptTestGenerated extends AbstractContextCollectorScriptTest {
@Test
public void testAllFilesPresentInContextCollector() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions")
@TestDataPath("$PROJECT_ROOT")
public class ClassHeaderPositions {
@Test
public void testAllFilesPresentInContextCollector() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
public void testAllFilesPresentInClassHeaderPositions() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/error")
@TestDataPath("$PROJECT_ROOT")
public class Error {
@Test
public void testAllFilesPresentInError() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/error"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/scripts")
@TestDataPath("$PROJECT_ROOT")
public class Scripts {
@Test
public void testAllFilesPresentInScripts() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/scripts"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions")
@TestDataPath("$PROJECT_ROOT")
public class ClassHeaderPositions {
@Test
public void testAllFilesPresentInClassHeaderPositions() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
@TestMetadata("insideClassBody.kts")
public void testInsideClassBody() {
runTest("analysis/low-level-api-fir/testData/contextCollector/scripts/insideClassBody.kts");
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/error")
@TestDataPath("$PROJECT_ROOT")
public class Error {
@Test
public void testAllFilesPresentInError() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/error"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
@TestMetadata("insideClassMember.kts")
public void testInsideClassMember() {
runTest("analysis/low-level-api-fir/testData/contextCollector/scripts/insideClassMember.kts");
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/scripts")
@TestDataPath("$PROJECT_ROOT")
public class Scripts {
@Test
public void testAllFilesPresentInScripts() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/scripts"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
@TestMetadata("insideClassBody.kts")
public void testInsideClassBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/scripts/insideClassBody.kts");
}
@Test
@TestMetadata("insideClassMember.kts")
public void testInsideClassMember() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/scripts/insideClassMember.kts");
}
@Test
@TestMetadata("insideTopLevelFunction.kts")
public void testInsideTopLevelFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/scripts/insideTopLevelFunction.kts");
}
@Test
@TestMetadata("lastStatement.kts")
public void testLastStatement() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/scripts/lastStatement.kts");
}
@Test
@TestMetadata("scriptInsideLastStatement.kts")
public void testScriptInsideLastStatement() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/scripts/scriptInsideLastStatement.kts");
}
@Test
@TestMetadata("statement.kts")
public void testStatement() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/scripts/statement.kts");
}
@Test
@TestMetadata("topLevel.kts")
public void testTopLevel() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/scripts/topLevel.kts");
}
@Test
@TestMetadata("insideTopLevelFunction.kts")
public void testInsideTopLevelFunction() {
runTest("analysis/low-level-api-fir/testData/contextCollector/scripts/insideTopLevelFunction.kts");
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/smartCasts")
@TestDataPath("$PROJECT_ROOT")
public class SmartCasts {
@Test
public void testAllFilesPresentInSmartCasts() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/smartCasts"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
@TestMetadata("lastStatement.kts")
public void testLastStatement() {
runTest("analysis/low-level-api-fir/testData/contextCollector/scripts/lastStatement.kts");
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/typeParameters")
@TestDataPath("$PROJECT_ROOT")
public class TypeParameters {
@Test
public void testAllFilesPresentInTypeParameters() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/typeParameters"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
@TestMetadata("scriptInsideLastStatement.kts")
public void testScriptInsideLastStatement() {
runTest("analysis/low-level-api-fir/testData/contextCollector/scripts/scriptInsideLastStatement.kts");
}
@Test
@TestMetadata("statement.kts")
public void testStatement() {
runTest("analysis/low-level-api-fir/testData/contextCollector/scripts/statement.kts");
}
@Test
@TestMetadata("topLevel.kts")
public void testTopLevel() {
runTest("analysis/low-level-api-fir/testData/contextCollector/scripts/topLevel.kts");
}
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/smartCasts")
@TestDataPath("$PROJECT_ROOT")
public class SmartCasts {
@Test
public void testAllFilesPresentInSmartCasts() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/smartCasts"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/typeParameters")
@TestDataPath("$PROJECT_ROOT")
public class TypeParameters {
@Test
public void testAllFilesPresentInTypeParameters() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/typeParameters"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
}
}
@@ -19,532 +19,532 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector")
@TestDataPath("$PROJECT_ROOT")
public class ContextCollectorSourceTestGenerated extends AbstractContextCollectorSourceTest {
@Test
public void testAllFilesPresentInContextCollector() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("classFunction.kt")
public void testClassFunction() {
runTest("analysis/low-level-api-fir/testData/contextCollector/classFunction.kt");
}
@Test
@TestMetadata("classProperty.kt")
public void testClassProperty() {
runTest("analysis/low-level-api-fir/testData/contextCollector/classProperty.kt");
}
@Test
@TestMetadata("contextReceivers.kt")
public void testContextReceivers() {
runTest("analysis/low-level-api-fir/testData/contextCollector/contextReceivers.kt");
}
@Test
@TestMetadata("contextReceiversClass.kt")
public void testContextReceiversClass() {
runTest("analysis/low-level-api-fir/testData/contextCollector/contextReceiversClass.kt");
}
@Test
@TestMetadata("enumValueFunction.kt")
public void testEnumValueFunction() {
runTest("analysis/low-level-api-fir/testData/contextCollector/enumValueFunction.kt");
}
@Test
@TestMetadata("enumValuePropertyAccessor.kt")
public void testEnumValuePropertyAccessor() {
runTest("analysis/low-level-api-fir/testData/contextCollector/enumValuePropertyAccessor.kt");
}
@Test
@TestMetadata("extensionFunction.kt")
public void testExtensionFunction() {
runTest("analysis/low-level-api-fir/testData/contextCollector/extensionFunction.kt");
}
@Test
@TestMetadata("extensionLambdas.kt")
public void testExtensionLambdas() {
runTest("analysis/low-level-api-fir/testData/contextCollector/extensionLambdas.kt");
}
@Test
@TestMetadata("file.kt")
public void testFile() {
runTest("analysis/low-level-api-fir/testData/contextCollector/file.kt");
}
@Test
@TestMetadata("fileAnnotation.kt")
public void testFileAnnotation() {
runTest("analysis/low-level-api-fir/testData/contextCollector/fileAnnotation.kt");
}
@Test
@TestMetadata("fileImport.kt")
public void testFileImport() {
runTest("analysis/low-level-api-fir/testData/contextCollector/fileImport.kt");
}
@Test
@TestMetadata("fileImportInside.kt")
public void testFileImportInside() {
runTest("analysis/low-level-api-fir/testData/contextCollector/fileImportInside.kt");
}
@Test
@TestMetadata("filePackage.kt")
public void testFilePackage() {
runTest("analysis/low-level-api-fir/testData/contextCollector/filePackage.kt");
}
@Test
@TestMetadata("forLoopVariable.kt")
public void testForLoopVariable() {
runTest("analysis/low-level-api-fir/testData/contextCollector/forLoopVariable.kt");
}
@Test
@TestMetadata("innerClasses.kt")
public void testInnerClasses() {
runTest("analysis/low-level-api-fir/testData/contextCollector/innerClasses.kt");
}
@Test
@TestMetadata("KT-61728.kt")
public void testKT_61728() {
runTest("analysis/low-level-api-fir/testData/contextCollector/KT-61728.kt");
}
@Test
@TestMetadata("lambdaArguments.kt")
public void testLambdaArguments() {
runTest("analysis/low-level-api-fir/testData/contextCollector/lambdaArguments.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() {
runTest("analysis/low-level-api-fir/testData/contextCollector/localClass.kt");
}
@Test
@TestMetadata("localClassFunction.kt")
public void testLocalClassFunction() {
runTest("analysis/low-level-api-fir/testData/contextCollector/localClassFunction.kt");
}
@Test
@TestMetadata("localFunction.kt")
public void testLocalFunction() {
runTest("analysis/low-level-api-fir/testData/contextCollector/localFunction.kt");
}
@Test
@TestMetadata("localFunctionExpression.kt")
public void testLocalFunctionExpression() {
runTest("analysis/low-level-api-fir/testData/contextCollector/localFunctionExpression.kt");
}
@Test
@TestMetadata("nestedClass.kt")
public void testNestedClass() {
runTest("analysis/low-level-api-fir/testData/contextCollector/nestedClass.kt");
}
@Test
@TestMetadata("nestedClassFunction.kt")
public void testNestedClassFunction() {
runTest("analysis/low-level-api-fir/testData/contextCollector/nestedClassFunction.kt");
}
@Test
@TestMetadata("parameter.kt")
public void testParameter() {
runTest("analysis/low-level-api-fir/testData/contextCollector/parameter.kt");
}
@Test
@TestMetadata("primaryConstructor.kt")
public void testPrimaryConstructor() {
runTest("analysis/low-level-api-fir/testData/contextCollector/primaryConstructor.kt");
}
@Test
@TestMetadata("primaryConstructorParameter.kt")
public void testPrimaryConstructorParameter() {
runTest("analysis/low-level-api-fir/testData/contextCollector/primaryConstructorParameter.kt");
}
@Test
@TestMetadata("primaryConstructorProperty.kt")
public void testPrimaryConstructorProperty() {
runTest("analysis/low-level-api-fir/testData/contextCollector/primaryConstructorProperty.kt");
}
@Test
@TestMetadata("propertyAccessor.kt")
public void testPropertyAccessor() {
runTest("analysis/low-level-api-fir/testData/contextCollector/propertyAccessor.kt");
}
@Test
@TestMetadata("propertyDelegateInitializer.kt")
public void testPropertyDelegateInitializer() {
runTest("analysis/low-level-api-fir/testData/contextCollector/propertyDelegateInitializer.kt");
}
@Test
@TestMetadata("secondaryConstructor_superCallArgument.kt")
public void testSecondaryConstructor_superCallArgument() {
runTest("analysis/low-level-api-fir/testData/contextCollector/secondaryConstructor_superCallArgument.kt");
}
@Test
@TestMetadata("simple.kt")
public void testSimple() {
runTest("analysis/low-level-api-fir/testData/contextCollector/simple.kt");
}
@Test
@TestMetadata("topLevelFunction.kt")
public void testTopLevelFunction() {
runTest("analysis/low-level-api-fir/testData/contextCollector/topLevelFunction.kt");
}
@Test
@TestMetadata("topLevelProperty.kt")
public void testTopLevelProperty() {
runTest("analysis/low-level-api-fir/testData/contextCollector/topLevelProperty.kt");
}
@Test
@TestMetadata("typeAlias.kt")
public void testTypeAlias() {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeAlias.kt");
}
@Test
@TestMetadata("typeAliasInitializer.kt")
public void testTypeAliasInitializer() {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeAliasInitializer.kt");
}
@Test
@TestMetadata("typeParameter.kt")
public void testTypeParameter() {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeParameter.kt");
}
@Test
@TestMetadata("wholeDeclaration_class.kt")
public void testWholeDeclaration_class() {
runTest("analysis/low-level-api-fir/testData/contextCollector/wholeDeclaration_class.kt");
}
@Test
@TestMetadata("wholeDeclaration_fun.kt")
public void testWholeDeclaration_fun() {
runTest("analysis/low-level-api-fir/testData/contextCollector/wholeDeclaration_fun.kt");
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions")
@TestDataPath("$PROJECT_ROOT")
public class ClassHeaderPositions {
@Test
public void testAllFilesPresentInContextCollector() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
public void testAllFilesPresentInClassHeaderPositions() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("classFunction.kt")
public void testClassFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/classFunction.kt");
@TestMetadata("contextReceiver.kt")
public void testContextReceiver() {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/contextReceiver.kt");
}
@Test
@TestMetadata("classProperty.kt")
public void testClassProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/classProperty.kt");
@TestMetadata("primaryConstructorParameter_initializerExpression.kt")
public void testPrimaryConstructorParameter_initializerExpression() {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/primaryConstructorParameter_initializerExpression.kt");
}
@Test
@TestMetadata("contextReceivers.kt")
public void testContextReceivers() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/contextReceivers.kt");
@TestMetadata("primaryConstructorParameter_typeRef.kt")
public void testPrimaryConstructorParameter_typeRef() {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/primaryConstructorParameter_typeRef.kt");
}
@Test
@TestMetadata("contextReceiversClass.kt")
public void testContextReceiversClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/contextReceiversClass.kt");
@TestMetadata("superTypeCallArgumentsExpression.kt")
public void testSuperTypeCallArgumentsExpression() {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeCallArgumentsExpression.kt");
}
@Test
@TestMetadata("enumValueFunction.kt")
public void testEnumValueFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/enumValueFunction.kt");
@TestMetadata("superTypeCallArgumentsExpression_objectLiteral.kt")
public void testSuperTypeCallArgumentsExpression_objectLiteral() {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeCallArgumentsExpression_objectLiteral.kt");
}
@Test
@TestMetadata("enumValuePropertyAccessor.kt")
public void testEnumValuePropertyAccessor() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/enumValuePropertyAccessor.kt");
@TestMetadata("superTypeCallArgumentsTypeRef.kt")
public void testSuperTypeCallArgumentsTypeRef() {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeCallArgumentsTypeRef.kt");
}
@Test
@TestMetadata("extensionFunction.kt")
public void testExtensionFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/extensionFunction.kt");
@TestMetadata("superTypeCallee.kt")
public void testSuperTypeCallee() {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeCallee.kt");
}
@Test
@TestMetadata("extensionLambdas.kt")
public void testExtensionLambdas() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/extensionLambdas.kt");
@TestMetadata("superTypeCalleeGenerics.kt")
public void testSuperTypeCalleeGenerics() {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeCalleeGenerics.kt");
}
@Test
@TestMetadata("file.kt")
public void testFile() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/file.kt");
@TestMetadata("superTypeCallee_objectLiteral.kt")
public void testSuperTypeCallee_objectLiteral() {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeCallee_objectLiteral.kt");
}
@Test
@TestMetadata("fileAnnotation.kt")
public void testFileAnnotation() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/fileAnnotation.kt");
@TestMetadata("superTypeDelegatedExpression.kt")
public void testSuperTypeDelegatedExpression() {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeDelegatedExpression.kt");
}
@Test
@TestMetadata("fileImport.kt")
public void testFileImport() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/fileImport.kt");
@TestMetadata("superTypeDelegatedToCompanion.kt")
public void testSuperTypeDelegatedToCompanion() {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeDelegatedToCompanion.kt");
}
@Test
@TestMetadata("fileImportInside.kt")
public void testFileImportInside() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/fileImportInside.kt");
@TestMetadata("superTypeDelegatedToPrimaryConstructorParam.kt")
public void testSuperTypeDelegatedToPrimaryConstructorParam() {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeDelegatedToPrimaryConstructorParam.kt");
}
@Test
@TestMetadata("filePackage.kt")
public void testFilePackage() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/filePackage.kt");
@TestMetadata("superTypeDelegatedTypeRef.kt")
public void testSuperTypeDelegatedTypeRef() {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeDelegatedTypeRef.kt");
}
@Test
@TestMetadata("forLoopVariable.kt")
public void testForLoopVariable() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/forLoopVariable.kt");
@TestMetadata("superTypeRef.kt")
public void testSuperTypeRef() {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeRef.kt");
}
@Test
@TestMetadata("innerClasses.kt")
public void testInnerClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/innerClasses.kt");
@TestMetadata("superTypeRefGenerics.kt")
public void testSuperTypeRefGenerics() {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeRefGenerics.kt");
}
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/error")
@TestDataPath("$PROJECT_ROOT")
public class Error {
@Test
public void testAllFilesPresentInError() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/error"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("KT-61728.kt")
public void testKT_61728() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/KT-61728.kt");
@TestMetadata("InvalidInitializer.kt")
public void testInvalidInitializer() {
runTest("analysis/low-level-api-fir/testData/contextCollector/error/InvalidInitializer.kt");
}
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/scripts")
@TestDataPath("$PROJECT_ROOT")
public class Scripts {
@Test
public void testAllFilesPresentInScripts() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/scripts"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/smartCasts")
@TestDataPath("$PROJECT_ROOT")
public class SmartCasts {
@Test
@TestMetadata("afterIf.kt")
public void testAfterIf() {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/afterIf.kt");
}
@Test
@TestMetadata("lambdaArguments.kt")
public void testLambdaArguments() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/lambdaArguments.kt");
@TestMetadata("afterLoop.kt")
public void testAfterLoop() {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/afterLoop.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/localClass.kt");
public void testAllFilesPresentInSmartCasts() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/smartCasts"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("localClassFunction.kt")
public void testLocalClassFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/localClassFunction.kt");
@TestMetadata("andRight.kt")
public void testAndRight() {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/andRight.kt");
}
@Test
@TestMetadata("localFunction.kt")
public void testLocalFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/localFunction.kt");
@TestMetadata("argument.kt")
public void testArgument() {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/argument.kt");
}
@Test
@TestMetadata("localFunctionExpression.kt")
public void testLocalFunctionExpression() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/localFunctionExpression.kt");
@TestMetadata("argumentAsReceiver.kt")
public void testArgumentAsReceiver() {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/argumentAsReceiver.kt");
}
@Test
@TestMetadata("nestedClass.kt")
public void testNestedClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/nestedClass.kt");
@TestMetadata("beforeIf.kt")
public void testBeforeIf() {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/beforeIf.kt");
}
@Test
@TestMetadata("nestedClassFunction.kt")
public void testNestedClassFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/nestedClassFunction.kt");
@TestMetadata("beforeLoop.kt")
public void testBeforeLoop() {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/beforeLoop.kt");
}
@Test
@TestMetadata("parameter.kt")
public void testParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/parameter.kt");
@TestMetadata("dispatchReceiver.kt")
public void testDispatchReceiver() {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/dispatchReceiver.kt");
}
@Test
@TestMetadata("primaryConstructor.kt")
public void testPrimaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/primaryConstructor.kt");
@TestMetadata("extensionReceiver.kt")
public void testExtensionReceiver() {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/extensionReceiver.kt");
}
@Test
@TestMetadata("primaryConstructorParameter.kt")
public void testPrimaryConstructorParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/primaryConstructorParameter.kt");
@TestMetadata("insideLetOnNullableReceiver.kt")
public void testInsideLetOnNullableReceiver() {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/insideLetOnNullableReceiver.kt");
}
@Test
@TestMetadata("primaryConstructorProperty.kt")
public void testPrimaryConstructorProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/primaryConstructorProperty.kt");
@TestMetadata("insideLoop.kt")
public void testInsideLoop() {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/insideLoop.kt");
}
@Test
@TestMetadata("propertyAccessor.kt")
public void testPropertyAccessor() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/propertyAccessor.kt");
@TestMetadata("onLabel.kt")
public void testOnLabel() {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/onLabel.kt");
}
@Test
@TestMetadata("propertyDelegateInitializer.kt")
public void testPropertyDelegateInitializer() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/propertyDelegateInitializer.kt");
@TestMetadata("onReference.kt")
public void testOnReference() {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/onReference.kt");
}
@Test
@TestMetadata("secondaryConstructor_superCallArgument.kt")
public void testSecondaryConstructor_superCallArgument() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/secondaryConstructor_superCallArgument.kt");
@TestMetadata("onType.kt")
public void testOnType() {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/onType.kt");
}
@Test
@TestMetadata("simple.kt")
public void testSimple() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/simple.kt");
@TestMetadata("orRight.kt")
public void testOrRight() {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/orRight.kt");
}
@Test
@TestMetadata("topLevelFunction.kt")
public void testTopLevelFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/topLevelFunction.kt");
@TestMetadata("plainCheck.kt")
public void testPlainCheck() {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/plainCheck.kt");
}
@Test
@TestMetadata("topLevelProperty.kt")
public void testTopLevelProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/topLevelProperty.kt");
@TestMetadata("require.kt")
public void testRequire() {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/require.kt");
}
@Test
@TestMetadata("typeAlias.kt")
public void testTypeAlias() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeAlias.kt");
@TestMetadata("when.kt")
public void testWhen() {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/when.kt");
}
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/typeParameters")
@TestDataPath("$PROJECT_ROOT")
public class TypeParameters {
@Test
public void testAllFilesPresentInTypeParameters() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/typeParameters"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("typeAliasInitializer.kt")
public void testTypeAliasInitializer() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeAliasInitializer.kt");
@TestMetadata("declaredInClass_fromContextReceiver.kt")
public void testDeclaredInClass_fromContextReceiver() {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeParameters/declaredInClass_fromContextReceiver.kt");
}
@Test
@TestMetadata("typeParameter.kt")
public void testTypeParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeParameter.kt");
@TestMetadata("declaredInClass_fromInner_typeBound.kt")
public void testDeclaredInClass_fromInner_typeBound() {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeParameters/declaredInClass_fromInner_typeBound.kt");
}
@Test
@TestMetadata("wholeDeclaration_class.kt")
public void testWholeDeclaration_class() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/wholeDeclaration_class.kt");
@TestMetadata("declaredInClass_fromInner_typeRefInMember.kt")
public void testDeclaredInClass_fromInner_typeRefInMember() {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeParameters/declaredInClass_fromInner_typeRefInMember.kt");
}
@Test
@TestMetadata("wholeDeclaration_fun.kt")
public void testWholeDeclaration_fun() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/wholeDeclaration_fun.kt");
@TestMetadata("declaredInClass_fromNested_typeBound.kt")
public void testDeclaredInClass_fromNested_typeBound() {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeParameters/declaredInClass_fromNested_typeBound.kt");
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions")
@TestDataPath("$PROJECT_ROOT")
public class ClassHeaderPositions {
@Test
public void testAllFilesPresentInClassHeaderPositions() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("contextReceiver.kt")
public void testContextReceiver() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/contextReceiver.kt");
}
@Test
@TestMetadata("primaryConstructorParameter_initializerExpression.kt")
public void testPrimaryConstructorParameter_initializerExpression() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/primaryConstructorParameter_initializerExpression.kt");
}
@Test
@TestMetadata("primaryConstructorParameter_typeRef.kt")
public void testPrimaryConstructorParameter_typeRef() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/primaryConstructorParameter_typeRef.kt");
}
@Test
@TestMetadata("superTypeCallArgumentsExpression.kt")
public void testSuperTypeCallArgumentsExpression() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeCallArgumentsExpression.kt");
}
@Test
@TestMetadata("superTypeCallArgumentsExpression_objectLiteral.kt")
public void testSuperTypeCallArgumentsExpression_objectLiteral() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeCallArgumentsExpression_objectLiteral.kt");
}
@Test
@TestMetadata("superTypeCallArgumentsTypeRef.kt")
public void testSuperTypeCallArgumentsTypeRef() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeCallArgumentsTypeRef.kt");
}
@Test
@TestMetadata("superTypeCallee.kt")
public void testSuperTypeCallee() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeCallee.kt");
}
@Test
@TestMetadata("superTypeCalleeGenerics.kt")
public void testSuperTypeCalleeGenerics() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeCalleeGenerics.kt");
}
@Test
@TestMetadata("superTypeCallee_objectLiteral.kt")
public void testSuperTypeCallee_objectLiteral() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeCallee_objectLiteral.kt");
}
@Test
@TestMetadata("superTypeDelegatedExpression.kt")
public void testSuperTypeDelegatedExpression() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeDelegatedExpression.kt");
}
@Test
@TestMetadata("superTypeDelegatedToCompanion.kt")
public void testSuperTypeDelegatedToCompanion() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeDelegatedToCompanion.kt");
}
@Test
@TestMetadata("superTypeDelegatedToPrimaryConstructorParam.kt")
public void testSuperTypeDelegatedToPrimaryConstructorParam() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeDelegatedToPrimaryConstructorParam.kt");
}
@Test
@TestMetadata("superTypeDelegatedTypeRef.kt")
public void testSuperTypeDelegatedTypeRef() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeDelegatedTypeRef.kt");
}
@Test
@TestMetadata("superTypeRef.kt")
public void testSuperTypeRef() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeRef.kt");
}
@Test
@TestMetadata("superTypeRefGenerics.kt")
public void testSuperTypeRefGenerics() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/classHeaderPositions/superTypeRefGenerics.kt");
}
@Test
@TestMetadata("declaredInClass_fromNested_typeRefInMember.kt")
public void testDeclaredInClass_fromNested_typeRefInMember() {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeParameters/declaredInClass_fromNested_typeRefInMember.kt");
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/error")
@TestDataPath("$PROJECT_ROOT")
public class Error {
@Test
public void testAllFilesPresentInError() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/error"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("InvalidInitializer.kt")
public void testInvalidInitializer() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/error/InvalidInitializer.kt");
}
@Test
@TestMetadata("declaredInClass_fromSuperType.kt")
public void testDeclaredInClass_fromSuperType() {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeParameters/declaredInClass_fromSuperType.kt");
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/scripts")
@TestDataPath("$PROJECT_ROOT")
public class Scripts {
@Test
public void testAllFilesPresentInScripts() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/scripts"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/smartCasts")
@TestDataPath("$PROJECT_ROOT")
public class SmartCasts {
@Test
@TestMetadata("afterIf.kt")
public void testAfterIf() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/afterIf.kt");
}
@Test
@TestMetadata("afterLoop.kt")
public void testAfterLoop() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/afterLoop.kt");
}
@Test
public void testAllFilesPresentInSmartCasts() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/smartCasts"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("andRight.kt")
public void testAndRight() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/andRight.kt");
}
@Test
@TestMetadata("argument.kt")
public void testArgument() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/argument.kt");
}
@Test
@TestMetadata("argumentAsReceiver.kt")
public void testArgumentAsReceiver() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/argumentAsReceiver.kt");
}
@Test
@TestMetadata("beforeIf.kt")
public void testBeforeIf() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/beforeIf.kt");
}
@Test
@TestMetadata("beforeLoop.kt")
public void testBeforeLoop() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/beforeLoop.kt");
}
@Test
@TestMetadata("dispatchReceiver.kt")
public void testDispatchReceiver() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/dispatchReceiver.kt");
}
@Test
@TestMetadata("extensionReceiver.kt")
public void testExtensionReceiver() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/extensionReceiver.kt");
}
@Test
@TestMetadata("insideLetOnNullableReceiver.kt")
public void testInsideLetOnNullableReceiver() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/insideLetOnNullableReceiver.kt");
}
@Test
@TestMetadata("insideLoop.kt")
public void testInsideLoop() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/insideLoop.kt");
}
@Test
@TestMetadata("onLabel.kt")
public void testOnLabel() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/onLabel.kt");
}
@Test
@TestMetadata("onReference.kt")
public void testOnReference() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/onReference.kt");
}
@Test
@TestMetadata("onType.kt")
public void testOnType() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/onType.kt");
}
@Test
@TestMetadata("orRight.kt")
public void testOrRight() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/orRight.kt");
}
@Test
@TestMetadata("plainCheck.kt")
public void testPlainCheck() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/plainCheck.kt");
}
@Test
@TestMetadata("require.kt")
public void testRequire() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/require.kt");
}
@Test
@TestMetadata("when.kt")
public void testWhen() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/smartCasts/when.kt");
}
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/contextCollector/typeParameters")
@TestDataPath("$PROJECT_ROOT")
public class TypeParameters {
@Test
public void testAllFilesPresentInTypeParameters() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/contextCollector/typeParameters"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("declaredInClass_fromContextReceiver.kt")
public void testDeclaredInClass_fromContextReceiver() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeParameters/declaredInClass_fromContextReceiver.kt");
}
@Test
@TestMetadata("declaredInClass_fromInner_typeBound.kt")
public void testDeclaredInClass_fromInner_typeBound() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeParameters/declaredInClass_fromInner_typeBound.kt");
}
@Test
@TestMetadata("declaredInClass_fromInner_typeRefInMember.kt")
public void testDeclaredInClass_fromInner_typeRefInMember() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeParameters/declaredInClass_fromInner_typeRefInMember.kt");
}
@Test
@TestMetadata("declaredInClass_fromNested_typeBound.kt")
public void testDeclaredInClass_fromNested_typeBound() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeParameters/declaredInClass_fromNested_typeBound.kt");
}
@Test
@TestMetadata("declaredInClass_fromNested_typeRefInMember.kt")
public void testDeclaredInClass_fromNested_typeRefInMember() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeParameters/declaredInClass_fromNested_typeRefInMember.kt");
}
@Test
@TestMetadata("declaredInClass_fromSuperType.kt")
public void testDeclaredInClass_fromSuperType() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeParameters/declaredInClass_fromSuperType.kt");
}
@Test
@TestMetadata("declaredInClass_fromTypeBound.kt")
public void testDeclaredInClass_fromTypeBound() throws Exception {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeParameters/declaredInClass_fromTypeBound.kt");
}
@Test
@TestMetadata("declaredInClass_fromTypeBound.kt")
public void testDeclaredInClass_fromTypeBound() {
runTest("analysis/low-level-api-fir/testData/contextCollector/typeParameters/declaredInClass_fromTypeBound.kt");
}
}
}
@@ -19,92 +19,92 @@ import java.util.regex.Pattern;
@TestMetadata("compiler/fir/raw-fir/psi2fir/testData/rawBuilder")
@TestDataPath("$PROJECT_ROOT")
public class FirScriptLazyBodiesCalculatorTestGenerated extends AbstractFirScriptLazyBodiesCalculatorTest {
@Test
public void testAllFilesPresentInRawBuilder() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/raw-fir/psi2fir/testData/rawBuilder"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Nested
@TestMetadata("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations")
@TestDataPath("$PROJECT_ROOT")
public class Declarations {
@Test
public void testAllFilesPresentInRawBuilder() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/raw-fir/psi2fir/testData/rawBuilder"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
public void testAllFilesPresentInDeclarations() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
@TestMetadata("script.kts")
public void testScript() {
runTest("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/script.kts");
}
@Test
@TestMetadata("scriptLevelDestructuringWithAnnotation.kts")
public void testScriptLevelDestructuringWithAnnotation() {
runTest("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/scriptLevelDestructuringWithAnnotation.kts");
}
@Test
@TestMetadata("scriptStatementLevelDestructuringWithAnnotation.kts")
public void testScriptStatementLevelDestructuringWithAnnotation() {
runTest("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/scriptStatementLevelDestructuringWithAnnotation.kts");
}
@Test
@TestMetadata("scriptStatementLevelDestructuringWithAnnotationAsLastStatement.kts")
public void testScriptStatementLevelDestructuringWithAnnotationAsLastStatement() {
runTest("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/scriptStatementLevelDestructuringWithAnnotationAsLastStatement.kts");
}
@Nested
@TestMetadata("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations")
@TestMetadata("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/contracts")
@TestDataPath("$PROJECT_ROOT")
public class Declarations {
public class Contracts {
@Test
public void testAllFilesPresentInContracts() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/contracts"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Nested
@TestMetadata("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/contracts/newSyntax")
@TestDataPath("$PROJECT_ROOT")
public class NewSyntax {
@Test
public void testAllFilesPresentInDeclarations() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
public void testAllFilesPresentInNewSyntax() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/contracts/newSyntax"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
}
@Nested
@TestMetadata("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/contracts/oldSyntax")
@TestDataPath("$PROJECT_ROOT")
public class OldSyntax {
@Test
@TestMetadata("script.kts")
public void testScript() throws Exception {
runTest("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/script.kts");
}
@Test
@TestMetadata("scriptLevelDestructuringWithAnnotation.kts")
public void testScriptLevelDestructuringWithAnnotation() throws Exception {
runTest("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/scriptLevelDestructuringWithAnnotation.kts");
}
@Test
@TestMetadata("scriptStatementLevelDestructuringWithAnnotation.kts")
public void testScriptStatementLevelDestructuringWithAnnotation() throws Exception {
runTest("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/scriptStatementLevelDestructuringWithAnnotation.kts");
}
@Test
@TestMetadata("scriptStatementLevelDestructuringWithAnnotationAsLastStatement.kts")
public void testScriptStatementLevelDestructuringWithAnnotationAsLastStatement() throws Exception {
runTest("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/scriptStatementLevelDestructuringWithAnnotationAsLastStatement.kts");
}
@Nested
@TestMetadata("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/contracts")
@TestDataPath("$PROJECT_ROOT")
public class Contracts {
@Test
public void testAllFilesPresentInContracts() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/contracts"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Nested
@TestMetadata("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/contracts/newSyntax")
@TestDataPath("$PROJECT_ROOT")
public class NewSyntax {
@Test
public void testAllFilesPresentInNewSyntax() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/contracts/newSyntax"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
}
@Nested
@TestMetadata("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/contracts/oldSyntax")
@TestDataPath("$PROJECT_ROOT")
public class OldSyntax {
@Test
public void testAllFilesPresentInOldSyntax() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/contracts/oldSyntax"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
}
}
@Nested
@TestMetadata("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/noParameterType")
@TestDataPath("$PROJECT_ROOT")
public class NoParameterType {
@Test
public void testAllFilesPresentInNoParameterType() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/noParameterType"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
public void testAllFilesPresentInOldSyntax() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/contracts/oldSyntax"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
}
}
@Nested
@TestMetadata("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions")
@TestMetadata("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/noParameterType")
@TestDataPath("$PROJECT_ROOT")
public class Expressions {
@Test
public void testAllFilesPresentInExpressions() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
public class NoParameterType {
@Test
public void testAllFilesPresentInNoParameterType() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/noParameterType"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
}
}
@Nested
@TestMetadata("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions")
@TestDataPath("$PROJECT_ROOT")
public class Expressions {
@Test
public void testAllFilesPresentInExpressions() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/raw-fir/psi2fir/testData/rawBuilder/expressions"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
}
}
@@ -19,208 +19,208 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/getOrBuildFirBinary")
@TestDataPath("$PROJECT_ROOT")
public class LibraryGetOrBuildFirTestGenerated extends AbstractLibraryGetOrBuildFirTest {
@Test
public void testAllFilesPresentInGetOrBuildFirBinary() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/getOrBuildFirBinary"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
@TestMetadata("dataClass.kt")
public void testDataClass() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/dataClass.kt");
}
@Test
@TestMetadata("delegate.kt")
public void testDelegate() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/delegate.kt");
}
@Test
@TestMetadata("enumEntry.kt")
public void testEnumEntry() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/enumEntry.kt");
}
@Test
@TestMetadata("functionWithDefinitelyNotNullParameter.kt")
public void testFunctionWithDefinitelyNotNullParameter() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/functionWithDefinitelyNotNullParameter.kt");
}
@Test
@TestMetadata("parameter.kt")
public void testParameter() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/parameter.kt");
}
@Test
@TestMetadata("secondaryConstructor.kt")
public void testSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/secondaryConstructor.kt");
}
@Test
@TestMetadata("simpleClass.kt")
public void testSimpleClass() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/simpleClass.kt");
}
@Test
@TestMetadata("simpleConstructor.kt")
public void testSimpleConstructor() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/simpleConstructor.kt");
}
@Test
@TestMetadata("simpleFunction.kt")
public void testSimpleFunction() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/simpleFunction.kt");
}
@Test
@TestMetadata("simpleProperty.kt")
public void testSimpleProperty() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/simpleProperty.kt");
}
@Test
@TestMetadata("topLevelFunction.kt")
public void testTopLevelFunction() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/topLevelFunction.kt");
}
@Test
@TestMetadata("typeParameter.kt")
public void testTypeParameter() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/typeParameter.kt");
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js")
@TestDataPath("$PROJECT_ROOT")
public class Js {
@Test
public void testAllFilesPresentInGetOrBuildFirBinary() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/getOrBuildFirBinary"), Pattern.compile("^(.+)\\.kt$"), null, true);
public void testAllFilesPresentInJs() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
@TestMetadata("dataClass.kt")
public void testDataClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/dataClass.kt");
@TestMetadata("classAnnotation.kt")
public void testClassAnnotation() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/classAnnotation.kt");
}
@Test
@TestMetadata("delegate.kt")
public void testDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/delegate.kt");
@TestMetadata("constructorAnnotation.kt")
public void testConstructorAnnotation() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/constructorAnnotation.kt");
}
@Test
@TestMetadata("enumEntry.kt")
public void testEnumEntry() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/enumEntry.kt");
@TestMetadata("dynamic.kt")
public void testDynamic() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/dynamic.kt");
}
@Test
@TestMetadata("functionWithDefinitelyNotNullParameter.kt")
public void testFunctionWithDefinitelyNotNullParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/functionWithDefinitelyNotNullParameter.kt");
@TestMetadata("enumAnnotation.kt")
public void testEnumAnnotation() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/enumAnnotation.kt");
}
@Test
@TestMetadata("parameter.kt")
public void testParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/parameter.kt");
@TestMetadata("fileJsModule.kt")
public void testFileJsModule() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/fileJsModule.kt");
}
@Test
@TestMetadata("secondaryConstructor.kt")
public void testSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/secondaryConstructor.kt");
@TestMetadata("functionAnnotation.kt")
public void testFunctionAnnotation() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/functionAnnotation.kt");
}
@Test
@TestMetadata("simpleClass.kt")
public void testSimpleClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/simpleClass.kt");
@TestMetadata("jQueryExample.kt")
public void testJQueryExample() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/jQueryExample.kt");
}
@Test
@TestMetadata("simpleConstructor.kt")
public void testSimpleConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/simpleConstructor.kt");
@TestMetadata("parameterAnnotation.kt")
public void testParameterAnnotation() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/parameterAnnotation.kt");
}
@Test
@TestMetadata("simpleFunction.kt")
public void testSimpleFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/simpleFunction.kt");
@TestMetadata("propertyAnnotation.kt")
public void testPropertyAnnotation() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/propertyAnnotation.kt");
}
@Test
@TestMetadata("simpleProperty.kt")
public void testSimpleProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/simpleProperty.kt");
@TestMetadata("typeAnnotation.kt")
public void testTypeAnnotation() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/typeAnnotation.kt");
}
@Test
@TestMetadata("topLevelFunction.kt")
public void testTopLevelFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/topLevelFunction.kt");
@TestMetadata("typeParameterAnnotation.kt")
public void testTypeParameterAnnotation() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/typeParameterAnnotation.kt");
}
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/getOrBuildFirBinary/publishedApi")
@TestDataPath("$PROJECT_ROOT")
public class PublishedApi {
@Test
public void testAllFilesPresentInPublishedApi() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/getOrBuildFirBinary/publishedApi"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
@TestMetadata("typeParameter.kt")
public void testTypeParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/typeParameter.kt");
@TestMetadata("publishedApiClass.kt")
public void testPublishedApiClass() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/publishedApi/publishedApiClass.kt");
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js")
@TestDataPath("$PROJECT_ROOT")
public class Js {
@Test
public void testAllFilesPresentInJs() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
@TestMetadata("classAnnotation.kt")
public void testClassAnnotation() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/classAnnotation.kt");
}
@Test
@TestMetadata("constructorAnnotation.kt")
public void testConstructorAnnotation() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/constructorAnnotation.kt");
}
@Test
@TestMetadata("dynamic.kt")
public void testDynamic() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/dynamic.kt");
}
@Test
@TestMetadata("enumAnnotation.kt")
public void testEnumAnnotation() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/enumAnnotation.kt");
}
@Test
@TestMetadata("fileJsModule.kt")
public void testFileJsModule() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/fileJsModule.kt");
}
@Test
@TestMetadata("functionAnnotation.kt")
public void testFunctionAnnotation() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/functionAnnotation.kt");
}
@Test
@TestMetadata("jQueryExample.kt")
public void testJQueryExample() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/jQueryExample.kt");
}
@Test
@TestMetadata("parameterAnnotation.kt")
public void testParameterAnnotation() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/parameterAnnotation.kt");
}
@Test
@TestMetadata("propertyAnnotation.kt")
public void testPropertyAnnotation() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/propertyAnnotation.kt");
}
@Test
@TestMetadata("typeAnnotation.kt")
public void testTypeAnnotation() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/typeAnnotation.kt");
}
@Test
@TestMetadata("typeParameterAnnotation.kt")
public void testTypeParameterAnnotation() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/js/typeParameterAnnotation.kt");
}
@Test
@TestMetadata("publishedApiConstructor.kt")
public void testPublishedApiConstructor() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/publishedApi/publishedApiConstructor.kt");
}
@Nested
@TestMetadata("analysis/low-level-api-fir/testData/getOrBuildFirBinary/publishedApi")
@TestDataPath("$PROJECT_ROOT")
public class PublishedApi {
@Test
public void testAllFilesPresentInPublishedApi() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/getOrBuildFirBinary/publishedApi"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
@TestMetadata("publishedApiClass.kt")
public void testPublishedApiClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/publishedApi/publishedApiClass.kt");
}
@Test
@TestMetadata("publishedApiConstructor.kt")
public void testPublishedApiConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/publishedApi/publishedApiConstructor.kt");
}
@Test
@TestMetadata("publishedApiFunction.kt")
public void testPublishedApiFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/publishedApi/publishedApiFunction.kt");
}
@Test
@TestMetadata("publishedApiPrimaryConstructor.kt")
public void testPublishedApiPrimaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/publishedApi/publishedApiPrimaryConstructor.kt");
}
@Test
@TestMetadata("publishedApiProperty.kt")
public void testPublishedApiProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/publishedApi/publishedApiProperty.kt");
}
@Test
@TestMetadata("publishedApiPropertyGetter.kt")
public void testPublishedApiPropertyGetter() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/publishedApi/publishedApiPropertyGetter.kt");
}
@Test
@TestMetadata("publishedApiPropertySetter.kt")
public void testPublishedApiPropertySetter() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/publishedApi/publishedApiPropertySetter.kt");
}
@Test
@TestMetadata("publishedApiFunction.kt")
public void testPublishedApiFunction() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/publishedApi/publishedApiFunction.kt");
}
@Test
@TestMetadata("publishedApiPrimaryConstructor.kt")
public void testPublishedApiPrimaryConstructor() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/publishedApi/publishedApiPrimaryConstructor.kt");
}
@Test
@TestMetadata("publishedApiProperty.kt")
public void testPublishedApiProperty() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/publishedApi/publishedApiProperty.kt");
}
@Test
@TestMetadata("publishedApiPropertyGetter.kt")
public void testPublishedApiPropertyGetter() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/publishedApi/publishedApiPropertyGetter.kt");
}
@Test
@TestMetadata("publishedApiPropertySetter.kt")
public void testPublishedApiPropertySetter() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirBinary/publishedApi/publishedApiPropertySetter.kt");
}
}
}
@@ -19,50 +19,50 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/partialRawBuilder")
@TestDataPath("$PROJECT_ROOT")
public class OutOfContentRootPartialRawFirBuilderTestCaseGenerated extends AbstractOutOfContentRootPartialRawFirBuilderTestCase {
@Test
public void testAllFilesPresentInPartialRawBuilder() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/partialRawBuilder"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
public void testAllFilesPresentInPartialRawBuilder() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/partialRawBuilder"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
@TestMetadata("localFunction.kt")
public void testLocalFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/localFunction.kt");
}
@Test
@TestMetadata("localFunction.kt")
public void testLocalFunction() {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/localFunction.kt");
}
@Test
@TestMetadata("memberFunction.kt")
public void testMemberFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/memberFunction.kt");
}
@Test
@TestMetadata("memberFunction.kt")
public void testMemberFunction() {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/memberFunction.kt");
}
@Test
@TestMetadata("memberProperty.kt")
public void testMemberProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/memberProperty.kt");
}
@Test
@TestMetadata("memberProperty.kt")
public void testMemberProperty() {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/memberProperty.kt");
}
@Test
@TestMetadata("paramemtersCatching.kt")
public void testParamemtersCatching() throws Exception {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/paramemtersCatching.kt");
}
@Test
@TestMetadata("paramemtersCatching.kt")
public void testParamemtersCatching() {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/paramemtersCatching.kt");
}
@Test
@TestMetadata("simpleFunction.kt")
public void testSimpleFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/simpleFunction.kt");
}
@Test
@TestMetadata("simpleFunction.kt")
public void testSimpleFunction() {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/simpleFunction.kt");
}
@Test
@TestMetadata("simpleVal.kt")
public void testSimpleVal() throws Exception {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/simpleVal.kt");
}
@Test
@TestMetadata("simpleVal.kt")
public void testSimpleVal() {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/simpleVal.kt");
}
@Test
@TestMetadata("simpleVar.kt")
public void testSimpleVar() throws Exception {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/simpleVar.kt");
}
@Test
@TestMetadata("simpleVar.kt")
public void testSimpleVar() {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/simpleVar.kt");
}
}
@@ -19,44 +19,44 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/classId")
@TestDataPath("$PROJECT_ROOT")
public class ScriptClassIdConsistencyTestGenerated extends AbstractScriptClassIdConsistencyTest {
@Test
public void testAllFilesPresentInClassId() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/classId"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
public void testAllFilesPresentInClassId() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/classId"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
@TestMetadata("classWithMembers.kts")
public void testClassWithMembers() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/classWithMembers.kts");
}
@Test
@TestMetadata("classWithMembers.kts")
public void testClassWithMembers() {
runTest("analysis/low-level-api-fir/testData/classId/classWithMembers.kts");
}
@Test
@TestMetadata("classWithMembersWithPackage.kts")
public void testClassWithMembersWithPackage() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/classWithMembersWithPackage.kts");
}
@Test
@TestMetadata("classWithMembersWithPackage.kts")
public void testClassWithMembersWithPackage() {
runTest("analysis/low-level-api-fir/testData/classId/classWithMembersWithPackage.kts");
}
@Test
@TestMetadata("enum.kts")
public void testEnum() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/enum.kts");
}
@Test
@TestMetadata("enum.kts")
public void testEnum() {
runTest("analysis/low-level-api-fir/testData/classId/enum.kts");
}
@Test
@TestMetadata("enumEntry.kts")
public void testEnumEntry() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/enumEntry.kts");
}
@Test
@TestMetadata("enumEntry.kts")
public void testEnumEntry() {
runTest("analysis/low-level-api-fir/testData/classId/enumEntry.kts");
}
@Test
@TestMetadata("namelessClasses.kts")
public void testNamelessClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/namelessClasses.kts");
}
@Test
@TestMetadata("namelessClasses.kts")
public void testNamelessClasses() {
runTest("analysis/low-level-api-fir/testData/classId/namelessClasses.kts");
}
@Test
@TestMetadata("namelessInsideNamelessClasses.kts")
public void testNamelessInsideNamelessClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/namelessInsideNamelessClasses.kts");
}
@Test
@TestMetadata("namelessInsideNamelessClasses.kts")
public void testNamelessInsideNamelessClasses() {
runTest("analysis/low-level-api-fir/testData/classId/namelessInsideNamelessClasses.kts");
}
}
@@ -19,44 +19,44 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/classId")
@TestDataPath("$PROJECT_ROOT")
public class ScriptClassIdTestGenerated extends AbstractScriptClassIdTest {
@Test
public void testAllFilesPresentInClassId() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/classId"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
public void testAllFilesPresentInClassId() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/classId"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
@TestMetadata("classWithMembers.kts")
public void testClassWithMembers() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/classWithMembers.kts");
}
@Test
@TestMetadata("classWithMembers.kts")
public void testClassWithMembers() {
runTest("analysis/low-level-api-fir/testData/classId/classWithMembers.kts");
}
@Test
@TestMetadata("classWithMembersWithPackage.kts")
public void testClassWithMembersWithPackage() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/classWithMembersWithPackage.kts");
}
@Test
@TestMetadata("classWithMembersWithPackage.kts")
public void testClassWithMembersWithPackage() {
runTest("analysis/low-level-api-fir/testData/classId/classWithMembersWithPackage.kts");
}
@Test
@TestMetadata("enum.kts")
public void testEnum() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/enum.kts");
}
@Test
@TestMetadata("enum.kts")
public void testEnum() {
runTest("analysis/low-level-api-fir/testData/classId/enum.kts");
}
@Test
@TestMetadata("enumEntry.kts")
public void testEnumEntry() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/enumEntry.kts");
}
@Test
@TestMetadata("enumEntry.kts")
public void testEnumEntry() {
runTest("analysis/low-level-api-fir/testData/classId/enumEntry.kts");
}
@Test
@TestMetadata("namelessClasses.kts")
public void testNamelessClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/namelessClasses.kts");
}
@Test
@TestMetadata("namelessClasses.kts")
public void testNamelessClasses() {
runTest("analysis/low-level-api-fir/testData/classId/namelessClasses.kts");
}
@Test
@TestMetadata("namelessInsideNamelessClasses.kts")
public void testNamelessInsideNamelessClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/namelessInsideNamelessClasses.kts");
}
@Test
@TestMetadata("namelessInsideNamelessClasses.kts")
public void testNamelessInsideNamelessClasses() {
runTest("analysis/low-level-api-fir/testData/classId/namelessInsideNamelessClasses.kts");
}
}
@@ -19,14 +19,14 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/fileBasedDeclarationProvider")
@TestDataPath("$PROJECT_ROOT")
public class ScriptFileBasedKotlinDeclarationProviderTestGenerated extends AbstractScriptFileBasedKotlinDeclarationProviderTest {
@Test
public void testAllFilesPresentInFileBasedDeclarationProvider() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileBasedDeclarationProvider"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
public void testAllFilesPresentInFileBasedDeclarationProvider() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileBasedDeclarationProvider"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
@TestMetadata("script.kts")
public void testScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileBasedDeclarationProvider/script.kts");
}
@Test
@TestMetadata("script.kts")
public void testScript() {
runTest("analysis/low-level-api-fir/testData/fileBasedDeclarationProvider/script.kts");
}
}
@@ -19,32 +19,32 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors")
@TestDataPath("$PROJECT_ROOT")
public class ScriptNonLocalDeclarationAnchorTestGenerated extends AbstractScriptNonLocalDeclarationAnchorTest {
@Test
public void testAllFilesPresentInNonLocalDeclarationAnchors() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
public void testAllFilesPresentInNonLocalDeclarationAnchors() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
@TestMetadata("classWithMembersScript.kts")
public void testClassWithMembersScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/classWithMembersScript.kts");
}
@Test
@TestMetadata("classWithMembersScript.kts")
public void testClassWithMembersScript() {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/classWithMembersScript.kts");
}
@Test
@TestMetadata("classWithMembersWithPackage.kts")
public void testClassWithMembersWithPackage() throws Exception {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/classWithMembersWithPackage.kts");
}
@Test
@TestMetadata("classWithMembersWithPackage.kts")
public void testClassWithMembersWithPackage() {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/classWithMembersWithPackage.kts");
}
@Test
@TestMetadata("statements.kts")
public void testStatements() throws Exception {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/statements.kts");
}
@Test
@TestMetadata("statements.kts")
public void testStatements() {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/statements.kts");
}
@Test
@TestMetadata("topLevelFor.kts")
public void testTopLevelFor() throws Exception {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/topLevelFor.kts");
}
@Test
@TestMetadata("topLevelFor.kts")
public void testTopLevelFor() {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/topLevelFor.kts");
}
}
@@ -19,62 +19,62 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/classId")
@TestDataPath("$PROJECT_ROOT")
public class SourceClassIdConsistencyTestGenerated extends AbstractSourceClassIdConsistencyTest {
@Test
public void testAllFilesPresentInClassId() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/classId"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
public void testAllFilesPresentInClassId() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/classId"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("classWithMembers.kt")
public void testClassWithMembers() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/classWithMembers.kt");
}
@Test
@TestMetadata("classWithMembers.kt")
public void testClassWithMembers() {
runTest("analysis/low-level-api-fir/testData/classId/classWithMembers.kt");
}
@Test
@TestMetadata("enum.kt")
public void testEnum() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/enum.kt");
}
@Test
@TestMetadata("enum.kt")
public void testEnum() {
runTest("analysis/low-level-api-fir/testData/classId/enum.kt");
}
@Test
@TestMetadata("enumEntry.kt")
public void testEnumEntry() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/enumEntry.kt");
}
@Test
@TestMetadata("enumEntry.kt")
public void testEnumEntry() {
runTest("analysis/low-level-api-fir/testData/classId/enumEntry.kt");
}
@Test
@TestMetadata("invalidForJvmClassName.kt")
public void testInvalidForJvmClassName() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/invalidForJvmClassName.kt");
}
@Test
@TestMetadata("invalidForJvmClassName.kt")
public void testInvalidForJvmClassName() {
runTest("analysis/low-level-api-fir/testData/classId/invalidForJvmClassName.kt");
}
@Test
@TestMetadata("localClassInsideFunctionLiteral.kt")
public void testLocalClassInsideFunctionLiteral() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/localClassInsideFunctionLiteral.kt");
}
@Test
@TestMetadata("localClassInsideFunctionLiteral.kt")
public void testLocalClassInsideFunctionLiteral() {
runTest("analysis/low-level-api-fir/testData/classId/localClassInsideFunctionLiteral.kt");
}
@Test
@TestMetadata("localClassInsideLambdaCallInsideStringTemplate.kt")
public void testLocalClassInsideLambdaCallInsideStringTemplate() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/localClassInsideLambdaCallInsideStringTemplate.kt");
}
@Test
@TestMetadata("localClassInsideLambdaCallInsideStringTemplate.kt")
public void testLocalClassInsideLambdaCallInsideStringTemplate() {
runTest("analysis/low-level-api-fir/testData/classId/localClassInsideLambdaCallInsideStringTemplate.kt");
}
@Test
@TestMetadata("localClassInsideSuperEntryCall.kt")
public void testLocalClassInsideSuperEntryCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/localClassInsideSuperEntryCall.kt");
}
@Test
@TestMetadata("localClassInsideSuperEntryCall.kt")
public void testLocalClassInsideSuperEntryCall() {
runTest("analysis/low-level-api-fir/testData/classId/localClassInsideSuperEntryCall.kt");
}
@Test
@TestMetadata("namelessClasses.kt")
public void testNamelessClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/namelessClasses.kt");
}
@Test
@TestMetadata("namelessClasses.kt")
public void testNamelessClasses() {
runTest("analysis/low-level-api-fir/testData/classId/namelessClasses.kt");
}
@Test
@TestMetadata("namelessInsideNamelessClasses.kt")
public void testNamelessInsideNamelessClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/namelessInsideNamelessClasses.kt");
}
@Test
@TestMetadata("namelessInsideNamelessClasses.kt")
public void testNamelessInsideNamelessClasses() {
runTest("analysis/low-level-api-fir/testData/classId/namelessInsideNamelessClasses.kt");
}
}
@@ -19,62 +19,62 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/classId")
@TestDataPath("$PROJECT_ROOT")
public class SourceClassIdTestGenerated extends AbstractSourceClassIdTest {
@Test
public void testAllFilesPresentInClassId() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/classId"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
public void testAllFilesPresentInClassId() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/classId"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("classWithMembers.kt")
public void testClassWithMembers() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/classWithMembers.kt");
}
@Test
@TestMetadata("classWithMembers.kt")
public void testClassWithMembers() {
runTest("analysis/low-level-api-fir/testData/classId/classWithMembers.kt");
}
@Test
@TestMetadata("enum.kt")
public void testEnum() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/enum.kt");
}
@Test
@TestMetadata("enum.kt")
public void testEnum() {
runTest("analysis/low-level-api-fir/testData/classId/enum.kt");
}
@Test
@TestMetadata("enumEntry.kt")
public void testEnumEntry() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/enumEntry.kt");
}
@Test
@TestMetadata("enumEntry.kt")
public void testEnumEntry() {
runTest("analysis/low-level-api-fir/testData/classId/enumEntry.kt");
}
@Test
@TestMetadata("invalidForJvmClassName.kt")
public void testInvalidForJvmClassName() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/invalidForJvmClassName.kt");
}
@Test
@TestMetadata("invalidForJvmClassName.kt")
public void testInvalidForJvmClassName() {
runTest("analysis/low-level-api-fir/testData/classId/invalidForJvmClassName.kt");
}
@Test
@TestMetadata("localClassInsideFunctionLiteral.kt")
public void testLocalClassInsideFunctionLiteral() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/localClassInsideFunctionLiteral.kt");
}
@Test
@TestMetadata("localClassInsideFunctionLiteral.kt")
public void testLocalClassInsideFunctionLiteral() {
runTest("analysis/low-level-api-fir/testData/classId/localClassInsideFunctionLiteral.kt");
}
@Test
@TestMetadata("localClassInsideLambdaCallInsideStringTemplate.kt")
public void testLocalClassInsideLambdaCallInsideStringTemplate() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/localClassInsideLambdaCallInsideStringTemplate.kt");
}
@Test
@TestMetadata("localClassInsideLambdaCallInsideStringTemplate.kt")
public void testLocalClassInsideLambdaCallInsideStringTemplate() {
runTest("analysis/low-level-api-fir/testData/classId/localClassInsideLambdaCallInsideStringTemplate.kt");
}
@Test
@TestMetadata("localClassInsideSuperEntryCall.kt")
public void testLocalClassInsideSuperEntryCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/localClassInsideSuperEntryCall.kt");
}
@Test
@TestMetadata("localClassInsideSuperEntryCall.kt")
public void testLocalClassInsideSuperEntryCall() {
runTest("analysis/low-level-api-fir/testData/classId/localClassInsideSuperEntryCall.kt");
}
@Test
@TestMetadata("namelessClasses.kt")
public void testNamelessClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/namelessClasses.kt");
}
@Test
@TestMetadata("namelessClasses.kt")
public void testNamelessClasses() {
runTest("analysis/low-level-api-fir/testData/classId/namelessClasses.kt");
}
@Test
@TestMetadata("namelessInsideNamelessClasses.kt")
public void testNamelessInsideNamelessClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/classId/namelessInsideNamelessClasses.kt");
}
@Test
@TestMetadata("namelessInsideNamelessClasses.kt")
public void testNamelessInsideNamelessClasses() {
runTest("analysis/low-level-api-fir/testData/classId/namelessInsideNamelessClasses.kt");
}
}
@@ -19,38 +19,38 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/fileBasedDeclarationProvider")
@TestDataPath("$PROJECT_ROOT")
public class SourceFileBasedKotlinDeclarationProviderTestGenerated extends AbstractSourceFileBasedKotlinDeclarationProviderTest {
@Test
public void testAllFilesPresentInFileBasedDeclarationProvider() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileBasedDeclarationProvider"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
public void testAllFilesPresentInFileBasedDeclarationProvider() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileBasedDeclarationProvider"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("defaultPackage.kt")
public void testDefaultPackage() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileBasedDeclarationProvider/defaultPackage.kt");
}
@Test
@TestMetadata("defaultPackage.kt")
public void testDefaultPackage() {
runTest("analysis/low-level-api-fir/testData/fileBasedDeclarationProvider/defaultPackage.kt");
}
@Test
@TestMetadata("local.kt")
public void testLocal() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileBasedDeclarationProvider/local.kt");
}
@Test
@TestMetadata("local.kt")
public void testLocal() {
runTest("analysis/low-level-api-fir/testData/fileBasedDeclarationProvider/local.kt");
}
@Test
@TestMetadata("nestedTypeAlias.kt")
public void testNestedTypeAlias() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileBasedDeclarationProvider/nestedTypeAlias.kt");
}
@Test
@TestMetadata("nestedTypeAlias.kt")
public void testNestedTypeAlias() {
runTest("analysis/low-level-api-fir/testData/fileBasedDeclarationProvider/nestedTypeAlias.kt");
}
@Test
@TestMetadata("sameNames.kt")
public void testSameNames() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileBasedDeclarationProvider/sameNames.kt");
}
@Test
@TestMetadata("sameNames.kt")
public void testSameNames() {
runTest("analysis/low-level-api-fir/testData/fileBasedDeclarationProvider/sameNames.kt");
}
@Test
@TestMetadata("simple.kt")
public void testSimple() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileBasedDeclarationProvider/simple.kt");
}
@Test
@TestMetadata("simple.kt")
public void testSimple() {
runTest("analysis/low-level-api-fir/testData/fileBasedDeclarationProvider/simple.kt");
}
}
@@ -19,44 +19,44 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors")
@TestDataPath("$PROJECT_ROOT")
public class SourceNonLocalDeclarationAnchorTestGenerated extends AbstractSourceNonLocalDeclarationAnchorTest {
@Test
public void testAllFilesPresentInNonLocalDeclarationAnchors() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
public void testAllFilesPresentInNonLocalDeclarationAnchors() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("classWithMembers.kt")
public void testClassWithMembers() throws Exception {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/classWithMembers.kt");
}
@Test
@TestMetadata("classWithMembers.kt")
public void testClassWithMembers() {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/classWithMembers.kt");
}
@Test
@TestMetadata("localFunctionInsideAnnotationCall.kt")
public void testLocalFunctionInsideAnnotationCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/localFunctionInsideAnnotationCall.kt");
}
@Test
@TestMetadata("localFunctionInsideAnnotationCall.kt")
public void testLocalFunctionInsideAnnotationCall() {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/localFunctionInsideAnnotationCall.kt");
}
@Test
@TestMetadata("localFunctionInsideFunctionLiteral.kt")
public void testLocalFunctionInsideFunctionLiteral() throws Exception {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/localFunctionInsideFunctionLiteral.kt");
}
@Test
@TestMetadata("localFunctionInsideFunctionLiteral.kt")
public void testLocalFunctionInsideFunctionLiteral() {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/localFunctionInsideFunctionLiteral.kt");
}
@Test
@TestMetadata("localFunctionInsideLambdaCallInsideStringTemplate.kt")
public void testLocalFunctionInsideLambdaCallInsideStringTemplate() throws Exception {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/localFunctionInsideLambdaCallInsideStringTemplate.kt");
}
@Test
@TestMetadata("localFunctionInsideLambdaCallInsideStringTemplate.kt")
public void testLocalFunctionInsideLambdaCallInsideStringTemplate() {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/localFunctionInsideLambdaCallInsideStringTemplate.kt");
}
@Test
@TestMetadata("localFunctionInsideStringTemplate.kt")
public void testLocalFunctionInsideStringTemplate() throws Exception {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/localFunctionInsideStringTemplate.kt");
}
@Test
@TestMetadata("localFunctionInsideStringTemplate.kt")
public void testLocalFunctionInsideStringTemplate() {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/localFunctionInsideStringTemplate.kt");
}
@Test
@TestMetadata("localFunctionInsideSuperEntryCall.kt")
public void testLocalFunctionInsideSuperEntryCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/localFunctionInsideSuperEntryCall.kt");
}
@Test
@TestMetadata("localFunctionInsideSuperEntryCall.kt")
public void testLocalFunctionInsideSuperEntryCall() {
runTest("analysis/low-level-api-fir/testData/nonLocalDeclarationAnchors/localFunctionInsideSuperEntryCall.kt");
}
}
@@ -19,50 +19,50 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/partialRawBuilder")
@TestDataPath("$PROJECT_ROOT")
public class SourcePartialRawFirBuilderTestCaseGenerated extends AbstractSourcePartialRawFirBuilderTestCase {
@Test
public void testAllFilesPresentInPartialRawBuilder() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/partialRawBuilder"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
public void testAllFilesPresentInPartialRawBuilder() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/partialRawBuilder"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
@TestMetadata("localFunction.kt")
public void testLocalFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/localFunction.kt");
}
@Test
@TestMetadata("localFunction.kt")
public void testLocalFunction() {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/localFunction.kt");
}
@Test
@TestMetadata("memberFunction.kt")
public void testMemberFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/memberFunction.kt");
}
@Test
@TestMetadata("memberFunction.kt")
public void testMemberFunction() {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/memberFunction.kt");
}
@Test
@TestMetadata("memberProperty.kt")
public void testMemberProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/memberProperty.kt");
}
@Test
@TestMetadata("memberProperty.kt")
public void testMemberProperty() {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/memberProperty.kt");
}
@Test
@TestMetadata("paramemtersCatching.kt")
public void testParamemtersCatching() throws Exception {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/paramemtersCatching.kt");
}
@Test
@TestMetadata("paramemtersCatching.kt")
public void testParamemtersCatching() {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/paramemtersCatching.kt");
}
@Test
@TestMetadata("simpleFunction.kt")
public void testSimpleFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/simpleFunction.kt");
}
@Test
@TestMetadata("simpleFunction.kt")
public void testSimpleFunction() {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/simpleFunction.kt");
}
@Test
@TestMetadata("simpleVal.kt")
public void testSimpleVal() throws Exception {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/simpleVal.kt");
}
@Test
@TestMetadata("simpleVal.kt")
public void testSimpleVal() {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/simpleVal.kt");
}
@Test
@TestMetadata("simpleVar.kt")
public void testSimpleVar() throws Exception {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/simpleVar.kt");
}
@Test
@TestMetadata("simpleVar.kt")
public void testSimpleVar() {
runTest("analysis/low-level-api-fir/testData/partialRawBuilder/simpleVar.kt");
}
}
@@ -19,26 +19,26 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/getOrBuildFirForStdLib")
@TestDataPath("$PROJECT_ROOT")
public class StdLibBasedGetOrBuildFirTestGenerated extends AbstractStdLibBasedGetOrBuildFirTest {
@Test
public void testAllFilesPresentInGetOrBuildFirForStdLib() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/getOrBuildFirForStdLib"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
public void testAllFilesPresentInGetOrBuildFirForStdLib() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/getOrBuildFirForStdLib"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
@TestMetadata("emptyArray.kt")
public void testEmptyArray() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirForStdLib/emptyArray.kt");
}
@Test
@TestMetadata("emptyArray.kt")
public void testEmptyArray() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirForStdLib/emptyArray.kt");
}
@Test
@TestMetadata("flattenArray.kt")
public void testFlattenArray() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirForStdLib/flattenArray.kt");
}
@Test
@TestMetadata("flattenArray.kt")
public void testFlattenArray() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirForStdLib/flattenArray.kt");
}
@Test
@TestMetadata("fromBits.kt")
public void testFromBits() throws Exception {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirForStdLib/fromBits.kt");
}
@Test
@TestMetadata("fromBits.kt")
public void testFromBits() {
runTest("analysis/low-level-api-fir/testData/getOrBuildFirForStdLib/fromBits.kt");
}
}
@@ -19,14 +19,14 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/lazyResolveStdlibSources")
@TestDataPath("$PROJECT_ROOT")
public class StdLibSourcesLazyDeclarationResolveTestGenerated extends AbstractStdLibSourcesLazyDeclarationResolveTest {
@Test
public void testAllFilesPresentInLazyResolveStdlibSources() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/lazyResolveStdlibSources"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
public void testAllFilesPresentInLazyResolveStdlibSources() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/lazyResolveStdlibSources"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
@TestMetadata("wrappedInt.kt")
public void testWrappedInt() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveStdlibSources/wrappedInt.kt");
}
@Test
@TestMetadata("wrappedInt.kt")
public void testWrappedInt() {
runTest("analysis/low-level-api-fir/testData/lazyResolveStdlibSources/wrappedInt.kt");
}
}
@@ -19,398 +19,398 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/fileStructure")
@TestDataPath("$PROJECT_ROOT")
public class FirOutOfContentRootContextCollectionTestGenerated extends AbstractFirOutOfContentRootContextCollectionTest {
@Test
public void testAllFilesPresentInFileStructure() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("annonymousClass.kt")
public void testAnnonymousClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/annonymousClass.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndExplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndExplicitConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndExplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndImplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndImplicitConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndImplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSingleSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt");
}
@Test
@TestMetadata("class.kt")
public void testClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/class.kt");
}
@Test
@TestMetadata("class2.kt")
public void testClass2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/class2.kt");
}
@Test
@TestMetadata("classMemberProperty.kt")
public void testClassMemberProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberProperty.kt");
}
@Test
@TestMetadata("constructorParameter.kt")
public void testConstructorParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter.kt");
}
@Test
@TestMetadata("constructorParameter2.kt")
public void testConstructorParameter2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter2.kt");
}
@Test
@TestMetadata("constructorParameterWithAnnotations.kt")
public void testConstructorParameterWithAnnotations() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameterWithAnnotations.kt");
}
@Test
@TestMetadata("constructors.kt")
public void testConstructors() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructors.kt");
}
@Test
@TestMetadata("danglingAnnotationClassLevel.kt")
public void testDanglingAnnotationClassLevel() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevel.kt");
}
@Test
@TestMetadata("danglingAnnotationInMiddle.kt")
public void testDanglingAnnotationInMiddle() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationInMiddle.kt");
}
@Test
@TestMetadata("danglingAnnotationTopLevel.kt")
public void testDanglingAnnotationTopLevel() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationTopLevel.kt");
}
@Test
@TestMetadata("declarationsInPropertyInit.kt")
public void testDeclarationsInPropertyInit() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInit.kt");
}
@Test
@TestMetadata("enum.kt")
public void testEnum() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enum.kt");
}
@Test
@TestMetadata("enumClass.kt")
public void testEnumClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClass.kt");
}
@Test
@TestMetadata("enumClassWithBody.kt")
public void testEnumClassWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBody.kt");
}
@Test
@TestMetadata("funWithoutTypes.kt")
public void testFunWithoutTypes() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/funWithoutTypes.kt");
}
@Test
@TestMetadata("functionValueParameter.kt")
public void testFunctionValueParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionValueParameter.kt");
}
@Test
@TestMetadata("functionWithImplicitType.kt")
public void testFunctionWithImplicitType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitType.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInside.kt")
public void testFunctionWithImplicitTypeAndFunctionInside() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInside.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClass.kt")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClass.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInside.kt")
public void testFunctionWithImplicitTypeAndPropertyInside() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInside.kt");
}
@Test
@TestMetadata("functionalType.kt")
public void testFunctionalType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionalType.kt");
}
@Test
@TestMetadata("initBlock.kt")
public void testInitBlock() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlock.kt");
}
@Test
@TestMetadata("lambda.kt")
public void testLambda() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambda.kt");
}
@Test
@TestMetadata("lambdaInImplicitFunBody.kt")
public void testLambdaInImplicitFunBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitFunBody.kt");
}
@Test
@TestMetadata("lambdaInImplicitPropertyBody.kt")
public void testLambdaInImplicitPropertyBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitPropertyBody.kt");
}
@Test
@TestMetadata("lambdasInWithBodyFunction.kt")
public void testLambdasInWithBodyFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdasInWithBodyFunction.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass.kt");
}
@Test
@TestMetadata("localClass2.kt")
public void testLocalClass2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass2.kt");
}
@Test
@TestMetadata("localDeclarationsInAccessor.kt")
public void testLocalDeclarationsInAccessor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localDeclarationsInAccessor.kt");
}
@Test
@TestMetadata("localFun.kt")
public void testLocalFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFun.kt");
}
@Test
@TestMetadata("localFunctionWithImplicitType.kt")
public void testLocalFunctionWithImplicitType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunctionWithImplicitType.kt");
}
@Test
@TestMetadata("localProperty.kt")
public void testLocalProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localProperty.kt");
}
@Test
@TestMetadata("localUnitFunction.kt")
public void testLocalUnitFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localUnitFunction.kt");
}
@Test
@TestMetadata("memberFunctions.kt")
public void testMemberFunctions() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberFunctions.kt");
}
@Test
@TestMetadata("memberProperties.kt")
public void testMemberProperties() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberProperties.kt");
}
@Test
@TestMetadata("memberTypeAlias.kt")
public void testMemberTypeAlias() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAlias.kt");
}
@Test
@TestMetadata("multipleTopLevelClasses.kt")
public void testMultipleTopLevelClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelClasses.kt");
}
@Test
@TestMetadata("multipleTopLevelFunctionsWithImplicitTypes.kt")
public void testMultipleTopLevelFunctionsWithImplicitTypes() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelFunctionsWithImplicitTypes.kt");
}
@Test
@TestMetadata("multipleTopLevelUnitFunctions.kt")
public void testMultipleTopLevelUnitFunctions() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelUnitFunctions.kt");
}
@Test
@TestMetadata("nestedClases.kt")
public void testNestedClases() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClases.kt");
}
@Test
@TestMetadata("nestedClasesWithFun.kt")
public void testNestedClasesWithFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasesWithFun.kt");
}
@Test
@TestMetadata("nestedClasses.kt")
public void testNestedClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasses.kt");
}
@Test
@TestMetadata("propertyAccessors.kt")
public void testPropertyAccessors() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessors.kt");
}
@Test
@TestMetadata("propertyWithGetterAndSetter.kt")
public void testPropertyWithGetterAndSetter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithGetterAndSetter.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithSetter.kt")
public void testPropertyWithSetter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithSetter.kt");
}
@Test
@TestMetadata("qualifiedCallInsideSuperCall.kt")
public void testQualifiedCallInsideSuperCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/qualifiedCallInsideSuperCall.kt");
}
@Test
@TestMetadata("secondaryConstructor.kt")
public void testSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondaryConstructor.kt");
}
@Test
@TestMetadata("superCallAnnotation.kt")
public void testSuperCallAnnotation() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation.kt");
}
@Test
@TestMetadata("superCallAnnotation2.kt")
public void testSuperCallAnnotation2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation2.kt");
}
@Test
@TestMetadata("superClassCall.kt")
public void testSuperClassCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCall.kt");
}
@Test
@TestMetadata("superType.kt")
public void testSuperType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithType.kt")
public void testTopLevelExpressionBodyFunWithType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutType.kt")
public void testTopLevelExpressionBodyFunWithoutType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutType.kt");
}
@Test
@TestMetadata("topLevelFunWithType.kt")
public void testTopLevelFunWithType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithType.kt");
}
@Test
@TestMetadata("topLevelProperty.kt")
public void testTopLevelProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelUnitFun.kt")
public void testTopLevelUnitFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFun.kt");
}
@Test
@TestMetadata("typeAlias.kt")
public void testTypeAlias() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/typeAlias.kt");
}
@Test
@TestMetadata("withoutName.kt")
public void testWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutName.kt");
}
@Test
public void testAllFilesPresentInFileStructure() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("annonymousClass.kt")
public void testAnnonymousClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/annonymousClass.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndExplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndExplicitConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndExplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndImplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndImplicitConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndImplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSingleSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt");
}
@Test
@TestMetadata("class.kt")
public void testClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/class.kt");
}
@Test
@TestMetadata("class2.kt")
public void testClass2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/class2.kt");
}
@Test
@TestMetadata("classMemberProperty.kt")
public void testClassMemberProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberProperty.kt");
}
@Test
@TestMetadata("constructorParameter.kt")
public void testConstructorParameter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter.kt");
}
@Test
@TestMetadata("constructorParameter2.kt")
public void testConstructorParameter2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter2.kt");
}
@Test
@TestMetadata("constructorParameterWithAnnotations.kt")
public void testConstructorParameterWithAnnotations() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameterWithAnnotations.kt");
}
@Test
@TestMetadata("constructors.kt")
public void testConstructors() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructors.kt");
}
@Test
@TestMetadata("danglingAnnotationClassLevel.kt")
public void testDanglingAnnotationClassLevel() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevel.kt");
}
@Test
@TestMetadata("danglingAnnotationInMiddle.kt")
public void testDanglingAnnotationInMiddle() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationInMiddle.kt");
}
@Test
@TestMetadata("danglingAnnotationTopLevel.kt")
public void testDanglingAnnotationTopLevel() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationTopLevel.kt");
}
@Test
@TestMetadata("declarationsInPropertyInit.kt")
public void testDeclarationsInPropertyInit() {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInit.kt");
}
@Test
@TestMetadata("enum.kt")
public void testEnum() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enum.kt");
}
@Test
@TestMetadata("enumClass.kt")
public void testEnumClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClass.kt");
}
@Test
@TestMetadata("enumClassWithBody.kt")
public void testEnumClassWithBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBody.kt");
}
@Test
@TestMetadata("funWithoutTypes.kt")
public void testFunWithoutTypes() {
runTest("analysis/low-level-api-fir/testData/fileStructure/funWithoutTypes.kt");
}
@Test
@TestMetadata("functionValueParameter.kt")
public void testFunctionValueParameter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionValueParameter.kt");
}
@Test
@TestMetadata("functionWithImplicitType.kt")
public void testFunctionWithImplicitType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitType.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInside.kt")
public void testFunctionWithImplicitTypeAndFunctionInside() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInside.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClass.kt")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClass.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInside.kt")
public void testFunctionWithImplicitTypeAndPropertyInside() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInside.kt");
}
@Test
@TestMetadata("functionalType.kt")
public void testFunctionalType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionalType.kt");
}
@Test
@TestMetadata("initBlock.kt")
public void testInitBlock() {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlock.kt");
}
@Test
@TestMetadata("lambda.kt")
public void testLambda() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambda.kt");
}
@Test
@TestMetadata("lambdaInImplicitFunBody.kt")
public void testLambdaInImplicitFunBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitFunBody.kt");
}
@Test
@TestMetadata("lambdaInImplicitPropertyBody.kt")
public void testLambdaInImplicitPropertyBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitPropertyBody.kt");
}
@Test
@TestMetadata("lambdasInWithBodyFunction.kt")
public void testLambdasInWithBodyFunction() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdasInWithBodyFunction.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass.kt");
}
@Test
@TestMetadata("localClass2.kt")
public void testLocalClass2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass2.kt");
}
@Test
@TestMetadata("localDeclarationsInAccessor.kt")
public void testLocalDeclarationsInAccessor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localDeclarationsInAccessor.kt");
}
@Test
@TestMetadata("localFun.kt")
public void testLocalFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFun.kt");
}
@Test
@TestMetadata("localFunctionWithImplicitType.kt")
public void testLocalFunctionWithImplicitType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunctionWithImplicitType.kt");
}
@Test
@TestMetadata("localProperty.kt")
public void testLocalProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localProperty.kt");
}
@Test
@TestMetadata("localUnitFunction.kt")
public void testLocalUnitFunction() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localUnitFunction.kt");
}
@Test
@TestMetadata("memberFunctions.kt")
public void testMemberFunctions() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberFunctions.kt");
}
@Test
@TestMetadata("memberProperties.kt")
public void testMemberProperties() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberProperties.kt");
}
@Test
@TestMetadata("memberTypeAlias.kt")
public void testMemberTypeAlias() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAlias.kt");
}
@Test
@TestMetadata("multipleTopLevelClasses.kt")
public void testMultipleTopLevelClasses() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelClasses.kt");
}
@Test
@TestMetadata("multipleTopLevelFunctionsWithImplicitTypes.kt")
public void testMultipleTopLevelFunctionsWithImplicitTypes() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelFunctionsWithImplicitTypes.kt");
}
@Test
@TestMetadata("multipleTopLevelUnitFunctions.kt")
public void testMultipleTopLevelUnitFunctions() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelUnitFunctions.kt");
}
@Test
@TestMetadata("nestedClases.kt")
public void testNestedClases() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClases.kt");
}
@Test
@TestMetadata("nestedClasesWithFun.kt")
public void testNestedClasesWithFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasesWithFun.kt");
}
@Test
@TestMetadata("nestedClasses.kt")
public void testNestedClasses() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasses.kt");
}
@Test
@TestMetadata("propertyAccessors.kt")
public void testPropertyAccessors() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessors.kt");
}
@Test
@TestMetadata("propertyWithGetterAndSetter.kt")
public void testPropertyWithGetterAndSetter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithGetterAndSetter.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithSetter.kt")
public void testPropertyWithSetter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithSetter.kt");
}
@Test
@TestMetadata("qualifiedCallInsideSuperCall.kt")
public void testQualifiedCallInsideSuperCall() {
runTest("analysis/low-level-api-fir/testData/fileStructure/qualifiedCallInsideSuperCall.kt");
}
@Test
@TestMetadata("secondaryConstructor.kt")
public void testSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondaryConstructor.kt");
}
@Test
@TestMetadata("superCallAnnotation.kt")
public void testSuperCallAnnotation() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation.kt");
}
@Test
@TestMetadata("superCallAnnotation2.kt")
public void testSuperCallAnnotation2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation2.kt");
}
@Test
@TestMetadata("superClassCall.kt")
public void testSuperClassCall() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCall.kt");
}
@Test
@TestMetadata("superType.kt")
public void testSuperType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithType.kt")
public void testTopLevelExpressionBodyFunWithType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutType.kt")
public void testTopLevelExpressionBodyFunWithoutType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutType.kt");
}
@Test
@TestMetadata("topLevelFunWithType.kt")
public void testTopLevelFunWithType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithType.kt");
}
@Test
@TestMetadata("topLevelProperty.kt")
public void testTopLevelProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelUnitFun.kt")
public void testTopLevelUnitFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFun.kt");
}
@Test
@TestMetadata("typeAlias.kt")
public void testTypeAlias() {
runTest("analysis/low-level-api-fir/testData/fileStructure/typeAlias.kt");
}
@Test
@TestMetadata("withoutName.kt")
public void testWithoutName() {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutName.kt");
}
}
@@ -19,398 +19,398 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/fileStructure")
@TestDataPath("$PROJECT_ROOT")
public class FirSourceContextCollectionTestGenerated extends AbstractFirSourceContextCollectionTest {
@Test
public void testAllFilesPresentInFileStructure() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("annonymousClass.kt")
public void testAnnonymousClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/annonymousClass.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndExplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndExplicitConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndExplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndImplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndImplicitConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndImplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSingleSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt");
}
@Test
@TestMetadata("class.kt")
public void testClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/class.kt");
}
@Test
@TestMetadata("class2.kt")
public void testClass2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/class2.kt");
}
@Test
@TestMetadata("classMemberProperty.kt")
public void testClassMemberProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberProperty.kt");
}
@Test
@TestMetadata("constructorParameter.kt")
public void testConstructorParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter.kt");
}
@Test
@TestMetadata("constructorParameter2.kt")
public void testConstructorParameter2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter2.kt");
}
@Test
@TestMetadata("constructorParameterWithAnnotations.kt")
public void testConstructorParameterWithAnnotations() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameterWithAnnotations.kt");
}
@Test
@TestMetadata("constructors.kt")
public void testConstructors() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructors.kt");
}
@Test
@TestMetadata("danglingAnnotationClassLevel.kt")
public void testDanglingAnnotationClassLevel() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevel.kt");
}
@Test
@TestMetadata("danglingAnnotationInMiddle.kt")
public void testDanglingAnnotationInMiddle() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationInMiddle.kt");
}
@Test
@TestMetadata("danglingAnnotationTopLevel.kt")
public void testDanglingAnnotationTopLevel() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationTopLevel.kt");
}
@Test
@TestMetadata("declarationsInPropertyInit.kt")
public void testDeclarationsInPropertyInit() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInit.kt");
}
@Test
@TestMetadata("enum.kt")
public void testEnum() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enum.kt");
}
@Test
@TestMetadata("enumClass.kt")
public void testEnumClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClass.kt");
}
@Test
@TestMetadata("enumClassWithBody.kt")
public void testEnumClassWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBody.kt");
}
@Test
@TestMetadata("funWithoutTypes.kt")
public void testFunWithoutTypes() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/funWithoutTypes.kt");
}
@Test
@TestMetadata("functionValueParameter.kt")
public void testFunctionValueParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionValueParameter.kt");
}
@Test
@TestMetadata("functionWithImplicitType.kt")
public void testFunctionWithImplicitType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitType.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInside.kt")
public void testFunctionWithImplicitTypeAndFunctionInside() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInside.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClass.kt")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClass.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInside.kt")
public void testFunctionWithImplicitTypeAndPropertyInside() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInside.kt");
}
@Test
@TestMetadata("functionalType.kt")
public void testFunctionalType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionalType.kt");
}
@Test
@TestMetadata("initBlock.kt")
public void testInitBlock() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlock.kt");
}
@Test
@TestMetadata("lambda.kt")
public void testLambda() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambda.kt");
}
@Test
@TestMetadata("lambdaInImplicitFunBody.kt")
public void testLambdaInImplicitFunBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitFunBody.kt");
}
@Test
@TestMetadata("lambdaInImplicitPropertyBody.kt")
public void testLambdaInImplicitPropertyBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitPropertyBody.kt");
}
@Test
@TestMetadata("lambdasInWithBodyFunction.kt")
public void testLambdasInWithBodyFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdasInWithBodyFunction.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass.kt");
}
@Test
@TestMetadata("localClass2.kt")
public void testLocalClass2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass2.kt");
}
@Test
@TestMetadata("localDeclarationsInAccessor.kt")
public void testLocalDeclarationsInAccessor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localDeclarationsInAccessor.kt");
}
@Test
@TestMetadata("localFun.kt")
public void testLocalFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFun.kt");
}
@Test
@TestMetadata("localFunctionWithImplicitType.kt")
public void testLocalFunctionWithImplicitType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunctionWithImplicitType.kt");
}
@Test
@TestMetadata("localProperty.kt")
public void testLocalProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localProperty.kt");
}
@Test
@TestMetadata("localUnitFunction.kt")
public void testLocalUnitFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localUnitFunction.kt");
}
@Test
@TestMetadata("memberFunctions.kt")
public void testMemberFunctions() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberFunctions.kt");
}
@Test
@TestMetadata("memberProperties.kt")
public void testMemberProperties() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberProperties.kt");
}
@Test
@TestMetadata("memberTypeAlias.kt")
public void testMemberTypeAlias() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAlias.kt");
}
@Test
@TestMetadata("multipleTopLevelClasses.kt")
public void testMultipleTopLevelClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelClasses.kt");
}
@Test
@TestMetadata("multipleTopLevelFunctionsWithImplicitTypes.kt")
public void testMultipleTopLevelFunctionsWithImplicitTypes() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelFunctionsWithImplicitTypes.kt");
}
@Test
@TestMetadata("multipleTopLevelUnitFunctions.kt")
public void testMultipleTopLevelUnitFunctions() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelUnitFunctions.kt");
}
@Test
@TestMetadata("nestedClases.kt")
public void testNestedClases() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClases.kt");
}
@Test
@TestMetadata("nestedClasesWithFun.kt")
public void testNestedClasesWithFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasesWithFun.kt");
}
@Test
@TestMetadata("nestedClasses.kt")
public void testNestedClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasses.kt");
}
@Test
@TestMetadata("propertyAccessors.kt")
public void testPropertyAccessors() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessors.kt");
}
@Test
@TestMetadata("propertyWithGetterAndSetter.kt")
public void testPropertyWithGetterAndSetter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithGetterAndSetter.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithSetter.kt")
public void testPropertyWithSetter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithSetter.kt");
}
@Test
@TestMetadata("qualifiedCallInsideSuperCall.kt")
public void testQualifiedCallInsideSuperCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/qualifiedCallInsideSuperCall.kt");
}
@Test
@TestMetadata("secondaryConstructor.kt")
public void testSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondaryConstructor.kt");
}
@Test
@TestMetadata("superCallAnnotation.kt")
public void testSuperCallAnnotation() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation.kt");
}
@Test
@TestMetadata("superCallAnnotation2.kt")
public void testSuperCallAnnotation2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation2.kt");
}
@Test
@TestMetadata("superClassCall.kt")
public void testSuperClassCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCall.kt");
}
@Test
@TestMetadata("superType.kt")
public void testSuperType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithType.kt")
public void testTopLevelExpressionBodyFunWithType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutType.kt")
public void testTopLevelExpressionBodyFunWithoutType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutType.kt");
}
@Test
@TestMetadata("topLevelFunWithType.kt")
public void testTopLevelFunWithType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithType.kt");
}
@Test
@TestMetadata("topLevelProperty.kt")
public void testTopLevelProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelUnitFun.kt")
public void testTopLevelUnitFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFun.kt");
}
@Test
@TestMetadata("typeAlias.kt")
public void testTypeAlias() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/typeAlias.kt");
}
@Test
@TestMetadata("withoutName.kt")
public void testWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutName.kt");
}
@Test
public void testAllFilesPresentInFileStructure() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("annonymousClass.kt")
public void testAnnonymousClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/annonymousClass.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndExplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndExplicitConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndExplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndImplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndImplicitConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndImplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSingleSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt");
}
@Test
@TestMetadata("class.kt")
public void testClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/class.kt");
}
@Test
@TestMetadata("class2.kt")
public void testClass2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/class2.kt");
}
@Test
@TestMetadata("classMemberProperty.kt")
public void testClassMemberProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberProperty.kt");
}
@Test
@TestMetadata("constructorParameter.kt")
public void testConstructorParameter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter.kt");
}
@Test
@TestMetadata("constructorParameter2.kt")
public void testConstructorParameter2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter2.kt");
}
@Test
@TestMetadata("constructorParameterWithAnnotations.kt")
public void testConstructorParameterWithAnnotations() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameterWithAnnotations.kt");
}
@Test
@TestMetadata("constructors.kt")
public void testConstructors() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructors.kt");
}
@Test
@TestMetadata("danglingAnnotationClassLevel.kt")
public void testDanglingAnnotationClassLevel() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevel.kt");
}
@Test
@TestMetadata("danglingAnnotationInMiddle.kt")
public void testDanglingAnnotationInMiddle() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationInMiddle.kt");
}
@Test
@TestMetadata("danglingAnnotationTopLevel.kt")
public void testDanglingAnnotationTopLevel() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationTopLevel.kt");
}
@Test
@TestMetadata("declarationsInPropertyInit.kt")
public void testDeclarationsInPropertyInit() {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInit.kt");
}
@Test
@TestMetadata("enum.kt")
public void testEnum() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enum.kt");
}
@Test
@TestMetadata("enumClass.kt")
public void testEnumClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClass.kt");
}
@Test
@TestMetadata("enumClassWithBody.kt")
public void testEnumClassWithBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBody.kt");
}
@Test
@TestMetadata("funWithoutTypes.kt")
public void testFunWithoutTypes() {
runTest("analysis/low-level-api-fir/testData/fileStructure/funWithoutTypes.kt");
}
@Test
@TestMetadata("functionValueParameter.kt")
public void testFunctionValueParameter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionValueParameter.kt");
}
@Test
@TestMetadata("functionWithImplicitType.kt")
public void testFunctionWithImplicitType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitType.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInside.kt")
public void testFunctionWithImplicitTypeAndFunctionInside() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInside.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClass.kt")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClass.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInside.kt")
public void testFunctionWithImplicitTypeAndPropertyInside() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInside.kt");
}
@Test
@TestMetadata("functionalType.kt")
public void testFunctionalType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionalType.kt");
}
@Test
@TestMetadata("initBlock.kt")
public void testInitBlock() {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlock.kt");
}
@Test
@TestMetadata("lambda.kt")
public void testLambda() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambda.kt");
}
@Test
@TestMetadata("lambdaInImplicitFunBody.kt")
public void testLambdaInImplicitFunBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitFunBody.kt");
}
@Test
@TestMetadata("lambdaInImplicitPropertyBody.kt")
public void testLambdaInImplicitPropertyBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitPropertyBody.kt");
}
@Test
@TestMetadata("lambdasInWithBodyFunction.kt")
public void testLambdasInWithBodyFunction() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdasInWithBodyFunction.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass.kt");
}
@Test
@TestMetadata("localClass2.kt")
public void testLocalClass2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass2.kt");
}
@Test
@TestMetadata("localDeclarationsInAccessor.kt")
public void testLocalDeclarationsInAccessor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localDeclarationsInAccessor.kt");
}
@Test
@TestMetadata("localFun.kt")
public void testLocalFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFun.kt");
}
@Test
@TestMetadata("localFunctionWithImplicitType.kt")
public void testLocalFunctionWithImplicitType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunctionWithImplicitType.kt");
}
@Test
@TestMetadata("localProperty.kt")
public void testLocalProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localProperty.kt");
}
@Test
@TestMetadata("localUnitFunction.kt")
public void testLocalUnitFunction() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localUnitFunction.kt");
}
@Test
@TestMetadata("memberFunctions.kt")
public void testMemberFunctions() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberFunctions.kt");
}
@Test
@TestMetadata("memberProperties.kt")
public void testMemberProperties() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberProperties.kt");
}
@Test
@TestMetadata("memberTypeAlias.kt")
public void testMemberTypeAlias() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAlias.kt");
}
@Test
@TestMetadata("multipleTopLevelClasses.kt")
public void testMultipleTopLevelClasses() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelClasses.kt");
}
@Test
@TestMetadata("multipleTopLevelFunctionsWithImplicitTypes.kt")
public void testMultipleTopLevelFunctionsWithImplicitTypes() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelFunctionsWithImplicitTypes.kt");
}
@Test
@TestMetadata("multipleTopLevelUnitFunctions.kt")
public void testMultipleTopLevelUnitFunctions() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelUnitFunctions.kt");
}
@Test
@TestMetadata("nestedClases.kt")
public void testNestedClases() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClases.kt");
}
@Test
@TestMetadata("nestedClasesWithFun.kt")
public void testNestedClasesWithFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasesWithFun.kt");
}
@Test
@TestMetadata("nestedClasses.kt")
public void testNestedClasses() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasses.kt");
}
@Test
@TestMetadata("propertyAccessors.kt")
public void testPropertyAccessors() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessors.kt");
}
@Test
@TestMetadata("propertyWithGetterAndSetter.kt")
public void testPropertyWithGetterAndSetter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithGetterAndSetter.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithSetter.kt")
public void testPropertyWithSetter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithSetter.kt");
}
@Test
@TestMetadata("qualifiedCallInsideSuperCall.kt")
public void testQualifiedCallInsideSuperCall() {
runTest("analysis/low-level-api-fir/testData/fileStructure/qualifiedCallInsideSuperCall.kt");
}
@Test
@TestMetadata("secondaryConstructor.kt")
public void testSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondaryConstructor.kt");
}
@Test
@TestMetadata("superCallAnnotation.kt")
public void testSuperCallAnnotation() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation.kt");
}
@Test
@TestMetadata("superCallAnnotation2.kt")
public void testSuperCallAnnotation2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation2.kt");
}
@Test
@TestMetadata("superClassCall.kt")
public void testSuperClassCall() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCall.kt");
}
@Test
@TestMetadata("superType.kt")
public void testSuperType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithType.kt")
public void testTopLevelExpressionBodyFunWithType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutType.kt")
public void testTopLevelExpressionBodyFunWithoutType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutType.kt");
}
@Test
@TestMetadata("topLevelFunWithType.kt")
public void testTopLevelFunWithType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithType.kt");
}
@Test
@TestMetadata("topLevelProperty.kt")
public void testTopLevelProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelUnitFun.kt")
public void testTopLevelUnitFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFun.kt");
}
@Test
@TestMetadata("typeAlias.kt")
public void testTypeAlias() {
runTest("analysis/low-level-api-fir/testData/fileStructure/typeAlias.kt");
}
@Test
@TestMetadata("withoutName.kt")
public void testWithoutName() {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutName.kt");
}
}
@@ -19,188 +19,188 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/fileStructure")
@TestDataPath("$PROJECT_ROOT")
public class ScriptContextCollectionTestGenerated extends AbstractScriptContextCollectionTest {
@Test
public void testAllFilesPresentInFileStructure() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
public void testAllFilesPresentInFileStructure() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
@TestMetadata("classMemberPropertyScript.kts")
public void testClassMemberPropertyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberPropertyScript.kts");
}
@Test
@TestMetadata("classMemberPropertyScript.kts")
public void testClassMemberPropertyScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberPropertyScript.kts");
}
@Test
@TestMetadata("classScript.kts")
public void testClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/classScript.kts");
}
@Test
@TestMetadata("classScript.kts")
public void testClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/classScript.kts");
}
@Test
@TestMetadata("constructorsScript.kts")
public void testConstructorsScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorsScript.kts");
}
@Test
@TestMetadata("constructorsScript.kts")
public void testConstructorsScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorsScript.kts");
}
@Test
@TestMetadata("danglingAnnotationClassLevelScript.kts")
public void testDanglingAnnotationClassLevelScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevelScript.kts");
}
@Test
@TestMetadata("danglingAnnotationClassLevelScript.kts")
public void testDanglingAnnotationClassLevelScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevelScript.kts");
}
@Test
@TestMetadata("declarationsInPropertyInitScript.kts")
public void testDeclarationsInPropertyInitScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInitScript.kts");
}
@Test
@TestMetadata("declarationsInPropertyInitScript.kts")
public void testDeclarationsInPropertyInitScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInitScript.kts");
}
@Test
@TestMetadata("destructuring.kts")
public void testDestructuring() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/destructuring.kts");
}
@Test
@TestMetadata("destructuring.kts")
public void testDestructuring() {
runTest("analysis/low-level-api-fir/testData/fileStructure/destructuring.kts");
}
@Test
@TestMetadata("enumClassScript.kts")
public void testEnumClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassScript.kts");
}
@Test
@TestMetadata("enumClassScript.kts")
public void testEnumClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassScript.kts");
}
@Test
@TestMetadata("enumClassWithBodyScript.kts")
public void testEnumClassWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBodyScript.kts");
}
@Test
@TestMetadata("enumClassWithBodyScript.kts")
public void testEnumClassWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBodyScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClassScript.kts")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClassScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClassScript.kts")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClassScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideScript.kts")
public void testFunctionWithImplicitTypeAndFunctionInsideScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideScript.kts")
public void testFunctionWithImplicitTypeAndFunctionInsideScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInsideScript.kts")
public void testFunctionWithImplicitTypeAndPropertyInsideScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInsideScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInsideScript.kts")
public void testFunctionWithImplicitTypeAndPropertyInsideScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInsideScript.kts");
}
@Test
@TestMetadata("initBlockScript.kts")
public void testInitBlockScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlockScript.kts");
}
@Test
@TestMetadata("initBlockScript.kts")
public void testInitBlockScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlockScript.kts");
}
@Test
@TestMetadata("localClassScript.kts")
public void testLocalClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClassScript.kts");
}
@Test
@TestMetadata("localClassScript.kts")
public void testLocalClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClassScript.kts");
}
@Test
@TestMetadata("localFunScript.kts")
public void testLocalFunScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunScript.kts");
}
@Test
@TestMetadata("localFunScript.kts")
public void testLocalFunScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunScript.kts");
}
@Test
@TestMetadata("localPropertyScript.kts")
public void testLocalPropertyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localPropertyScript.kts");
}
@Test
@TestMetadata("localPropertyScript.kts")
public void testLocalPropertyScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localPropertyScript.kts");
}
@Test
@TestMetadata("memberTypeAliasScript.kts")
public void testMemberTypeAliasScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAliasScript.kts");
}
@Test
@TestMetadata("memberTypeAliasScript.kts")
public void testMemberTypeAliasScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAliasScript.kts");
}
@Test
@TestMetadata("nestedClassesScript.kts")
public void testNestedClassesScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClassesScript.kts");
}
@Test
@TestMetadata("nestedClassesScript.kts")
public void testNestedClassesScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClassesScript.kts");
}
@Test
@TestMetadata("propertyAccessorsScript.kts")
public void testPropertyAccessorsScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessorsScript.kts");
}
@Test
@TestMetadata("propertyAccessorsScript.kts")
public void testPropertyAccessorsScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessorsScript.kts");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClassScript.kts")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClassScript.kts");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClassScript.kts")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClassScript.kts");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript.kts")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript.kts");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript.kts")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript.kts");
}
@Test
@TestMetadata("script.kts")
public void testScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/script.kts");
}
@Test
@TestMetadata("script.kts")
public void testScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/script.kts");
}
@Test
@TestMetadata("secondLevelFunction.kts")
public void testSecondLevelFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondLevelFunction.kts");
}
@Test
@TestMetadata("secondLevelFunction.kts")
public void testSecondLevelFunction() {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondLevelFunction.kts");
}
@Test
@TestMetadata("secondLevelFunction2.kts")
public void testSecondLevelFunction2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondLevelFunction2.kts");
}
@Test
@TestMetadata("secondLevelFunction2.kts")
public void testSecondLevelFunction2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondLevelFunction2.kts");
}
@Test
@TestMetadata("superClassCallScript.kts")
public void testSuperClassCallScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCallScript.kts");
}
@Test
@TestMetadata("superClassCallScript.kts")
public void testSuperClassCallScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCallScript.kts");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithTypeScript.kts")
public void testTopLevelExpressionBodyFunWithTypeScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithTypeScript.kts");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithTypeScript.kts")
public void testTopLevelExpressionBodyFunWithTypeScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithTypeScript.kts");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutTypeScript.kts")
public void testTopLevelExpressionBodyFunWithoutTypeScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutTypeScript.kts");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutTypeScript.kts")
public void testTopLevelExpressionBodyFunWithoutTypeScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutTypeScript.kts");
}
@Test
@TestMetadata("topLevelFunWithTypeScript.kts")
public void testTopLevelFunWithTypeScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithTypeScript.kts");
}
@Test
@TestMetadata("topLevelFunWithTypeScript.kts")
public void testTopLevelFunWithTypeScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithTypeScript.kts");
}
@Test
@TestMetadata("topLevelPropertyScript.kts")
public void testTopLevelPropertyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelPropertyScript.kts");
}
@Test
@TestMetadata("topLevelPropertyScript.kts")
public void testTopLevelPropertyScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelPropertyScript.kts");
}
@Test
@TestMetadata("topLevelUnitFunScript.kts")
public void testTopLevelUnitFunScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFunScript.kts");
}
@Test
@TestMetadata("topLevelUnitFunScript.kts")
public void testTopLevelUnitFunScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFunScript.kts");
}
@Test
@TestMetadata("withoutNameScript.kts")
public void testWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutNameScript.kts");
}
@Test
@TestMetadata("withoutNameScript.kts")
public void testWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutNameScript.kts");
}
}
@@ -19,188 +19,188 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/fileStructure")
@TestDataPath("$PROJECT_ROOT")
public class ScriptDiagnosticTraversalCounterTestGenerated extends AbstractScriptDiagnosticTraversalCounterTest {
@Test
public void testAllFilesPresentInFileStructure() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
public void testAllFilesPresentInFileStructure() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
@TestMetadata("classMemberPropertyScript.kts")
public void testClassMemberPropertyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberPropertyScript.kts");
}
@Test
@TestMetadata("classMemberPropertyScript.kts")
public void testClassMemberPropertyScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberPropertyScript.kts");
}
@Test
@TestMetadata("classScript.kts")
public void testClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/classScript.kts");
}
@Test
@TestMetadata("classScript.kts")
public void testClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/classScript.kts");
}
@Test
@TestMetadata("constructorsScript.kts")
public void testConstructorsScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorsScript.kts");
}
@Test
@TestMetadata("constructorsScript.kts")
public void testConstructorsScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorsScript.kts");
}
@Test
@TestMetadata("danglingAnnotationClassLevelScript.kts")
public void testDanglingAnnotationClassLevelScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevelScript.kts");
}
@Test
@TestMetadata("danglingAnnotationClassLevelScript.kts")
public void testDanglingAnnotationClassLevelScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevelScript.kts");
}
@Test
@TestMetadata("declarationsInPropertyInitScript.kts")
public void testDeclarationsInPropertyInitScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInitScript.kts");
}
@Test
@TestMetadata("declarationsInPropertyInitScript.kts")
public void testDeclarationsInPropertyInitScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInitScript.kts");
}
@Test
@TestMetadata("destructuring.kts")
public void testDestructuring() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/destructuring.kts");
}
@Test
@TestMetadata("destructuring.kts")
public void testDestructuring() {
runTest("analysis/low-level-api-fir/testData/fileStructure/destructuring.kts");
}
@Test
@TestMetadata("enumClassScript.kts")
public void testEnumClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassScript.kts");
}
@Test
@TestMetadata("enumClassScript.kts")
public void testEnumClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassScript.kts");
}
@Test
@TestMetadata("enumClassWithBodyScript.kts")
public void testEnumClassWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBodyScript.kts");
}
@Test
@TestMetadata("enumClassWithBodyScript.kts")
public void testEnumClassWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBodyScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClassScript.kts")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClassScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClassScript.kts")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClassScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideScript.kts")
public void testFunctionWithImplicitTypeAndFunctionInsideScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideScript.kts")
public void testFunctionWithImplicitTypeAndFunctionInsideScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInsideScript.kts")
public void testFunctionWithImplicitTypeAndPropertyInsideScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInsideScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInsideScript.kts")
public void testFunctionWithImplicitTypeAndPropertyInsideScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInsideScript.kts");
}
@Test
@TestMetadata("initBlockScript.kts")
public void testInitBlockScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlockScript.kts");
}
@Test
@TestMetadata("initBlockScript.kts")
public void testInitBlockScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlockScript.kts");
}
@Test
@TestMetadata("localClassScript.kts")
public void testLocalClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClassScript.kts");
}
@Test
@TestMetadata("localClassScript.kts")
public void testLocalClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClassScript.kts");
}
@Test
@TestMetadata("localFunScript.kts")
public void testLocalFunScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunScript.kts");
}
@Test
@TestMetadata("localFunScript.kts")
public void testLocalFunScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunScript.kts");
}
@Test
@TestMetadata("localPropertyScript.kts")
public void testLocalPropertyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localPropertyScript.kts");
}
@Test
@TestMetadata("localPropertyScript.kts")
public void testLocalPropertyScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localPropertyScript.kts");
}
@Test
@TestMetadata("memberTypeAliasScript.kts")
public void testMemberTypeAliasScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAliasScript.kts");
}
@Test
@TestMetadata("memberTypeAliasScript.kts")
public void testMemberTypeAliasScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAliasScript.kts");
}
@Test
@TestMetadata("nestedClassesScript.kts")
public void testNestedClassesScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClassesScript.kts");
}
@Test
@TestMetadata("nestedClassesScript.kts")
public void testNestedClassesScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClassesScript.kts");
}
@Test
@TestMetadata("propertyAccessorsScript.kts")
public void testPropertyAccessorsScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessorsScript.kts");
}
@Test
@TestMetadata("propertyAccessorsScript.kts")
public void testPropertyAccessorsScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessorsScript.kts");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClassScript.kts")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClassScript.kts");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClassScript.kts")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClassScript.kts");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript.kts")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript.kts");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript.kts")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript.kts");
}
@Test
@TestMetadata("script.kts")
public void testScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/script.kts");
}
@Test
@TestMetadata("script.kts")
public void testScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/script.kts");
}
@Test
@TestMetadata("secondLevelFunction.kts")
public void testSecondLevelFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondLevelFunction.kts");
}
@Test
@TestMetadata("secondLevelFunction.kts")
public void testSecondLevelFunction() {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondLevelFunction.kts");
}
@Test
@TestMetadata("secondLevelFunction2.kts")
public void testSecondLevelFunction2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondLevelFunction2.kts");
}
@Test
@TestMetadata("secondLevelFunction2.kts")
public void testSecondLevelFunction2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondLevelFunction2.kts");
}
@Test
@TestMetadata("superClassCallScript.kts")
public void testSuperClassCallScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCallScript.kts");
}
@Test
@TestMetadata("superClassCallScript.kts")
public void testSuperClassCallScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCallScript.kts");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithTypeScript.kts")
public void testTopLevelExpressionBodyFunWithTypeScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithTypeScript.kts");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithTypeScript.kts")
public void testTopLevelExpressionBodyFunWithTypeScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithTypeScript.kts");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutTypeScript.kts")
public void testTopLevelExpressionBodyFunWithoutTypeScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutTypeScript.kts");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutTypeScript.kts")
public void testTopLevelExpressionBodyFunWithoutTypeScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutTypeScript.kts");
}
@Test
@TestMetadata("topLevelFunWithTypeScript.kts")
public void testTopLevelFunWithTypeScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithTypeScript.kts");
}
@Test
@TestMetadata("topLevelFunWithTypeScript.kts")
public void testTopLevelFunWithTypeScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithTypeScript.kts");
}
@Test
@TestMetadata("topLevelPropertyScript.kts")
public void testTopLevelPropertyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelPropertyScript.kts");
}
@Test
@TestMetadata("topLevelPropertyScript.kts")
public void testTopLevelPropertyScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelPropertyScript.kts");
}
@Test
@TestMetadata("topLevelUnitFunScript.kts")
public void testTopLevelUnitFunScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFunScript.kts");
}
@Test
@TestMetadata("topLevelUnitFunScript.kts")
public void testTopLevelUnitFunScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFunScript.kts");
}
@Test
@TestMetadata("withoutNameScript.kts")
public void testWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutNameScript.kts");
}
@Test
@TestMetadata("withoutNameScript.kts")
public void testWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutNameScript.kts");
}
}
@@ -19,398 +19,398 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/fileStructure")
@TestDataPath("$PROJECT_ROOT")
public class SourceDiagnosticTraversalCounterTestGenerated extends AbstractSourceDiagnosticTraversalCounterTest {
@Test
public void testAllFilesPresentInFileStructure() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("annonymousClass.kt")
public void testAnnonymousClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/annonymousClass.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndExplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndExplicitConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndExplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndImplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndImplicitConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndImplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSingleSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt");
}
@Test
@TestMetadata("class.kt")
public void testClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/class.kt");
}
@Test
@TestMetadata("class2.kt")
public void testClass2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/class2.kt");
}
@Test
@TestMetadata("classMemberProperty.kt")
public void testClassMemberProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberProperty.kt");
}
@Test
@TestMetadata("constructorParameter.kt")
public void testConstructorParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter.kt");
}
@Test
@TestMetadata("constructorParameter2.kt")
public void testConstructorParameter2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter2.kt");
}
@Test
@TestMetadata("constructorParameterWithAnnotations.kt")
public void testConstructorParameterWithAnnotations() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameterWithAnnotations.kt");
}
@Test
@TestMetadata("constructors.kt")
public void testConstructors() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructors.kt");
}
@Test
@TestMetadata("danglingAnnotationClassLevel.kt")
public void testDanglingAnnotationClassLevel() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevel.kt");
}
@Test
@TestMetadata("danglingAnnotationInMiddle.kt")
public void testDanglingAnnotationInMiddle() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationInMiddle.kt");
}
@Test
@TestMetadata("danglingAnnotationTopLevel.kt")
public void testDanglingAnnotationTopLevel() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationTopLevel.kt");
}
@Test
@TestMetadata("declarationsInPropertyInit.kt")
public void testDeclarationsInPropertyInit() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInit.kt");
}
@Test
@TestMetadata("enum.kt")
public void testEnum() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enum.kt");
}
@Test
@TestMetadata("enumClass.kt")
public void testEnumClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClass.kt");
}
@Test
@TestMetadata("enumClassWithBody.kt")
public void testEnumClassWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBody.kt");
}
@Test
@TestMetadata("funWithoutTypes.kt")
public void testFunWithoutTypes() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/funWithoutTypes.kt");
}
@Test
@TestMetadata("functionValueParameter.kt")
public void testFunctionValueParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionValueParameter.kt");
}
@Test
@TestMetadata("functionWithImplicitType.kt")
public void testFunctionWithImplicitType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitType.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInside.kt")
public void testFunctionWithImplicitTypeAndFunctionInside() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInside.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClass.kt")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClass.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInside.kt")
public void testFunctionWithImplicitTypeAndPropertyInside() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInside.kt");
}
@Test
@TestMetadata("functionalType.kt")
public void testFunctionalType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionalType.kt");
}
@Test
@TestMetadata("initBlock.kt")
public void testInitBlock() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlock.kt");
}
@Test
@TestMetadata("lambda.kt")
public void testLambda() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambda.kt");
}
@Test
@TestMetadata("lambdaInImplicitFunBody.kt")
public void testLambdaInImplicitFunBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitFunBody.kt");
}
@Test
@TestMetadata("lambdaInImplicitPropertyBody.kt")
public void testLambdaInImplicitPropertyBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitPropertyBody.kt");
}
@Test
@TestMetadata("lambdasInWithBodyFunction.kt")
public void testLambdasInWithBodyFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdasInWithBodyFunction.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass.kt");
}
@Test
@TestMetadata("localClass2.kt")
public void testLocalClass2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass2.kt");
}
@Test
@TestMetadata("localDeclarationsInAccessor.kt")
public void testLocalDeclarationsInAccessor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localDeclarationsInAccessor.kt");
}
@Test
@TestMetadata("localFun.kt")
public void testLocalFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFun.kt");
}
@Test
@TestMetadata("localFunctionWithImplicitType.kt")
public void testLocalFunctionWithImplicitType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunctionWithImplicitType.kt");
}
@Test
@TestMetadata("localProperty.kt")
public void testLocalProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localProperty.kt");
}
@Test
@TestMetadata("localUnitFunction.kt")
public void testLocalUnitFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localUnitFunction.kt");
}
@Test
@TestMetadata("memberFunctions.kt")
public void testMemberFunctions() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberFunctions.kt");
}
@Test
@TestMetadata("memberProperties.kt")
public void testMemberProperties() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberProperties.kt");
}
@Test
@TestMetadata("memberTypeAlias.kt")
public void testMemberTypeAlias() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAlias.kt");
}
@Test
@TestMetadata("multipleTopLevelClasses.kt")
public void testMultipleTopLevelClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelClasses.kt");
}
@Test
@TestMetadata("multipleTopLevelFunctionsWithImplicitTypes.kt")
public void testMultipleTopLevelFunctionsWithImplicitTypes() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelFunctionsWithImplicitTypes.kt");
}
@Test
@TestMetadata("multipleTopLevelUnitFunctions.kt")
public void testMultipleTopLevelUnitFunctions() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelUnitFunctions.kt");
}
@Test
@TestMetadata("nestedClases.kt")
public void testNestedClases() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClases.kt");
}
@Test
@TestMetadata("nestedClasesWithFun.kt")
public void testNestedClasesWithFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasesWithFun.kt");
}
@Test
@TestMetadata("nestedClasses.kt")
public void testNestedClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasses.kt");
}
@Test
@TestMetadata("propertyAccessors.kt")
public void testPropertyAccessors() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessors.kt");
}
@Test
@TestMetadata("propertyWithGetterAndSetter.kt")
public void testPropertyWithGetterAndSetter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithGetterAndSetter.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithSetter.kt")
public void testPropertyWithSetter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithSetter.kt");
}
@Test
@TestMetadata("qualifiedCallInsideSuperCall.kt")
public void testQualifiedCallInsideSuperCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/qualifiedCallInsideSuperCall.kt");
}
@Test
@TestMetadata("secondaryConstructor.kt")
public void testSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondaryConstructor.kt");
}
@Test
@TestMetadata("superCallAnnotation.kt")
public void testSuperCallAnnotation() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation.kt");
}
@Test
@TestMetadata("superCallAnnotation2.kt")
public void testSuperCallAnnotation2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation2.kt");
}
@Test
@TestMetadata("superClassCall.kt")
public void testSuperClassCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCall.kt");
}
@Test
@TestMetadata("superType.kt")
public void testSuperType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithType.kt")
public void testTopLevelExpressionBodyFunWithType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutType.kt")
public void testTopLevelExpressionBodyFunWithoutType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutType.kt");
}
@Test
@TestMetadata("topLevelFunWithType.kt")
public void testTopLevelFunWithType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithType.kt");
}
@Test
@TestMetadata("topLevelProperty.kt")
public void testTopLevelProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelUnitFun.kt")
public void testTopLevelUnitFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFun.kt");
}
@Test
@TestMetadata("typeAlias.kt")
public void testTypeAlias() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/typeAlias.kt");
}
@Test
@TestMetadata("withoutName.kt")
public void testWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutName.kt");
}
@Test
public void testAllFilesPresentInFileStructure() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("annonymousClass.kt")
public void testAnnonymousClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/annonymousClass.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndExplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndExplicitConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndExplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndImplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndImplicitConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndImplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSingleSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt");
}
@Test
@TestMetadata("class.kt")
public void testClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/class.kt");
}
@Test
@TestMetadata("class2.kt")
public void testClass2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/class2.kt");
}
@Test
@TestMetadata("classMemberProperty.kt")
public void testClassMemberProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberProperty.kt");
}
@Test
@TestMetadata("constructorParameter.kt")
public void testConstructorParameter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter.kt");
}
@Test
@TestMetadata("constructorParameter2.kt")
public void testConstructorParameter2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter2.kt");
}
@Test
@TestMetadata("constructorParameterWithAnnotations.kt")
public void testConstructorParameterWithAnnotations() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameterWithAnnotations.kt");
}
@Test
@TestMetadata("constructors.kt")
public void testConstructors() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructors.kt");
}
@Test
@TestMetadata("danglingAnnotationClassLevel.kt")
public void testDanglingAnnotationClassLevel() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevel.kt");
}
@Test
@TestMetadata("danglingAnnotationInMiddle.kt")
public void testDanglingAnnotationInMiddle() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationInMiddle.kt");
}
@Test
@TestMetadata("danglingAnnotationTopLevel.kt")
public void testDanglingAnnotationTopLevel() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationTopLevel.kt");
}
@Test
@TestMetadata("declarationsInPropertyInit.kt")
public void testDeclarationsInPropertyInit() {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInit.kt");
}
@Test
@TestMetadata("enum.kt")
public void testEnum() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enum.kt");
}
@Test
@TestMetadata("enumClass.kt")
public void testEnumClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClass.kt");
}
@Test
@TestMetadata("enumClassWithBody.kt")
public void testEnumClassWithBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBody.kt");
}
@Test
@TestMetadata("funWithoutTypes.kt")
public void testFunWithoutTypes() {
runTest("analysis/low-level-api-fir/testData/fileStructure/funWithoutTypes.kt");
}
@Test
@TestMetadata("functionValueParameter.kt")
public void testFunctionValueParameter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionValueParameter.kt");
}
@Test
@TestMetadata("functionWithImplicitType.kt")
public void testFunctionWithImplicitType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitType.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInside.kt")
public void testFunctionWithImplicitTypeAndFunctionInside() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInside.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClass.kt")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClass.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInside.kt")
public void testFunctionWithImplicitTypeAndPropertyInside() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInside.kt");
}
@Test
@TestMetadata("functionalType.kt")
public void testFunctionalType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionalType.kt");
}
@Test
@TestMetadata("initBlock.kt")
public void testInitBlock() {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlock.kt");
}
@Test
@TestMetadata("lambda.kt")
public void testLambda() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambda.kt");
}
@Test
@TestMetadata("lambdaInImplicitFunBody.kt")
public void testLambdaInImplicitFunBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitFunBody.kt");
}
@Test
@TestMetadata("lambdaInImplicitPropertyBody.kt")
public void testLambdaInImplicitPropertyBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitPropertyBody.kt");
}
@Test
@TestMetadata("lambdasInWithBodyFunction.kt")
public void testLambdasInWithBodyFunction() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdasInWithBodyFunction.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass.kt");
}
@Test
@TestMetadata("localClass2.kt")
public void testLocalClass2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass2.kt");
}
@Test
@TestMetadata("localDeclarationsInAccessor.kt")
public void testLocalDeclarationsInAccessor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localDeclarationsInAccessor.kt");
}
@Test
@TestMetadata("localFun.kt")
public void testLocalFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFun.kt");
}
@Test
@TestMetadata("localFunctionWithImplicitType.kt")
public void testLocalFunctionWithImplicitType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunctionWithImplicitType.kt");
}
@Test
@TestMetadata("localProperty.kt")
public void testLocalProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localProperty.kt");
}
@Test
@TestMetadata("localUnitFunction.kt")
public void testLocalUnitFunction() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localUnitFunction.kt");
}
@Test
@TestMetadata("memberFunctions.kt")
public void testMemberFunctions() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberFunctions.kt");
}
@Test
@TestMetadata("memberProperties.kt")
public void testMemberProperties() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberProperties.kt");
}
@Test
@TestMetadata("memberTypeAlias.kt")
public void testMemberTypeAlias() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAlias.kt");
}
@Test
@TestMetadata("multipleTopLevelClasses.kt")
public void testMultipleTopLevelClasses() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelClasses.kt");
}
@Test
@TestMetadata("multipleTopLevelFunctionsWithImplicitTypes.kt")
public void testMultipleTopLevelFunctionsWithImplicitTypes() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelFunctionsWithImplicitTypes.kt");
}
@Test
@TestMetadata("multipleTopLevelUnitFunctions.kt")
public void testMultipleTopLevelUnitFunctions() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelUnitFunctions.kt");
}
@Test
@TestMetadata("nestedClases.kt")
public void testNestedClases() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClases.kt");
}
@Test
@TestMetadata("nestedClasesWithFun.kt")
public void testNestedClasesWithFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasesWithFun.kt");
}
@Test
@TestMetadata("nestedClasses.kt")
public void testNestedClasses() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasses.kt");
}
@Test
@TestMetadata("propertyAccessors.kt")
public void testPropertyAccessors() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessors.kt");
}
@Test
@TestMetadata("propertyWithGetterAndSetter.kt")
public void testPropertyWithGetterAndSetter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithGetterAndSetter.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithSetter.kt")
public void testPropertyWithSetter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithSetter.kt");
}
@Test
@TestMetadata("qualifiedCallInsideSuperCall.kt")
public void testQualifiedCallInsideSuperCall() {
runTest("analysis/low-level-api-fir/testData/fileStructure/qualifiedCallInsideSuperCall.kt");
}
@Test
@TestMetadata("secondaryConstructor.kt")
public void testSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondaryConstructor.kt");
}
@Test
@TestMetadata("superCallAnnotation.kt")
public void testSuperCallAnnotation() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation.kt");
}
@Test
@TestMetadata("superCallAnnotation2.kt")
public void testSuperCallAnnotation2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation2.kt");
}
@Test
@TestMetadata("superClassCall.kt")
public void testSuperClassCall() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCall.kt");
}
@Test
@TestMetadata("superType.kt")
public void testSuperType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithType.kt")
public void testTopLevelExpressionBodyFunWithType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutType.kt")
public void testTopLevelExpressionBodyFunWithoutType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutType.kt");
}
@Test
@TestMetadata("topLevelFunWithType.kt")
public void testTopLevelFunWithType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithType.kt");
}
@Test
@TestMetadata("topLevelProperty.kt")
public void testTopLevelProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelUnitFun.kt")
public void testTopLevelUnitFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFun.kt");
}
@Test
@TestMetadata("typeAlias.kt")
public void testTypeAlias() {
runTest("analysis/low-level-api-fir/testData/fileStructure/typeAlias.kt");
}
@Test
@TestMetadata("withoutName.kt")
public void testWithoutName() {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutName.kt");
}
}
@@ -19,26 +19,26 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/inBlockModification/codeFragments")
@TestDataPath("$PROJECT_ROOT")
public class CodeFragmentInBlockModificationTestGenerated extends AbstractCodeFragmentInBlockModificationTest {
@Test
public void testAllFilesPresentInCodeFragments() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/inBlockModification/codeFragments"), Pattern.compile("^([^.]+)\\.kt$"), null, false);
}
@Test
public void testAllFilesPresentInCodeFragments() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/inBlockModification/codeFragments"), Pattern.compile("^([^.]+)\\.kt$"), null, false);
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/codeFragments/localClass.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/codeFragments/localClass.kt");
}
@Test
@TestMetadata("localFunction.kt")
public void testLocalFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/codeFragments/localFunction.kt");
}
@Test
@TestMetadata("localFunction.kt")
public void testLocalFunction() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/codeFragments/localFunction.kt");
}
@Test
@TestMetadata("simple.kt")
public void testSimple() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/codeFragments/simple.kt");
}
@Test
@TestMetadata("simple.kt")
public void testSimple() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/codeFragments/simple.kt");
}
}
@@ -19,428 +19,428 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/inBlockModification")
@TestDataPath("$PROJECT_ROOT")
public class OutOfContentRootDanglingFileInBlockModificationTestGenerated extends AbstractOutOfContentRootDanglingFileInBlockModificationTest {
@Test
public void testAllFilesPresentInInBlockModification() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/inBlockModification"), Pattern.compile("^(.+)\\.(kt)$"), null, false);
}
@Test
@TestMetadata("contract.kt")
public void testContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/contract.kt");
}
@Test
@TestMetadata("entireContract.kt")
public void testEntireContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireContract.kt");
}
@Test
@TestMetadata("entireFunctionBody.kt")
public void testEntireFunctionBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireFunctionBody.kt");
}
@Test
@TestMetadata("entireGetterBody.kt")
public void testEntireGetterBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireGetterBody.kt");
}
@Test
@TestMetadata("entireInitializer.kt")
public void testEntireInitializer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireInitializer.kt");
}
@Test
@TestMetadata("entireSetterBody.kt")
public void testEntireSetterBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireSetterBody.kt");
}
@Test
@TestMetadata("extensionWithDefaultParameters.kt")
public void testExtensionWithDefaultParameters() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/extensionWithDefaultParameters.kt");
}
@Test
@TestMetadata("functionWithDefaultParameters.kt")
public void testFunctionWithDefaultParameters() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/functionWithDefaultParameters.kt");
}
@Test
@TestMetadata("insideContract.kt")
public void testInsideContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideContract.kt");
}
@Test
@TestMetadata("insideDefaultParameter.kt")
public void testInsideDefaultParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideDefaultParameter.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithContract.kt")
public void testMemberFunWithBodyWithContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithErrorContract.kt")
public void testMemberFunWithBodyWithErrorContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithErrorContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithFakeContract.kt")
public void testMemberFunWithBodyWithFakeContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithFakeContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithType.kt")
public void testMemberFunWithBodyWithType() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithType.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithoutType.kt")
public void testMemberFunWithBodyWithoutType() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutType.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithoutTypeWithoutName.kt")
public void testMemberFunWithBodyWithoutTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithTypeWithoutBody.kt")
public void testMemberFunWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberFunWithoutBodyWithTypeWithoutName.kt")
public void testMemberFunWithoutBodyWithTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithoutBodyWithoutTypeWithoutName.kt")
public void testMemberFunWithoutBodyWithoutTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithoutTypeWithoutBody.kt")
public void testMemberFunWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberGetterWithBodyWithContract.kt")
public void testMemberGetterWithBodyWithContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContract.kt");
}
@Test
@TestMetadata("memberGetterWithBodyWithContractWithoutName.kt")
public void testMemberGetterWithBodyWithContractWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContractWithoutName.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithBody.kt")
public void testMemberGetterWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBody.kt")
public void testMemberGetterWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBodyWithoutName.kt")
public void testMemberGetterWithTypeWithoutBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithBody.kt")
public void testMemberGetterWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithoutBody.kt")
public void testMemberGetterWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegate.kt")
public void testMemberPropertyWithTypeInDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegateWithoutName.kt")
public void testMemberPropertyWithTypeInDelegateWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegateWithoutName.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInErrorDelegate.kt")
public void testMemberPropertyWithTypeInErrorDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializer.kt")
public void testMemberPropertyWithTypeInInitializer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializer.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializerWithoutName.kt")
public void testMemberPropertyWithTypeInInitializerWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializerWithoutName.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInDelegate.kt")
public void testMemberPropertyWithoutTypeInDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInErrorDelegate.kt")
public void testMemberPropertyWithoutTypeInErrorDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInInitializer.kt")
public void testMemberPropertyWithoutTypeInInitializer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInInitializer.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithBody.kt")
public void testMemberSetterWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithBodyWithoutName.kt")
public void testMemberSetterWithTypeWithBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBody.kt")
public void testMemberSetterWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBodyWithoutName.kt")
public void testMemberSetterWithTypeWithoutBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithBody.kt")
public void testMemberSetterWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithoutBody.kt")
public void testMemberSetterWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("rawContract.kt")
public void testRawContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/rawContract.kt");
}
@Test
@TestMetadata("topLevelFunctionWithBodyWithoutTypeWithoutName.kt")
public void testTopLevelFunctionWithBodyWithoutTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBody.kt")
public void testTopLevelFunctionWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBodyDumpFile.kt")
public void testTopLevelFunctionWithTypeWithBodyDumpFile() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBodyDumpFile.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithoutBody.kt")
public void testTopLevelFunctionWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithTypeWithoutName.kt")
public void testTopLevelFunctionWithoutBodyWithTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithoutTypeWithoutName.kt")
public void testTopLevelFunctionWithoutBodyWithoutTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithBody.kt")
public void testTopLevelFunctionWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithoutBody.kt")
public void testTopLevelFunctionWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBody.kt")
public void testTopLevelGetterWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBodyWithoutName.kt")
public void testTopLevelGetterWithTypeWithBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBody.kt")
public void testTopLevelGetterWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBodyWithoutName.kt")
public void testTopLevelGetterWithTypeWithoutBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithBody.kt")
public void testTopLevelGetterWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithoutBody.kt")
public void testTopLevelGetterWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegate.kt")
public void testTopLevelPropertyWithTypeInDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegateWithoutName.kt")
public void testTopLevelPropertyWithTypeInDelegateWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegateWithoutName.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInErrorDelegate.kt")
public void testTopLevelPropertyWithTypeInErrorDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzer.kt")
public void testTopLevelPropertyWithTypeInInititalzer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzer.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzerWithoutName.kt")
public void testTopLevelPropertyWithTypeInInititalzerWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzerWithoutName.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInDelegate.kt")
public void testTopLevelPropertyWithoutTypeInDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInErrorDelegate.kt")
public void testTopLevelPropertyWithoutTypeInErrorDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInInititalzer.kt")
public void testTopLevelPropertyWithoutTypeInInititalzer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInInititalzer.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBody.kt")
public void testTopLevelSetterWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBodyWithoutName.kt")
public void testTopLevelSetterWithTypeWithBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBody.kt")
public void testTopLevelSetterWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBodyWithoutName.kt")
public void testTopLevelSetterWithTypeWithoutBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithBody.kt")
public void testTopLevelSetterWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithoutBody.kt")
public void testTopLevelSetterWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithoutBody.kt");
}
@Test
public void testAllFilesPresentInInBlockModification() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/inBlockModification"), Pattern.compile("^(.+)\\.(kt)$"), null, false);
}
@Test
@TestMetadata("contract.kt")
public void testContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/contract.kt");
}
@Test
@TestMetadata("entireContract.kt")
public void testEntireContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireContract.kt");
}
@Test
@TestMetadata("entireFunctionBody.kt")
public void testEntireFunctionBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireFunctionBody.kt");
}
@Test
@TestMetadata("entireGetterBody.kt")
public void testEntireGetterBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireGetterBody.kt");
}
@Test
@TestMetadata("entireInitializer.kt")
public void testEntireInitializer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireInitializer.kt");
}
@Test
@TestMetadata("entireSetterBody.kt")
public void testEntireSetterBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireSetterBody.kt");
}
@Test
@TestMetadata("extensionWithDefaultParameters.kt")
public void testExtensionWithDefaultParameters() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/extensionWithDefaultParameters.kt");
}
@Test
@TestMetadata("functionWithDefaultParameters.kt")
public void testFunctionWithDefaultParameters() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/functionWithDefaultParameters.kt");
}
@Test
@TestMetadata("insideContract.kt")
public void testInsideContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideContract.kt");
}
@Test
@TestMetadata("insideDefaultParameter.kt")
public void testInsideDefaultParameter() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideDefaultParameter.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithContract.kt")
public void testMemberFunWithBodyWithContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithErrorContract.kt")
public void testMemberFunWithBodyWithErrorContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithErrorContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithFakeContract.kt")
public void testMemberFunWithBodyWithFakeContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithFakeContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithType.kt")
public void testMemberFunWithBodyWithType() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithType.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithoutType.kt")
public void testMemberFunWithBodyWithoutType() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutType.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithoutTypeWithoutName.kt")
public void testMemberFunWithBodyWithoutTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithTypeWithoutBody.kt")
public void testMemberFunWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberFunWithoutBodyWithTypeWithoutName.kt")
public void testMemberFunWithoutBodyWithTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithoutBodyWithoutTypeWithoutName.kt")
public void testMemberFunWithoutBodyWithoutTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithoutTypeWithoutBody.kt")
public void testMemberFunWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberGetterWithBodyWithContract.kt")
public void testMemberGetterWithBodyWithContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContract.kt");
}
@Test
@TestMetadata("memberGetterWithBodyWithContractWithoutName.kt")
public void testMemberGetterWithBodyWithContractWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContractWithoutName.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithBody.kt")
public void testMemberGetterWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBody.kt")
public void testMemberGetterWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBodyWithoutName.kt")
public void testMemberGetterWithTypeWithoutBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithBody.kt")
public void testMemberGetterWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithoutBody.kt")
public void testMemberGetterWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegate.kt")
public void testMemberPropertyWithTypeInDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegateWithoutName.kt")
public void testMemberPropertyWithTypeInDelegateWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegateWithoutName.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInErrorDelegate.kt")
public void testMemberPropertyWithTypeInErrorDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializer.kt")
public void testMemberPropertyWithTypeInInitializer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializer.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializerWithoutName.kt")
public void testMemberPropertyWithTypeInInitializerWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializerWithoutName.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInDelegate.kt")
public void testMemberPropertyWithoutTypeInDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInErrorDelegate.kt")
public void testMemberPropertyWithoutTypeInErrorDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInInitializer.kt")
public void testMemberPropertyWithoutTypeInInitializer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInInitializer.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithBody.kt")
public void testMemberSetterWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithBodyWithoutName.kt")
public void testMemberSetterWithTypeWithBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBody.kt")
public void testMemberSetterWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBodyWithoutName.kt")
public void testMemberSetterWithTypeWithoutBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithBody.kt")
public void testMemberSetterWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithoutBody.kt")
public void testMemberSetterWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("rawContract.kt")
public void testRawContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/rawContract.kt");
}
@Test
@TestMetadata("topLevelFunctionWithBodyWithoutTypeWithoutName.kt")
public void testTopLevelFunctionWithBodyWithoutTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBody.kt")
public void testTopLevelFunctionWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBodyDumpFile.kt")
public void testTopLevelFunctionWithTypeWithBodyDumpFile() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBodyDumpFile.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithoutBody.kt")
public void testTopLevelFunctionWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithTypeWithoutName.kt")
public void testTopLevelFunctionWithoutBodyWithTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithoutTypeWithoutName.kt")
public void testTopLevelFunctionWithoutBodyWithoutTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithBody.kt")
public void testTopLevelFunctionWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithoutBody.kt")
public void testTopLevelFunctionWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBody.kt")
public void testTopLevelGetterWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBodyWithoutName.kt")
public void testTopLevelGetterWithTypeWithBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBody.kt")
public void testTopLevelGetterWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBodyWithoutName.kt")
public void testTopLevelGetterWithTypeWithoutBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithBody.kt")
public void testTopLevelGetterWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithoutBody.kt")
public void testTopLevelGetterWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegate.kt")
public void testTopLevelPropertyWithTypeInDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegateWithoutName.kt")
public void testTopLevelPropertyWithTypeInDelegateWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegateWithoutName.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInErrorDelegate.kt")
public void testTopLevelPropertyWithTypeInErrorDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzer.kt")
public void testTopLevelPropertyWithTypeInInititalzer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzer.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzerWithoutName.kt")
public void testTopLevelPropertyWithTypeInInititalzerWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzerWithoutName.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInDelegate.kt")
public void testTopLevelPropertyWithoutTypeInDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInErrorDelegate.kt")
public void testTopLevelPropertyWithoutTypeInErrorDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInInititalzer.kt")
public void testTopLevelPropertyWithoutTypeInInititalzer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInInititalzer.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBody.kt")
public void testTopLevelSetterWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBodyWithoutName.kt")
public void testTopLevelSetterWithTypeWithBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBody.kt")
public void testTopLevelSetterWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBodyWithoutName.kt")
public void testTopLevelSetterWithTypeWithoutBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithBody.kt")
public void testTopLevelSetterWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithoutBody.kt")
public void testTopLevelSetterWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithoutBody.kt");
}
}
@@ -19,398 +19,398 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/fileStructure")
@TestDataPath("$PROJECT_ROOT")
public class OutOfContentRootFileStructureTestGenerated extends AbstractOutOfContentRootFileStructureTest {
@Test
public void testAllFilesPresentInFileStructure() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("annonymousClass.kt")
public void testAnnonymousClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/annonymousClass.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndExplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndExplicitConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndExplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndImplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndImplicitConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndImplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSingleSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt");
}
@Test
@TestMetadata("class.kt")
public void testClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/class.kt");
}
@Test
@TestMetadata("class2.kt")
public void testClass2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/class2.kt");
}
@Test
@TestMetadata("classMemberProperty.kt")
public void testClassMemberProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberProperty.kt");
}
@Test
@TestMetadata("constructorParameter.kt")
public void testConstructorParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter.kt");
}
@Test
@TestMetadata("constructorParameter2.kt")
public void testConstructorParameter2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter2.kt");
}
@Test
@TestMetadata("constructorParameterWithAnnotations.kt")
public void testConstructorParameterWithAnnotations() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameterWithAnnotations.kt");
}
@Test
@TestMetadata("constructors.kt")
public void testConstructors() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructors.kt");
}
@Test
@TestMetadata("danglingAnnotationClassLevel.kt")
public void testDanglingAnnotationClassLevel() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevel.kt");
}
@Test
@TestMetadata("danglingAnnotationInMiddle.kt")
public void testDanglingAnnotationInMiddle() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationInMiddle.kt");
}
@Test
@TestMetadata("danglingAnnotationTopLevel.kt")
public void testDanglingAnnotationTopLevel() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationTopLevel.kt");
}
@Test
@TestMetadata("declarationsInPropertyInit.kt")
public void testDeclarationsInPropertyInit() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInit.kt");
}
@Test
@TestMetadata("enum.kt")
public void testEnum() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enum.kt");
}
@Test
@TestMetadata("enumClass.kt")
public void testEnumClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClass.kt");
}
@Test
@TestMetadata("enumClassWithBody.kt")
public void testEnumClassWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBody.kt");
}
@Test
@TestMetadata("funWithoutTypes.kt")
public void testFunWithoutTypes() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/funWithoutTypes.kt");
}
@Test
@TestMetadata("functionValueParameter.kt")
public void testFunctionValueParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionValueParameter.kt");
}
@Test
@TestMetadata("functionWithImplicitType.kt")
public void testFunctionWithImplicitType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitType.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInside.kt")
public void testFunctionWithImplicitTypeAndFunctionInside() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInside.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClass.kt")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClass.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInside.kt")
public void testFunctionWithImplicitTypeAndPropertyInside() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInside.kt");
}
@Test
@TestMetadata("functionalType.kt")
public void testFunctionalType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionalType.kt");
}
@Test
@TestMetadata("initBlock.kt")
public void testInitBlock() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlock.kt");
}
@Test
@TestMetadata("lambda.kt")
public void testLambda() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambda.kt");
}
@Test
@TestMetadata("lambdaInImplicitFunBody.kt")
public void testLambdaInImplicitFunBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitFunBody.kt");
}
@Test
@TestMetadata("lambdaInImplicitPropertyBody.kt")
public void testLambdaInImplicitPropertyBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitPropertyBody.kt");
}
@Test
@TestMetadata("lambdasInWithBodyFunction.kt")
public void testLambdasInWithBodyFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdasInWithBodyFunction.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass.kt");
}
@Test
@TestMetadata("localClass2.kt")
public void testLocalClass2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass2.kt");
}
@Test
@TestMetadata("localDeclarationsInAccessor.kt")
public void testLocalDeclarationsInAccessor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localDeclarationsInAccessor.kt");
}
@Test
@TestMetadata("localFun.kt")
public void testLocalFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFun.kt");
}
@Test
@TestMetadata("localFunctionWithImplicitType.kt")
public void testLocalFunctionWithImplicitType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunctionWithImplicitType.kt");
}
@Test
@TestMetadata("localProperty.kt")
public void testLocalProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localProperty.kt");
}
@Test
@TestMetadata("localUnitFunction.kt")
public void testLocalUnitFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localUnitFunction.kt");
}
@Test
@TestMetadata("memberFunctions.kt")
public void testMemberFunctions() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberFunctions.kt");
}
@Test
@TestMetadata("memberProperties.kt")
public void testMemberProperties() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberProperties.kt");
}
@Test
@TestMetadata("memberTypeAlias.kt")
public void testMemberTypeAlias() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAlias.kt");
}
@Test
@TestMetadata("multipleTopLevelClasses.kt")
public void testMultipleTopLevelClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelClasses.kt");
}
@Test
@TestMetadata("multipleTopLevelFunctionsWithImplicitTypes.kt")
public void testMultipleTopLevelFunctionsWithImplicitTypes() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelFunctionsWithImplicitTypes.kt");
}
@Test
@TestMetadata("multipleTopLevelUnitFunctions.kt")
public void testMultipleTopLevelUnitFunctions() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelUnitFunctions.kt");
}
@Test
@TestMetadata("nestedClases.kt")
public void testNestedClases() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClases.kt");
}
@Test
@TestMetadata("nestedClasesWithFun.kt")
public void testNestedClasesWithFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasesWithFun.kt");
}
@Test
@TestMetadata("nestedClasses.kt")
public void testNestedClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasses.kt");
}
@Test
@TestMetadata("propertyAccessors.kt")
public void testPropertyAccessors() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessors.kt");
}
@Test
@TestMetadata("propertyWithGetterAndSetter.kt")
public void testPropertyWithGetterAndSetter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithGetterAndSetter.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithSetter.kt")
public void testPropertyWithSetter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithSetter.kt");
}
@Test
@TestMetadata("qualifiedCallInsideSuperCall.kt")
public void testQualifiedCallInsideSuperCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/qualifiedCallInsideSuperCall.kt");
}
@Test
@TestMetadata("secondaryConstructor.kt")
public void testSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondaryConstructor.kt");
}
@Test
@TestMetadata("superCallAnnotation.kt")
public void testSuperCallAnnotation() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation.kt");
}
@Test
@TestMetadata("superCallAnnotation2.kt")
public void testSuperCallAnnotation2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation2.kt");
}
@Test
@TestMetadata("superClassCall.kt")
public void testSuperClassCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCall.kt");
}
@Test
@TestMetadata("superType.kt")
public void testSuperType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithType.kt")
public void testTopLevelExpressionBodyFunWithType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutType.kt")
public void testTopLevelExpressionBodyFunWithoutType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutType.kt");
}
@Test
@TestMetadata("topLevelFunWithType.kt")
public void testTopLevelFunWithType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithType.kt");
}
@Test
@TestMetadata("topLevelProperty.kt")
public void testTopLevelProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelUnitFun.kt")
public void testTopLevelUnitFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFun.kt");
}
@Test
@TestMetadata("typeAlias.kt")
public void testTypeAlias() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/typeAlias.kt");
}
@Test
@TestMetadata("withoutName.kt")
public void testWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutName.kt");
}
@Test
public void testAllFilesPresentInFileStructure() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("annonymousClass.kt")
public void testAnnonymousClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/annonymousClass.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndExplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndExplicitConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndExplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndImplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndImplicitConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndImplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSingleSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt");
}
@Test
@TestMetadata("class.kt")
public void testClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/class.kt");
}
@Test
@TestMetadata("class2.kt")
public void testClass2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/class2.kt");
}
@Test
@TestMetadata("classMemberProperty.kt")
public void testClassMemberProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberProperty.kt");
}
@Test
@TestMetadata("constructorParameter.kt")
public void testConstructorParameter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter.kt");
}
@Test
@TestMetadata("constructorParameter2.kt")
public void testConstructorParameter2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter2.kt");
}
@Test
@TestMetadata("constructorParameterWithAnnotations.kt")
public void testConstructorParameterWithAnnotations() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameterWithAnnotations.kt");
}
@Test
@TestMetadata("constructors.kt")
public void testConstructors() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructors.kt");
}
@Test
@TestMetadata("danglingAnnotationClassLevel.kt")
public void testDanglingAnnotationClassLevel() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevel.kt");
}
@Test
@TestMetadata("danglingAnnotationInMiddle.kt")
public void testDanglingAnnotationInMiddle() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationInMiddle.kt");
}
@Test
@TestMetadata("danglingAnnotationTopLevel.kt")
public void testDanglingAnnotationTopLevel() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationTopLevel.kt");
}
@Test
@TestMetadata("declarationsInPropertyInit.kt")
public void testDeclarationsInPropertyInit() {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInit.kt");
}
@Test
@TestMetadata("enum.kt")
public void testEnum() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enum.kt");
}
@Test
@TestMetadata("enumClass.kt")
public void testEnumClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClass.kt");
}
@Test
@TestMetadata("enumClassWithBody.kt")
public void testEnumClassWithBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBody.kt");
}
@Test
@TestMetadata("funWithoutTypes.kt")
public void testFunWithoutTypes() {
runTest("analysis/low-level-api-fir/testData/fileStructure/funWithoutTypes.kt");
}
@Test
@TestMetadata("functionValueParameter.kt")
public void testFunctionValueParameter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionValueParameter.kt");
}
@Test
@TestMetadata("functionWithImplicitType.kt")
public void testFunctionWithImplicitType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitType.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInside.kt")
public void testFunctionWithImplicitTypeAndFunctionInside() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInside.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClass.kt")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClass.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInside.kt")
public void testFunctionWithImplicitTypeAndPropertyInside() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInside.kt");
}
@Test
@TestMetadata("functionalType.kt")
public void testFunctionalType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionalType.kt");
}
@Test
@TestMetadata("initBlock.kt")
public void testInitBlock() {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlock.kt");
}
@Test
@TestMetadata("lambda.kt")
public void testLambda() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambda.kt");
}
@Test
@TestMetadata("lambdaInImplicitFunBody.kt")
public void testLambdaInImplicitFunBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitFunBody.kt");
}
@Test
@TestMetadata("lambdaInImplicitPropertyBody.kt")
public void testLambdaInImplicitPropertyBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitPropertyBody.kt");
}
@Test
@TestMetadata("lambdasInWithBodyFunction.kt")
public void testLambdasInWithBodyFunction() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdasInWithBodyFunction.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass.kt");
}
@Test
@TestMetadata("localClass2.kt")
public void testLocalClass2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass2.kt");
}
@Test
@TestMetadata("localDeclarationsInAccessor.kt")
public void testLocalDeclarationsInAccessor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localDeclarationsInAccessor.kt");
}
@Test
@TestMetadata("localFun.kt")
public void testLocalFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFun.kt");
}
@Test
@TestMetadata("localFunctionWithImplicitType.kt")
public void testLocalFunctionWithImplicitType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunctionWithImplicitType.kt");
}
@Test
@TestMetadata("localProperty.kt")
public void testLocalProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localProperty.kt");
}
@Test
@TestMetadata("localUnitFunction.kt")
public void testLocalUnitFunction() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localUnitFunction.kt");
}
@Test
@TestMetadata("memberFunctions.kt")
public void testMemberFunctions() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberFunctions.kt");
}
@Test
@TestMetadata("memberProperties.kt")
public void testMemberProperties() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberProperties.kt");
}
@Test
@TestMetadata("memberTypeAlias.kt")
public void testMemberTypeAlias() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAlias.kt");
}
@Test
@TestMetadata("multipleTopLevelClasses.kt")
public void testMultipleTopLevelClasses() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelClasses.kt");
}
@Test
@TestMetadata("multipleTopLevelFunctionsWithImplicitTypes.kt")
public void testMultipleTopLevelFunctionsWithImplicitTypes() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelFunctionsWithImplicitTypes.kt");
}
@Test
@TestMetadata("multipleTopLevelUnitFunctions.kt")
public void testMultipleTopLevelUnitFunctions() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelUnitFunctions.kt");
}
@Test
@TestMetadata("nestedClases.kt")
public void testNestedClases() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClases.kt");
}
@Test
@TestMetadata("nestedClasesWithFun.kt")
public void testNestedClasesWithFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasesWithFun.kt");
}
@Test
@TestMetadata("nestedClasses.kt")
public void testNestedClasses() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasses.kt");
}
@Test
@TestMetadata("propertyAccessors.kt")
public void testPropertyAccessors() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessors.kt");
}
@Test
@TestMetadata("propertyWithGetterAndSetter.kt")
public void testPropertyWithGetterAndSetter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithGetterAndSetter.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithSetter.kt")
public void testPropertyWithSetter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithSetter.kt");
}
@Test
@TestMetadata("qualifiedCallInsideSuperCall.kt")
public void testQualifiedCallInsideSuperCall() {
runTest("analysis/low-level-api-fir/testData/fileStructure/qualifiedCallInsideSuperCall.kt");
}
@Test
@TestMetadata("secondaryConstructor.kt")
public void testSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondaryConstructor.kt");
}
@Test
@TestMetadata("superCallAnnotation.kt")
public void testSuperCallAnnotation() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation.kt");
}
@Test
@TestMetadata("superCallAnnotation2.kt")
public void testSuperCallAnnotation2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation2.kt");
}
@Test
@TestMetadata("superClassCall.kt")
public void testSuperClassCall() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCall.kt");
}
@Test
@TestMetadata("superType.kt")
public void testSuperType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithType.kt")
public void testTopLevelExpressionBodyFunWithType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutType.kt")
public void testTopLevelExpressionBodyFunWithoutType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutType.kt");
}
@Test
@TestMetadata("topLevelFunWithType.kt")
public void testTopLevelFunWithType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithType.kt");
}
@Test
@TestMetadata("topLevelProperty.kt")
public void testTopLevelProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelUnitFun.kt")
public void testTopLevelUnitFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFun.kt");
}
@Test
@TestMetadata("typeAlias.kt")
public void testTypeAlias() {
runTest("analysis/low-level-api-fir/testData/fileStructure/typeAlias.kt");
}
@Test
@TestMetadata("withoutName.kt")
public void testWithoutName() {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutName.kt");
}
}
@@ -19,428 +19,428 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/inBlockModification")
@TestDataPath("$PROJECT_ROOT")
public class OutOfContentRootInBlockModificationTestGenerated extends AbstractOutOfContentRootInBlockModificationTest {
@Test
public void testAllFilesPresentInInBlockModification() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/inBlockModification"), Pattern.compile("^(.+)\\.(kt)$"), null, false);
}
@Test
@TestMetadata("contract.kt")
public void testContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/contract.kt");
}
@Test
@TestMetadata("entireContract.kt")
public void testEntireContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireContract.kt");
}
@Test
@TestMetadata("entireFunctionBody.kt")
public void testEntireFunctionBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireFunctionBody.kt");
}
@Test
@TestMetadata("entireGetterBody.kt")
public void testEntireGetterBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireGetterBody.kt");
}
@Test
@TestMetadata("entireInitializer.kt")
public void testEntireInitializer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireInitializer.kt");
}
@Test
@TestMetadata("entireSetterBody.kt")
public void testEntireSetterBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireSetterBody.kt");
}
@Test
@TestMetadata("extensionWithDefaultParameters.kt")
public void testExtensionWithDefaultParameters() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/extensionWithDefaultParameters.kt");
}
@Test
@TestMetadata("functionWithDefaultParameters.kt")
public void testFunctionWithDefaultParameters() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/functionWithDefaultParameters.kt");
}
@Test
@TestMetadata("insideContract.kt")
public void testInsideContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideContract.kt");
}
@Test
@TestMetadata("insideDefaultParameter.kt")
public void testInsideDefaultParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideDefaultParameter.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithContract.kt")
public void testMemberFunWithBodyWithContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithErrorContract.kt")
public void testMemberFunWithBodyWithErrorContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithErrorContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithFakeContract.kt")
public void testMemberFunWithBodyWithFakeContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithFakeContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithType.kt")
public void testMemberFunWithBodyWithType() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithType.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithoutType.kt")
public void testMemberFunWithBodyWithoutType() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutType.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithoutTypeWithoutName.kt")
public void testMemberFunWithBodyWithoutTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithTypeWithoutBody.kt")
public void testMemberFunWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberFunWithoutBodyWithTypeWithoutName.kt")
public void testMemberFunWithoutBodyWithTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithoutBodyWithoutTypeWithoutName.kt")
public void testMemberFunWithoutBodyWithoutTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithoutTypeWithoutBody.kt")
public void testMemberFunWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberGetterWithBodyWithContract.kt")
public void testMemberGetterWithBodyWithContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContract.kt");
}
@Test
@TestMetadata("memberGetterWithBodyWithContractWithoutName.kt")
public void testMemberGetterWithBodyWithContractWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContractWithoutName.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithBody.kt")
public void testMemberGetterWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBody.kt")
public void testMemberGetterWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBodyWithoutName.kt")
public void testMemberGetterWithTypeWithoutBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithBody.kt")
public void testMemberGetterWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithoutBody.kt")
public void testMemberGetterWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegate.kt")
public void testMemberPropertyWithTypeInDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegateWithoutName.kt")
public void testMemberPropertyWithTypeInDelegateWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegateWithoutName.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInErrorDelegate.kt")
public void testMemberPropertyWithTypeInErrorDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializer.kt")
public void testMemberPropertyWithTypeInInitializer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializer.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializerWithoutName.kt")
public void testMemberPropertyWithTypeInInitializerWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializerWithoutName.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInDelegate.kt")
public void testMemberPropertyWithoutTypeInDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInErrorDelegate.kt")
public void testMemberPropertyWithoutTypeInErrorDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInInitializer.kt")
public void testMemberPropertyWithoutTypeInInitializer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInInitializer.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithBody.kt")
public void testMemberSetterWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithBodyWithoutName.kt")
public void testMemberSetterWithTypeWithBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBody.kt")
public void testMemberSetterWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBodyWithoutName.kt")
public void testMemberSetterWithTypeWithoutBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithBody.kt")
public void testMemberSetterWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithoutBody.kt")
public void testMemberSetterWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("rawContract.kt")
public void testRawContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/rawContract.kt");
}
@Test
@TestMetadata("topLevelFunctionWithBodyWithoutTypeWithoutName.kt")
public void testTopLevelFunctionWithBodyWithoutTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBody.kt")
public void testTopLevelFunctionWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBodyDumpFile.kt")
public void testTopLevelFunctionWithTypeWithBodyDumpFile() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBodyDumpFile.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithoutBody.kt")
public void testTopLevelFunctionWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithTypeWithoutName.kt")
public void testTopLevelFunctionWithoutBodyWithTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithoutTypeWithoutName.kt")
public void testTopLevelFunctionWithoutBodyWithoutTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithBody.kt")
public void testTopLevelFunctionWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithoutBody.kt")
public void testTopLevelFunctionWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBody.kt")
public void testTopLevelGetterWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBodyWithoutName.kt")
public void testTopLevelGetterWithTypeWithBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBody.kt")
public void testTopLevelGetterWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBodyWithoutName.kt")
public void testTopLevelGetterWithTypeWithoutBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithBody.kt")
public void testTopLevelGetterWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithoutBody.kt")
public void testTopLevelGetterWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegate.kt")
public void testTopLevelPropertyWithTypeInDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegateWithoutName.kt")
public void testTopLevelPropertyWithTypeInDelegateWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegateWithoutName.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInErrorDelegate.kt")
public void testTopLevelPropertyWithTypeInErrorDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzer.kt")
public void testTopLevelPropertyWithTypeInInititalzer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzer.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzerWithoutName.kt")
public void testTopLevelPropertyWithTypeInInititalzerWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzerWithoutName.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInDelegate.kt")
public void testTopLevelPropertyWithoutTypeInDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInErrorDelegate.kt")
public void testTopLevelPropertyWithoutTypeInErrorDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInInititalzer.kt")
public void testTopLevelPropertyWithoutTypeInInititalzer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInInititalzer.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBody.kt")
public void testTopLevelSetterWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBodyWithoutName.kt")
public void testTopLevelSetterWithTypeWithBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBody.kt")
public void testTopLevelSetterWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBodyWithoutName.kt")
public void testTopLevelSetterWithTypeWithoutBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithBody.kt")
public void testTopLevelSetterWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithoutBody.kt")
public void testTopLevelSetterWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithoutBody.kt");
}
@Test
public void testAllFilesPresentInInBlockModification() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/inBlockModification"), Pattern.compile("^(.+)\\.(kt)$"), null, false);
}
@Test
@TestMetadata("contract.kt")
public void testContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/contract.kt");
}
@Test
@TestMetadata("entireContract.kt")
public void testEntireContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireContract.kt");
}
@Test
@TestMetadata("entireFunctionBody.kt")
public void testEntireFunctionBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireFunctionBody.kt");
}
@Test
@TestMetadata("entireGetterBody.kt")
public void testEntireGetterBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireGetterBody.kt");
}
@Test
@TestMetadata("entireInitializer.kt")
public void testEntireInitializer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireInitializer.kt");
}
@Test
@TestMetadata("entireSetterBody.kt")
public void testEntireSetterBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireSetterBody.kt");
}
@Test
@TestMetadata("extensionWithDefaultParameters.kt")
public void testExtensionWithDefaultParameters() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/extensionWithDefaultParameters.kt");
}
@Test
@TestMetadata("functionWithDefaultParameters.kt")
public void testFunctionWithDefaultParameters() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/functionWithDefaultParameters.kt");
}
@Test
@TestMetadata("insideContract.kt")
public void testInsideContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideContract.kt");
}
@Test
@TestMetadata("insideDefaultParameter.kt")
public void testInsideDefaultParameter() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideDefaultParameter.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithContract.kt")
public void testMemberFunWithBodyWithContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithErrorContract.kt")
public void testMemberFunWithBodyWithErrorContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithErrorContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithFakeContract.kt")
public void testMemberFunWithBodyWithFakeContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithFakeContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithType.kt")
public void testMemberFunWithBodyWithType() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithType.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithoutType.kt")
public void testMemberFunWithBodyWithoutType() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutType.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithoutTypeWithoutName.kt")
public void testMemberFunWithBodyWithoutTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithTypeWithoutBody.kt")
public void testMemberFunWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberFunWithoutBodyWithTypeWithoutName.kt")
public void testMemberFunWithoutBodyWithTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithoutBodyWithoutTypeWithoutName.kt")
public void testMemberFunWithoutBodyWithoutTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithoutTypeWithoutBody.kt")
public void testMemberFunWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberGetterWithBodyWithContract.kt")
public void testMemberGetterWithBodyWithContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContract.kt");
}
@Test
@TestMetadata("memberGetterWithBodyWithContractWithoutName.kt")
public void testMemberGetterWithBodyWithContractWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContractWithoutName.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithBody.kt")
public void testMemberGetterWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBody.kt")
public void testMemberGetterWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBodyWithoutName.kt")
public void testMemberGetterWithTypeWithoutBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithBody.kt")
public void testMemberGetterWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithoutBody.kt")
public void testMemberGetterWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegate.kt")
public void testMemberPropertyWithTypeInDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegateWithoutName.kt")
public void testMemberPropertyWithTypeInDelegateWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegateWithoutName.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInErrorDelegate.kt")
public void testMemberPropertyWithTypeInErrorDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializer.kt")
public void testMemberPropertyWithTypeInInitializer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializer.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializerWithoutName.kt")
public void testMemberPropertyWithTypeInInitializerWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializerWithoutName.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInDelegate.kt")
public void testMemberPropertyWithoutTypeInDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInErrorDelegate.kt")
public void testMemberPropertyWithoutTypeInErrorDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInInitializer.kt")
public void testMemberPropertyWithoutTypeInInitializer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInInitializer.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithBody.kt")
public void testMemberSetterWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithBodyWithoutName.kt")
public void testMemberSetterWithTypeWithBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBody.kt")
public void testMemberSetterWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBodyWithoutName.kt")
public void testMemberSetterWithTypeWithoutBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithBody.kt")
public void testMemberSetterWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithoutBody.kt")
public void testMemberSetterWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("rawContract.kt")
public void testRawContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/rawContract.kt");
}
@Test
@TestMetadata("topLevelFunctionWithBodyWithoutTypeWithoutName.kt")
public void testTopLevelFunctionWithBodyWithoutTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBody.kt")
public void testTopLevelFunctionWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBodyDumpFile.kt")
public void testTopLevelFunctionWithTypeWithBodyDumpFile() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBodyDumpFile.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithoutBody.kt")
public void testTopLevelFunctionWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithTypeWithoutName.kt")
public void testTopLevelFunctionWithoutBodyWithTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithoutTypeWithoutName.kt")
public void testTopLevelFunctionWithoutBodyWithoutTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithBody.kt")
public void testTopLevelFunctionWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithoutBody.kt")
public void testTopLevelFunctionWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBody.kt")
public void testTopLevelGetterWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBodyWithoutName.kt")
public void testTopLevelGetterWithTypeWithBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBody.kt")
public void testTopLevelGetterWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBodyWithoutName.kt")
public void testTopLevelGetterWithTypeWithoutBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithBody.kt")
public void testTopLevelGetterWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithoutBody.kt")
public void testTopLevelGetterWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegate.kt")
public void testTopLevelPropertyWithTypeInDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegateWithoutName.kt")
public void testTopLevelPropertyWithTypeInDelegateWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegateWithoutName.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInErrorDelegate.kt")
public void testTopLevelPropertyWithTypeInErrorDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzer.kt")
public void testTopLevelPropertyWithTypeInInititalzer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzer.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzerWithoutName.kt")
public void testTopLevelPropertyWithTypeInInititalzerWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzerWithoutName.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInDelegate.kt")
public void testTopLevelPropertyWithoutTypeInDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInErrorDelegate.kt")
public void testTopLevelPropertyWithoutTypeInErrorDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInInititalzer.kt")
public void testTopLevelPropertyWithoutTypeInInititalzer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInInititalzer.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBody.kt")
public void testTopLevelSetterWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBodyWithoutName.kt")
public void testTopLevelSetterWithTypeWithBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBody.kt")
public void testTopLevelSetterWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBodyWithoutName.kt")
public void testTopLevelSetterWithTypeWithoutBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithBody.kt")
public void testTopLevelSetterWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithoutBody.kt")
public void testTopLevelSetterWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithoutBody.kt");
}
}
@@ -19,446 +19,446 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/inBlockModification")
@TestDataPath("$PROJECT_ROOT")
public class ScriptDanglingFileInBlockModificationTestGenerated extends AbstractScriptDanglingFileInBlockModificationTest {
@Test
public void testAllFilesPresentInInBlockModification() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/inBlockModification"), Pattern.compile("^(.+)\\.(kts)$"), null, false);
}
@Test
@TestMetadata("assignment.kts")
public void testAssignment() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/assignment.kts");
}
@Test
@TestMetadata("contractScript.kts")
public void testContractScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/contractScript.kts");
}
@Test
@TestMetadata("entireContractScript.kts")
public void testEntireContractScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireContractScript.kts");
}
@Test
@TestMetadata("entireFunctionBodyScript.kts")
public void testEntireFunctionBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireFunctionBodyScript.kts");
}
@Test
@TestMetadata("entireGetterBodyScript.kts")
public void testEntireGetterBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireGetterBodyScript.kts");
}
@Test
@TestMetadata("entireInitializerScript.kts")
public void testEntireInitializerScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireInitializerScript.kts");
}
@Test
@TestMetadata("entireSetterBodyScript.kts")
public void testEntireSetterBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireSetterBodyScript.kts");
}
@Test
@TestMetadata("extensionWithDefaultParametersScript.kts")
public void testExtensionWithDefaultParametersScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/extensionWithDefaultParametersScript.kts");
}
@Test
@TestMetadata("functionWithDefaultParametersScript.kts")
public void testFunctionWithDefaultParametersScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/functionWithDefaultParametersScript.kts");
}
@Test
@TestMetadata("insideContractScript.kts")
public void testInsideContractScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideContractScript.kts");
}
@Test
@TestMetadata("insideDefaultParameterScript.kts")
public void testInsideDefaultParameterScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideDefaultParameterScript.kts");
}
@Test
@TestMetadata("insideStatement.kts")
public void testInsideStatement() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideStatement.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithContractScript.kts")
public void testMemberFunWithBodyWithContractScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithContractScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithErrorContractScript.kts")
public void testMemberFunWithBodyWithErrorContractScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithErrorContractScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithFakeContractScript.kts")
public void testMemberFunWithBodyWithFakeContractScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithFakeContractScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithTypeScript.kts")
public void testMemberFunWithBodyWithTypeScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithTypeScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithoutTypeScript.kts")
public void testMemberFunWithBodyWithoutTypeScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutTypeScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithoutTypeWithoutNameScript.kts")
public void testMemberFunWithBodyWithoutTypeWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("memberFunWithTypeWithoutBodyScript.kts")
public void testMemberFunWithTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberFunWithoutBodyWithTypeWithoutNameScript.kts")
public void testMemberFunWithoutBodyWithTypeWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("memberFunWithoutBodyWithoutTypeWithoutNameScript.kts")
public void testMemberFunWithoutBodyWithoutTypeWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithoutTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("memberFunWithoutTypeWithoutBodyScript.kts")
public void testMemberFunWithoutTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberGetterWithBodyWithContractScript.kts")
public void testMemberGetterWithBodyWithContractScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContractScript.kts");
}
@Test
@TestMetadata("memberGetterWithBodyWithContractWithoutNameScript.kts")
public void testMemberGetterWithBodyWithContractWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContractWithoutNameScript.kts");
}
@Test
@TestMetadata("memberGetterWithTypeWithBodyScript.kts")
public void testMemberGetterWithTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBodyScript.kts")
public void testMemberGetterWithTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBodyWithoutNameScript.kts")
public void testMemberGetterWithTypeWithoutBodyWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithBodyScript.kts")
public void testMemberGetterWithoutTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithoutBodyScript.kts")
public void testMemberGetterWithoutTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegateScript.kts")
public void testMemberPropertyWithTypeInDelegateScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegateScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegateWithoutNameScript.kts")
public void testMemberPropertyWithTypeInDelegateWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegateWithoutNameScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInErrorDelegateScript.kts")
public void testMemberPropertyWithTypeInErrorDelegateScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInErrorDelegateScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializerScript.kts")
public void testMemberPropertyWithTypeInInitializerScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializerScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializerWithoutNameScript.kts")
public void testMemberPropertyWithTypeInInitializerWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializerWithoutNameScript.kts");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInDelegateScript.kts")
public void testMemberPropertyWithoutTypeInDelegateScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInDelegateScript.kts");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInErrorDelegateScript.kts")
public void testMemberPropertyWithoutTypeInErrorDelegateScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInErrorDelegateScript.kts");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInInitializerScript.kts")
public void testMemberPropertyWithoutTypeInInitializerScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInInitializerScript.kts");
}
@Test
@TestMetadata("memberSetterWithTypeWithBodyScript.kts")
public void testMemberSetterWithTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("memberSetterWithTypeWithBodyWithoutNameScript.kts")
public void testMemberSetterWithTypeWithBodyWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBodyScript.kts")
public void testMemberSetterWithTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBodyWithoutNameScript.kts")
public void testMemberSetterWithTypeWithoutBodyWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithBodyScript.kts")
public void testMemberSetterWithoutTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithoutBodyScript.kts")
public void testMemberSetterWithoutTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("rawContractScript.kts")
public void testRawContractScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/rawContractScript.kts");
}
@Test
@TestMetadata("statement.kts")
public void testStatement() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/statement.kts");
}
@Test
@TestMetadata("statement2.kts")
public void testStatement2() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/statement2.kts");
}
@Test
@TestMetadata("topLevelFunctionWithBodyWithoutTypeWithoutNameScript.kts")
public void testTopLevelFunctionWithBodyWithoutTypeWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithBodyWithoutTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBodyScript.kts")
public void testTopLevelFunctionWithTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithoutBodyScript.kts")
public void testTopLevelFunctionWithTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithTypeWithoutNameScript.kts")
public void testTopLevelFunctionWithoutBodyWithTypeWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithoutTypeWithoutNameScript.kts")
public void testTopLevelFunctionWithoutBodyWithoutTypeWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithoutTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithBodyScript.kts")
public void testTopLevelFunctionWithoutTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithoutBodyScript.kts")
public void testTopLevelFunctionWithoutTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBodyScript.kts")
public void testTopLevelGetterWithTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBodyWithoutNameScript.kts")
public void testTopLevelGetterWithTypeWithBodyWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBodyScript.kts")
public void testTopLevelGetterWithTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBodyWithoutNameScript.kts")
public void testTopLevelGetterWithTypeWithoutBodyWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithBodyScript.kts")
public void testTopLevelGetterWithoutTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithoutBodyScript.kts")
public void testTopLevelGetterWithoutTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegateScript.kts")
public void testTopLevelPropertyWithTypeInDelegateScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegateScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegateWithoutNameScript.kts")
public void testTopLevelPropertyWithTypeInDelegateWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegateWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInErrorDelegateScript.kts")
public void testTopLevelPropertyWithTypeInErrorDelegateScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInErrorDelegateScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzerScript.kts")
public void testTopLevelPropertyWithTypeInInititalzerScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzerScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzerWithoutNameScript.kts")
public void testTopLevelPropertyWithTypeInInititalzerWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzerWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInDelegateScript.kts")
public void testTopLevelPropertyWithoutTypeInDelegateScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInDelegateScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInErrorDelegateScript.kts")
public void testTopLevelPropertyWithoutTypeInErrorDelegateScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInErrorDelegateScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInInititalzerScript.kts")
public void testTopLevelPropertyWithoutTypeInInititalzerScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInInititalzerScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBodyScript.kts")
public void testTopLevelSetterWithTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBodyWithoutNameScript.kts")
public void testTopLevelSetterWithTypeWithBodyWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBodyScript.kts")
public void testTopLevelSetterWithTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBodyWithoutNameScript.kts")
public void testTopLevelSetterWithTypeWithoutBodyWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithBodyScript.kts")
public void testTopLevelSetterWithoutTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithoutBodyScript.kts")
public void testTopLevelSetterWithoutTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithoutBodyScript.kts");
}
@Test
public void testAllFilesPresentInInBlockModification() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/inBlockModification"), Pattern.compile("^(.+)\\.(kts)$"), null, false);
}
@Test
@TestMetadata("assignment.kts")
public void testAssignment() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/assignment.kts");
}
@Test
@TestMetadata("contractScript.kts")
public void testContractScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/contractScript.kts");
}
@Test
@TestMetadata("entireContractScript.kts")
public void testEntireContractScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireContractScript.kts");
}
@Test
@TestMetadata("entireFunctionBodyScript.kts")
public void testEntireFunctionBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireFunctionBodyScript.kts");
}
@Test
@TestMetadata("entireGetterBodyScript.kts")
public void testEntireGetterBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireGetterBodyScript.kts");
}
@Test
@TestMetadata("entireInitializerScript.kts")
public void testEntireInitializerScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireInitializerScript.kts");
}
@Test
@TestMetadata("entireSetterBodyScript.kts")
public void testEntireSetterBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireSetterBodyScript.kts");
}
@Test
@TestMetadata("extensionWithDefaultParametersScript.kts")
public void testExtensionWithDefaultParametersScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/extensionWithDefaultParametersScript.kts");
}
@Test
@TestMetadata("functionWithDefaultParametersScript.kts")
public void testFunctionWithDefaultParametersScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/functionWithDefaultParametersScript.kts");
}
@Test
@TestMetadata("insideContractScript.kts")
public void testInsideContractScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideContractScript.kts");
}
@Test
@TestMetadata("insideDefaultParameterScript.kts")
public void testInsideDefaultParameterScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideDefaultParameterScript.kts");
}
@Test
@TestMetadata("insideStatement.kts")
public void testInsideStatement() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideStatement.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithContractScript.kts")
public void testMemberFunWithBodyWithContractScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithContractScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithErrorContractScript.kts")
public void testMemberFunWithBodyWithErrorContractScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithErrorContractScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithFakeContractScript.kts")
public void testMemberFunWithBodyWithFakeContractScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithFakeContractScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithTypeScript.kts")
public void testMemberFunWithBodyWithTypeScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithTypeScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithoutTypeScript.kts")
public void testMemberFunWithBodyWithoutTypeScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutTypeScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithoutTypeWithoutNameScript.kts")
public void testMemberFunWithBodyWithoutTypeWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("memberFunWithTypeWithoutBodyScript.kts")
public void testMemberFunWithTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberFunWithoutBodyWithTypeWithoutNameScript.kts")
public void testMemberFunWithoutBodyWithTypeWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("memberFunWithoutBodyWithoutTypeWithoutNameScript.kts")
public void testMemberFunWithoutBodyWithoutTypeWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithoutTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("memberFunWithoutTypeWithoutBodyScript.kts")
public void testMemberFunWithoutTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberGetterWithBodyWithContractScript.kts")
public void testMemberGetterWithBodyWithContractScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContractScript.kts");
}
@Test
@TestMetadata("memberGetterWithBodyWithContractWithoutNameScript.kts")
public void testMemberGetterWithBodyWithContractWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContractWithoutNameScript.kts");
}
@Test
@TestMetadata("memberGetterWithTypeWithBodyScript.kts")
public void testMemberGetterWithTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBodyScript.kts")
public void testMemberGetterWithTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBodyWithoutNameScript.kts")
public void testMemberGetterWithTypeWithoutBodyWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithBodyScript.kts")
public void testMemberGetterWithoutTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithoutBodyScript.kts")
public void testMemberGetterWithoutTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegateScript.kts")
public void testMemberPropertyWithTypeInDelegateScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegateScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegateWithoutNameScript.kts")
public void testMemberPropertyWithTypeInDelegateWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegateWithoutNameScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInErrorDelegateScript.kts")
public void testMemberPropertyWithTypeInErrorDelegateScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInErrorDelegateScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializerScript.kts")
public void testMemberPropertyWithTypeInInitializerScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializerScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializerWithoutNameScript.kts")
public void testMemberPropertyWithTypeInInitializerWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializerWithoutNameScript.kts");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInDelegateScript.kts")
public void testMemberPropertyWithoutTypeInDelegateScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInDelegateScript.kts");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInErrorDelegateScript.kts")
public void testMemberPropertyWithoutTypeInErrorDelegateScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInErrorDelegateScript.kts");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInInitializerScript.kts")
public void testMemberPropertyWithoutTypeInInitializerScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInInitializerScript.kts");
}
@Test
@TestMetadata("memberSetterWithTypeWithBodyScript.kts")
public void testMemberSetterWithTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("memberSetterWithTypeWithBodyWithoutNameScript.kts")
public void testMemberSetterWithTypeWithBodyWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBodyScript.kts")
public void testMemberSetterWithTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBodyWithoutNameScript.kts")
public void testMemberSetterWithTypeWithoutBodyWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithBodyScript.kts")
public void testMemberSetterWithoutTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithoutBodyScript.kts")
public void testMemberSetterWithoutTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("rawContractScript.kts")
public void testRawContractScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/rawContractScript.kts");
}
@Test
@TestMetadata("statement.kts")
public void testStatement() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/statement.kts");
}
@Test
@TestMetadata("statement2.kts")
public void testStatement2() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/statement2.kts");
}
@Test
@TestMetadata("topLevelFunctionWithBodyWithoutTypeWithoutNameScript.kts")
public void testTopLevelFunctionWithBodyWithoutTypeWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithBodyWithoutTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBodyScript.kts")
public void testTopLevelFunctionWithTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithoutBodyScript.kts")
public void testTopLevelFunctionWithTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithTypeWithoutNameScript.kts")
public void testTopLevelFunctionWithoutBodyWithTypeWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithoutTypeWithoutNameScript.kts")
public void testTopLevelFunctionWithoutBodyWithoutTypeWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithoutTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithBodyScript.kts")
public void testTopLevelFunctionWithoutTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithoutBodyScript.kts")
public void testTopLevelFunctionWithoutTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBodyScript.kts")
public void testTopLevelGetterWithTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBodyWithoutNameScript.kts")
public void testTopLevelGetterWithTypeWithBodyWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBodyScript.kts")
public void testTopLevelGetterWithTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBodyWithoutNameScript.kts")
public void testTopLevelGetterWithTypeWithoutBodyWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithBodyScript.kts")
public void testTopLevelGetterWithoutTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithoutBodyScript.kts")
public void testTopLevelGetterWithoutTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegateScript.kts")
public void testTopLevelPropertyWithTypeInDelegateScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegateScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegateWithoutNameScript.kts")
public void testTopLevelPropertyWithTypeInDelegateWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegateWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInErrorDelegateScript.kts")
public void testTopLevelPropertyWithTypeInErrorDelegateScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInErrorDelegateScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzerScript.kts")
public void testTopLevelPropertyWithTypeInInititalzerScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzerScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzerWithoutNameScript.kts")
public void testTopLevelPropertyWithTypeInInititalzerWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzerWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInDelegateScript.kts")
public void testTopLevelPropertyWithoutTypeInDelegateScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInDelegateScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInErrorDelegateScript.kts")
public void testTopLevelPropertyWithoutTypeInErrorDelegateScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInErrorDelegateScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInInititalzerScript.kts")
public void testTopLevelPropertyWithoutTypeInInititalzerScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInInititalzerScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBodyScript.kts")
public void testTopLevelSetterWithTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBodyWithoutNameScript.kts")
public void testTopLevelSetterWithTypeWithBodyWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBodyScript.kts")
public void testTopLevelSetterWithTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBodyWithoutNameScript.kts")
public void testTopLevelSetterWithTypeWithoutBodyWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithBodyScript.kts")
public void testTopLevelSetterWithoutTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithoutBodyScript.kts")
public void testTopLevelSetterWithoutTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithoutBodyScript.kts");
}
}
@@ -19,188 +19,188 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/fileStructure")
@TestDataPath("$PROJECT_ROOT")
public class ScriptFileStructureTestGenerated extends AbstractScriptFileStructureTest {
@Test
public void testAllFilesPresentInFileStructure() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
public void testAllFilesPresentInFileStructure() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
@TestMetadata("classMemberPropertyScript.kts")
public void testClassMemberPropertyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberPropertyScript.kts");
}
@Test
@TestMetadata("classMemberPropertyScript.kts")
public void testClassMemberPropertyScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberPropertyScript.kts");
}
@Test
@TestMetadata("classScript.kts")
public void testClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/classScript.kts");
}
@Test
@TestMetadata("classScript.kts")
public void testClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/classScript.kts");
}
@Test
@TestMetadata("constructorsScript.kts")
public void testConstructorsScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorsScript.kts");
}
@Test
@TestMetadata("constructorsScript.kts")
public void testConstructorsScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorsScript.kts");
}
@Test
@TestMetadata("danglingAnnotationClassLevelScript.kts")
public void testDanglingAnnotationClassLevelScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevelScript.kts");
}
@Test
@TestMetadata("danglingAnnotationClassLevelScript.kts")
public void testDanglingAnnotationClassLevelScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevelScript.kts");
}
@Test
@TestMetadata("declarationsInPropertyInitScript.kts")
public void testDeclarationsInPropertyInitScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInitScript.kts");
}
@Test
@TestMetadata("declarationsInPropertyInitScript.kts")
public void testDeclarationsInPropertyInitScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInitScript.kts");
}
@Test
@TestMetadata("destructuring.kts")
public void testDestructuring() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/destructuring.kts");
}
@Test
@TestMetadata("destructuring.kts")
public void testDestructuring() {
runTest("analysis/low-level-api-fir/testData/fileStructure/destructuring.kts");
}
@Test
@TestMetadata("enumClassScript.kts")
public void testEnumClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassScript.kts");
}
@Test
@TestMetadata("enumClassScript.kts")
public void testEnumClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassScript.kts");
}
@Test
@TestMetadata("enumClassWithBodyScript.kts")
public void testEnumClassWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBodyScript.kts");
}
@Test
@TestMetadata("enumClassWithBodyScript.kts")
public void testEnumClassWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBodyScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClassScript.kts")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClassScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClassScript.kts")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClassScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideScript.kts")
public void testFunctionWithImplicitTypeAndFunctionInsideScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideScript.kts")
public void testFunctionWithImplicitTypeAndFunctionInsideScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInsideScript.kts")
public void testFunctionWithImplicitTypeAndPropertyInsideScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInsideScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInsideScript.kts")
public void testFunctionWithImplicitTypeAndPropertyInsideScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInsideScript.kts");
}
@Test
@TestMetadata("initBlockScript.kts")
public void testInitBlockScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlockScript.kts");
}
@Test
@TestMetadata("initBlockScript.kts")
public void testInitBlockScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlockScript.kts");
}
@Test
@TestMetadata("localClassScript.kts")
public void testLocalClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClassScript.kts");
}
@Test
@TestMetadata("localClassScript.kts")
public void testLocalClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClassScript.kts");
}
@Test
@TestMetadata("localFunScript.kts")
public void testLocalFunScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunScript.kts");
}
@Test
@TestMetadata("localFunScript.kts")
public void testLocalFunScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunScript.kts");
}
@Test
@TestMetadata("localPropertyScript.kts")
public void testLocalPropertyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localPropertyScript.kts");
}
@Test
@TestMetadata("localPropertyScript.kts")
public void testLocalPropertyScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localPropertyScript.kts");
}
@Test
@TestMetadata("memberTypeAliasScript.kts")
public void testMemberTypeAliasScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAliasScript.kts");
}
@Test
@TestMetadata("memberTypeAliasScript.kts")
public void testMemberTypeAliasScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAliasScript.kts");
}
@Test
@TestMetadata("nestedClassesScript.kts")
public void testNestedClassesScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClassesScript.kts");
}
@Test
@TestMetadata("nestedClassesScript.kts")
public void testNestedClassesScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClassesScript.kts");
}
@Test
@TestMetadata("propertyAccessorsScript.kts")
public void testPropertyAccessorsScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessorsScript.kts");
}
@Test
@TestMetadata("propertyAccessorsScript.kts")
public void testPropertyAccessorsScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessorsScript.kts");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClassScript.kts")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClassScript.kts");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClassScript.kts")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClassScript.kts");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript.kts")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript.kts");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript.kts")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript.kts");
}
@Test
@TestMetadata("script.kts")
public void testScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/script.kts");
}
@Test
@TestMetadata("script.kts")
public void testScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/script.kts");
}
@Test
@TestMetadata("secondLevelFunction.kts")
public void testSecondLevelFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondLevelFunction.kts");
}
@Test
@TestMetadata("secondLevelFunction.kts")
public void testSecondLevelFunction() {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondLevelFunction.kts");
}
@Test
@TestMetadata("secondLevelFunction2.kts")
public void testSecondLevelFunction2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondLevelFunction2.kts");
}
@Test
@TestMetadata("secondLevelFunction2.kts")
public void testSecondLevelFunction2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondLevelFunction2.kts");
}
@Test
@TestMetadata("superClassCallScript.kts")
public void testSuperClassCallScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCallScript.kts");
}
@Test
@TestMetadata("superClassCallScript.kts")
public void testSuperClassCallScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCallScript.kts");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithTypeScript.kts")
public void testTopLevelExpressionBodyFunWithTypeScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithTypeScript.kts");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithTypeScript.kts")
public void testTopLevelExpressionBodyFunWithTypeScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithTypeScript.kts");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutTypeScript.kts")
public void testTopLevelExpressionBodyFunWithoutTypeScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutTypeScript.kts");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutTypeScript.kts")
public void testTopLevelExpressionBodyFunWithoutTypeScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutTypeScript.kts");
}
@Test
@TestMetadata("topLevelFunWithTypeScript.kts")
public void testTopLevelFunWithTypeScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithTypeScript.kts");
}
@Test
@TestMetadata("topLevelFunWithTypeScript.kts")
public void testTopLevelFunWithTypeScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithTypeScript.kts");
}
@Test
@TestMetadata("topLevelPropertyScript.kts")
public void testTopLevelPropertyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelPropertyScript.kts");
}
@Test
@TestMetadata("topLevelPropertyScript.kts")
public void testTopLevelPropertyScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelPropertyScript.kts");
}
@Test
@TestMetadata("topLevelUnitFunScript.kts")
public void testTopLevelUnitFunScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFunScript.kts");
}
@Test
@TestMetadata("topLevelUnitFunScript.kts")
public void testTopLevelUnitFunScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFunScript.kts");
}
@Test
@TestMetadata("withoutNameScript.kts")
public void testWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutNameScript.kts");
}
@Test
@TestMetadata("withoutNameScript.kts")
public void testWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutNameScript.kts");
}
}
@@ -19,446 +19,446 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/inBlockModification")
@TestDataPath("$PROJECT_ROOT")
public class ScriptInBlockModificationTestGenerated extends AbstractScriptInBlockModificationTest {
@Test
public void testAllFilesPresentInInBlockModification() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/inBlockModification"), Pattern.compile("^(.+)\\.(kts)$"), null, false);
}
@Test
@TestMetadata("assignment.kts")
public void testAssignment() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/assignment.kts");
}
@Test
@TestMetadata("contractScript.kts")
public void testContractScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/contractScript.kts");
}
@Test
@TestMetadata("entireContractScript.kts")
public void testEntireContractScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireContractScript.kts");
}
@Test
@TestMetadata("entireFunctionBodyScript.kts")
public void testEntireFunctionBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireFunctionBodyScript.kts");
}
@Test
@TestMetadata("entireGetterBodyScript.kts")
public void testEntireGetterBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireGetterBodyScript.kts");
}
@Test
@TestMetadata("entireInitializerScript.kts")
public void testEntireInitializerScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireInitializerScript.kts");
}
@Test
@TestMetadata("entireSetterBodyScript.kts")
public void testEntireSetterBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireSetterBodyScript.kts");
}
@Test
@TestMetadata("extensionWithDefaultParametersScript.kts")
public void testExtensionWithDefaultParametersScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/extensionWithDefaultParametersScript.kts");
}
@Test
@TestMetadata("functionWithDefaultParametersScript.kts")
public void testFunctionWithDefaultParametersScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/functionWithDefaultParametersScript.kts");
}
@Test
@TestMetadata("insideContractScript.kts")
public void testInsideContractScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideContractScript.kts");
}
@Test
@TestMetadata("insideDefaultParameterScript.kts")
public void testInsideDefaultParameterScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideDefaultParameterScript.kts");
}
@Test
@TestMetadata("insideStatement.kts")
public void testInsideStatement() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideStatement.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithContractScript.kts")
public void testMemberFunWithBodyWithContractScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithContractScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithErrorContractScript.kts")
public void testMemberFunWithBodyWithErrorContractScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithErrorContractScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithFakeContractScript.kts")
public void testMemberFunWithBodyWithFakeContractScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithFakeContractScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithTypeScript.kts")
public void testMemberFunWithBodyWithTypeScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithTypeScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithoutTypeScript.kts")
public void testMemberFunWithBodyWithoutTypeScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutTypeScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithoutTypeWithoutNameScript.kts")
public void testMemberFunWithBodyWithoutTypeWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("memberFunWithTypeWithoutBodyScript.kts")
public void testMemberFunWithTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberFunWithoutBodyWithTypeWithoutNameScript.kts")
public void testMemberFunWithoutBodyWithTypeWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("memberFunWithoutBodyWithoutTypeWithoutNameScript.kts")
public void testMemberFunWithoutBodyWithoutTypeWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithoutTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("memberFunWithoutTypeWithoutBodyScript.kts")
public void testMemberFunWithoutTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberGetterWithBodyWithContractScript.kts")
public void testMemberGetterWithBodyWithContractScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContractScript.kts");
}
@Test
@TestMetadata("memberGetterWithBodyWithContractWithoutNameScript.kts")
public void testMemberGetterWithBodyWithContractWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContractWithoutNameScript.kts");
}
@Test
@TestMetadata("memberGetterWithTypeWithBodyScript.kts")
public void testMemberGetterWithTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBodyScript.kts")
public void testMemberGetterWithTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBodyWithoutNameScript.kts")
public void testMemberGetterWithTypeWithoutBodyWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithBodyScript.kts")
public void testMemberGetterWithoutTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithoutBodyScript.kts")
public void testMemberGetterWithoutTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegateScript.kts")
public void testMemberPropertyWithTypeInDelegateScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegateScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegateWithoutNameScript.kts")
public void testMemberPropertyWithTypeInDelegateWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegateWithoutNameScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInErrorDelegateScript.kts")
public void testMemberPropertyWithTypeInErrorDelegateScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInErrorDelegateScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializerScript.kts")
public void testMemberPropertyWithTypeInInitializerScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializerScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializerWithoutNameScript.kts")
public void testMemberPropertyWithTypeInInitializerWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializerWithoutNameScript.kts");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInDelegateScript.kts")
public void testMemberPropertyWithoutTypeInDelegateScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInDelegateScript.kts");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInErrorDelegateScript.kts")
public void testMemberPropertyWithoutTypeInErrorDelegateScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInErrorDelegateScript.kts");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInInitializerScript.kts")
public void testMemberPropertyWithoutTypeInInitializerScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInInitializerScript.kts");
}
@Test
@TestMetadata("memberSetterWithTypeWithBodyScript.kts")
public void testMemberSetterWithTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("memberSetterWithTypeWithBodyWithoutNameScript.kts")
public void testMemberSetterWithTypeWithBodyWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBodyScript.kts")
public void testMemberSetterWithTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBodyWithoutNameScript.kts")
public void testMemberSetterWithTypeWithoutBodyWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithBodyScript.kts")
public void testMemberSetterWithoutTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithoutBodyScript.kts")
public void testMemberSetterWithoutTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("rawContractScript.kts")
public void testRawContractScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/rawContractScript.kts");
}
@Test
@TestMetadata("statement.kts")
public void testStatement() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/statement.kts");
}
@Test
@TestMetadata("statement2.kts")
public void testStatement2() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/statement2.kts");
}
@Test
@TestMetadata("topLevelFunctionWithBodyWithoutTypeWithoutNameScript.kts")
public void testTopLevelFunctionWithBodyWithoutTypeWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithBodyWithoutTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBodyScript.kts")
public void testTopLevelFunctionWithTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithoutBodyScript.kts")
public void testTopLevelFunctionWithTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithTypeWithoutNameScript.kts")
public void testTopLevelFunctionWithoutBodyWithTypeWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithoutTypeWithoutNameScript.kts")
public void testTopLevelFunctionWithoutBodyWithoutTypeWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithoutTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithBodyScript.kts")
public void testTopLevelFunctionWithoutTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithoutBodyScript.kts")
public void testTopLevelFunctionWithoutTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBodyScript.kts")
public void testTopLevelGetterWithTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBodyWithoutNameScript.kts")
public void testTopLevelGetterWithTypeWithBodyWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBodyScript.kts")
public void testTopLevelGetterWithTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBodyWithoutNameScript.kts")
public void testTopLevelGetterWithTypeWithoutBodyWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithBodyScript.kts")
public void testTopLevelGetterWithoutTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithoutBodyScript.kts")
public void testTopLevelGetterWithoutTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegateScript.kts")
public void testTopLevelPropertyWithTypeInDelegateScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegateScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegateWithoutNameScript.kts")
public void testTopLevelPropertyWithTypeInDelegateWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegateWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInErrorDelegateScript.kts")
public void testTopLevelPropertyWithTypeInErrorDelegateScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInErrorDelegateScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzerScript.kts")
public void testTopLevelPropertyWithTypeInInititalzerScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzerScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzerWithoutNameScript.kts")
public void testTopLevelPropertyWithTypeInInititalzerWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzerWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInDelegateScript.kts")
public void testTopLevelPropertyWithoutTypeInDelegateScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInDelegateScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInErrorDelegateScript.kts")
public void testTopLevelPropertyWithoutTypeInErrorDelegateScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInErrorDelegateScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInInititalzerScript.kts")
public void testTopLevelPropertyWithoutTypeInInititalzerScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInInititalzerScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBodyScript.kts")
public void testTopLevelSetterWithTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBodyWithoutNameScript.kts")
public void testTopLevelSetterWithTypeWithBodyWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBodyScript.kts")
public void testTopLevelSetterWithTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBodyWithoutNameScript.kts")
public void testTopLevelSetterWithTypeWithoutBodyWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithBodyScript.kts")
public void testTopLevelSetterWithoutTypeWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithoutBodyScript.kts")
public void testTopLevelSetterWithoutTypeWithoutBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithoutBodyScript.kts");
}
@Test
public void testAllFilesPresentInInBlockModification() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/inBlockModification"), Pattern.compile("^(.+)\\.(kts)$"), null, false);
}
@Test
@TestMetadata("assignment.kts")
public void testAssignment() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/assignment.kts");
}
@Test
@TestMetadata("contractScript.kts")
public void testContractScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/contractScript.kts");
}
@Test
@TestMetadata("entireContractScript.kts")
public void testEntireContractScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireContractScript.kts");
}
@Test
@TestMetadata("entireFunctionBodyScript.kts")
public void testEntireFunctionBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireFunctionBodyScript.kts");
}
@Test
@TestMetadata("entireGetterBodyScript.kts")
public void testEntireGetterBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireGetterBodyScript.kts");
}
@Test
@TestMetadata("entireInitializerScript.kts")
public void testEntireInitializerScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireInitializerScript.kts");
}
@Test
@TestMetadata("entireSetterBodyScript.kts")
public void testEntireSetterBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireSetterBodyScript.kts");
}
@Test
@TestMetadata("extensionWithDefaultParametersScript.kts")
public void testExtensionWithDefaultParametersScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/extensionWithDefaultParametersScript.kts");
}
@Test
@TestMetadata("functionWithDefaultParametersScript.kts")
public void testFunctionWithDefaultParametersScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/functionWithDefaultParametersScript.kts");
}
@Test
@TestMetadata("insideContractScript.kts")
public void testInsideContractScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideContractScript.kts");
}
@Test
@TestMetadata("insideDefaultParameterScript.kts")
public void testInsideDefaultParameterScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideDefaultParameterScript.kts");
}
@Test
@TestMetadata("insideStatement.kts")
public void testInsideStatement() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideStatement.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithContractScript.kts")
public void testMemberFunWithBodyWithContractScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithContractScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithErrorContractScript.kts")
public void testMemberFunWithBodyWithErrorContractScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithErrorContractScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithFakeContractScript.kts")
public void testMemberFunWithBodyWithFakeContractScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithFakeContractScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithTypeScript.kts")
public void testMemberFunWithBodyWithTypeScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithTypeScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithoutTypeScript.kts")
public void testMemberFunWithBodyWithoutTypeScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutTypeScript.kts");
}
@Test
@TestMetadata("memberFunWithBodyWithoutTypeWithoutNameScript.kts")
public void testMemberFunWithBodyWithoutTypeWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("memberFunWithTypeWithoutBodyScript.kts")
public void testMemberFunWithTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberFunWithoutBodyWithTypeWithoutNameScript.kts")
public void testMemberFunWithoutBodyWithTypeWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("memberFunWithoutBodyWithoutTypeWithoutNameScript.kts")
public void testMemberFunWithoutBodyWithoutTypeWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithoutTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("memberFunWithoutTypeWithoutBodyScript.kts")
public void testMemberFunWithoutTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberGetterWithBodyWithContractScript.kts")
public void testMemberGetterWithBodyWithContractScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContractScript.kts");
}
@Test
@TestMetadata("memberGetterWithBodyWithContractWithoutNameScript.kts")
public void testMemberGetterWithBodyWithContractWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContractWithoutNameScript.kts");
}
@Test
@TestMetadata("memberGetterWithTypeWithBodyScript.kts")
public void testMemberGetterWithTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBodyScript.kts")
public void testMemberGetterWithTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBodyWithoutNameScript.kts")
public void testMemberGetterWithTypeWithoutBodyWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithBodyScript.kts")
public void testMemberGetterWithoutTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithoutBodyScript.kts")
public void testMemberGetterWithoutTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegateScript.kts")
public void testMemberPropertyWithTypeInDelegateScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegateScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegateWithoutNameScript.kts")
public void testMemberPropertyWithTypeInDelegateWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegateWithoutNameScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInErrorDelegateScript.kts")
public void testMemberPropertyWithTypeInErrorDelegateScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInErrorDelegateScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializerScript.kts")
public void testMemberPropertyWithTypeInInitializerScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializerScript.kts");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializerWithoutNameScript.kts")
public void testMemberPropertyWithTypeInInitializerWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializerWithoutNameScript.kts");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInDelegateScript.kts")
public void testMemberPropertyWithoutTypeInDelegateScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInDelegateScript.kts");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInErrorDelegateScript.kts")
public void testMemberPropertyWithoutTypeInErrorDelegateScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInErrorDelegateScript.kts");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInInitializerScript.kts")
public void testMemberPropertyWithoutTypeInInitializerScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInInitializerScript.kts");
}
@Test
@TestMetadata("memberSetterWithTypeWithBodyScript.kts")
public void testMemberSetterWithTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("memberSetterWithTypeWithBodyWithoutNameScript.kts")
public void testMemberSetterWithTypeWithBodyWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBodyScript.kts")
public void testMemberSetterWithTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBodyWithoutNameScript.kts")
public void testMemberSetterWithTypeWithoutBodyWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithBodyScript.kts")
public void testMemberSetterWithoutTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithoutBodyScript.kts")
public void testMemberSetterWithoutTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("rawContractScript.kts")
public void testRawContractScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/rawContractScript.kts");
}
@Test
@TestMetadata("statement.kts")
public void testStatement() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/statement.kts");
}
@Test
@TestMetadata("statement2.kts")
public void testStatement2() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/statement2.kts");
}
@Test
@TestMetadata("topLevelFunctionWithBodyWithoutTypeWithoutNameScript.kts")
public void testTopLevelFunctionWithBodyWithoutTypeWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithBodyWithoutTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBodyScript.kts")
public void testTopLevelFunctionWithTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithoutBodyScript.kts")
public void testTopLevelFunctionWithTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithTypeWithoutNameScript.kts")
public void testTopLevelFunctionWithoutBodyWithTypeWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithoutTypeWithoutNameScript.kts")
public void testTopLevelFunctionWithoutBodyWithoutTypeWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithoutTypeWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithBodyScript.kts")
public void testTopLevelFunctionWithoutTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithoutBodyScript.kts")
public void testTopLevelFunctionWithoutTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBodyScript.kts")
public void testTopLevelGetterWithTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBodyWithoutNameScript.kts")
public void testTopLevelGetterWithTypeWithBodyWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBodyScript.kts")
public void testTopLevelGetterWithTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBodyWithoutNameScript.kts")
public void testTopLevelGetterWithTypeWithoutBodyWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithBodyScript.kts")
public void testTopLevelGetterWithoutTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithoutBodyScript.kts")
public void testTopLevelGetterWithoutTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegateScript.kts")
public void testTopLevelPropertyWithTypeInDelegateScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegateScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegateWithoutNameScript.kts")
public void testTopLevelPropertyWithTypeInDelegateWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegateWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInErrorDelegateScript.kts")
public void testTopLevelPropertyWithTypeInErrorDelegateScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInErrorDelegateScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzerScript.kts")
public void testTopLevelPropertyWithTypeInInititalzerScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzerScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzerWithoutNameScript.kts")
public void testTopLevelPropertyWithTypeInInititalzerWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzerWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInDelegateScript.kts")
public void testTopLevelPropertyWithoutTypeInDelegateScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInDelegateScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInErrorDelegateScript.kts")
public void testTopLevelPropertyWithoutTypeInErrorDelegateScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInErrorDelegateScript.kts");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInInititalzerScript.kts")
public void testTopLevelPropertyWithoutTypeInInititalzerScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInInititalzerScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBodyScript.kts")
public void testTopLevelSetterWithTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBodyWithoutNameScript.kts")
public void testTopLevelSetterWithTypeWithBodyWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBodyScript.kts")
public void testTopLevelSetterWithTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBodyScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBodyWithoutNameScript.kts")
public void testTopLevelSetterWithTypeWithoutBodyWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBodyWithoutNameScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithBodyScript.kts")
public void testTopLevelSetterWithoutTypeWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithBodyScript.kts");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithoutBodyScript.kts")
public void testTopLevelSetterWithoutTypeWithoutBodyScript() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithoutBodyScript.kts");
}
}
@@ -19,428 +19,428 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/inBlockModification")
@TestDataPath("$PROJECT_ROOT")
public class SourceDanglingFileInBlockModificationTestGenerated extends AbstractSourceDanglingFileInBlockModificationTest {
@Test
public void testAllFilesPresentInInBlockModification() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/inBlockModification"), Pattern.compile("^(.+)\\.(kt)$"), null, false);
}
@Test
@TestMetadata("contract.kt")
public void testContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/contract.kt");
}
@Test
@TestMetadata("entireContract.kt")
public void testEntireContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireContract.kt");
}
@Test
@TestMetadata("entireFunctionBody.kt")
public void testEntireFunctionBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireFunctionBody.kt");
}
@Test
@TestMetadata("entireGetterBody.kt")
public void testEntireGetterBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireGetterBody.kt");
}
@Test
@TestMetadata("entireInitializer.kt")
public void testEntireInitializer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireInitializer.kt");
}
@Test
@TestMetadata("entireSetterBody.kt")
public void testEntireSetterBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireSetterBody.kt");
}
@Test
@TestMetadata("extensionWithDefaultParameters.kt")
public void testExtensionWithDefaultParameters() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/extensionWithDefaultParameters.kt");
}
@Test
@TestMetadata("functionWithDefaultParameters.kt")
public void testFunctionWithDefaultParameters() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/functionWithDefaultParameters.kt");
}
@Test
@TestMetadata("insideContract.kt")
public void testInsideContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideContract.kt");
}
@Test
@TestMetadata("insideDefaultParameter.kt")
public void testInsideDefaultParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideDefaultParameter.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithContract.kt")
public void testMemberFunWithBodyWithContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithErrorContract.kt")
public void testMemberFunWithBodyWithErrorContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithErrorContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithFakeContract.kt")
public void testMemberFunWithBodyWithFakeContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithFakeContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithType.kt")
public void testMemberFunWithBodyWithType() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithType.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithoutType.kt")
public void testMemberFunWithBodyWithoutType() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutType.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithoutTypeWithoutName.kt")
public void testMemberFunWithBodyWithoutTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithTypeWithoutBody.kt")
public void testMemberFunWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberFunWithoutBodyWithTypeWithoutName.kt")
public void testMemberFunWithoutBodyWithTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithoutBodyWithoutTypeWithoutName.kt")
public void testMemberFunWithoutBodyWithoutTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithoutTypeWithoutBody.kt")
public void testMemberFunWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberGetterWithBodyWithContract.kt")
public void testMemberGetterWithBodyWithContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContract.kt");
}
@Test
@TestMetadata("memberGetterWithBodyWithContractWithoutName.kt")
public void testMemberGetterWithBodyWithContractWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContractWithoutName.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithBody.kt")
public void testMemberGetterWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBody.kt")
public void testMemberGetterWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBodyWithoutName.kt")
public void testMemberGetterWithTypeWithoutBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithBody.kt")
public void testMemberGetterWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithoutBody.kt")
public void testMemberGetterWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegate.kt")
public void testMemberPropertyWithTypeInDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegateWithoutName.kt")
public void testMemberPropertyWithTypeInDelegateWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegateWithoutName.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInErrorDelegate.kt")
public void testMemberPropertyWithTypeInErrorDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializer.kt")
public void testMemberPropertyWithTypeInInitializer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializer.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializerWithoutName.kt")
public void testMemberPropertyWithTypeInInitializerWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializerWithoutName.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInDelegate.kt")
public void testMemberPropertyWithoutTypeInDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInErrorDelegate.kt")
public void testMemberPropertyWithoutTypeInErrorDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInInitializer.kt")
public void testMemberPropertyWithoutTypeInInitializer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInInitializer.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithBody.kt")
public void testMemberSetterWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithBodyWithoutName.kt")
public void testMemberSetterWithTypeWithBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBody.kt")
public void testMemberSetterWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBodyWithoutName.kt")
public void testMemberSetterWithTypeWithoutBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithBody.kt")
public void testMemberSetterWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithoutBody.kt")
public void testMemberSetterWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("rawContract.kt")
public void testRawContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/rawContract.kt");
}
@Test
@TestMetadata("topLevelFunctionWithBodyWithoutTypeWithoutName.kt")
public void testTopLevelFunctionWithBodyWithoutTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBody.kt")
public void testTopLevelFunctionWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBodyDumpFile.kt")
public void testTopLevelFunctionWithTypeWithBodyDumpFile() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBodyDumpFile.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithoutBody.kt")
public void testTopLevelFunctionWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithTypeWithoutName.kt")
public void testTopLevelFunctionWithoutBodyWithTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithoutTypeWithoutName.kt")
public void testTopLevelFunctionWithoutBodyWithoutTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithBody.kt")
public void testTopLevelFunctionWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithoutBody.kt")
public void testTopLevelFunctionWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBody.kt")
public void testTopLevelGetterWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBodyWithoutName.kt")
public void testTopLevelGetterWithTypeWithBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBody.kt")
public void testTopLevelGetterWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBodyWithoutName.kt")
public void testTopLevelGetterWithTypeWithoutBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithBody.kt")
public void testTopLevelGetterWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithoutBody.kt")
public void testTopLevelGetterWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegate.kt")
public void testTopLevelPropertyWithTypeInDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegateWithoutName.kt")
public void testTopLevelPropertyWithTypeInDelegateWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegateWithoutName.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInErrorDelegate.kt")
public void testTopLevelPropertyWithTypeInErrorDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzer.kt")
public void testTopLevelPropertyWithTypeInInititalzer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzer.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzerWithoutName.kt")
public void testTopLevelPropertyWithTypeInInititalzerWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzerWithoutName.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInDelegate.kt")
public void testTopLevelPropertyWithoutTypeInDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInErrorDelegate.kt")
public void testTopLevelPropertyWithoutTypeInErrorDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInInititalzer.kt")
public void testTopLevelPropertyWithoutTypeInInititalzer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInInititalzer.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBody.kt")
public void testTopLevelSetterWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBodyWithoutName.kt")
public void testTopLevelSetterWithTypeWithBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBody.kt")
public void testTopLevelSetterWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBodyWithoutName.kt")
public void testTopLevelSetterWithTypeWithoutBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithBody.kt")
public void testTopLevelSetterWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithoutBody.kt")
public void testTopLevelSetterWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithoutBody.kt");
}
@Test
public void testAllFilesPresentInInBlockModification() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/inBlockModification"), Pattern.compile("^(.+)\\.(kt)$"), null, false);
}
@Test
@TestMetadata("contract.kt")
public void testContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/contract.kt");
}
@Test
@TestMetadata("entireContract.kt")
public void testEntireContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireContract.kt");
}
@Test
@TestMetadata("entireFunctionBody.kt")
public void testEntireFunctionBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireFunctionBody.kt");
}
@Test
@TestMetadata("entireGetterBody.kt")
public void testEntireGetterBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireGetterBody.kt");
}
@Test
@TestMetadata("entireInitializer.kt")
public void testEntireInitializer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireInitializer.kt");
}
@Test
@TestMetadata("entireSetterBody.kt")
public void testEntireSetterBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireSetterBody.kt");
}
@Test
@TestMetadata("extensionWithDefaultParameters.kt")
public void testExtensionWithDefaultParameters() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/extensionWithDefaultParameters.kt");
}
@Test
@TestMetadata("functionWithDefaultParameters.kt")
public void testFunctionWithDefaultParameters() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/functionWithDefaultParameters.kt");
}
@Test
@TestMetadata("insideContract.kt")
public void testInsideContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideContract.kt");
}
@Test
@TestMetadata("insideDefaultParameter.kt")
public void testInsideDefaultParameter() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideDefaultParameter.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithContract.kt")
public void testMemberFunWithBodyWithContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithErrorContract.kt")
public void testMemberFunWithBodyWithErrorContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithErrorContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithFakeContract.kt")
public void testMemberFunWithBodyWithFakeContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithFakeContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithType.kt")
public void testMemberFunWithBodyWithType() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithType.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithoutType.kt")
public void testMemberFunWithBodyWithoutType() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutType.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithoutTypeWithoutName.kt")
public void testMemberFunWithBodyWithoutTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithTypeWithoutBody.kt")
public void testMemberFunWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberFunWithoutBodyWithTypeWithoutName.kt")
public void testMemberFunWithoutBodyWithTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithoutBodyWithoutTypeWithoutName.kt")
public void testMemberFunWithoutBodyWithoutTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithoutTypeWithoutBody.kt")
public void testMemberFunWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberGetterWithBodyWithContract.kt")
public void testMemberGetterWithBodyWithContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContract.kt");
}
@Test
@TestMetadata("memberGetterWithBodyWithContractWithoutName.kt")
public void testMemberGetterWithBodyWithContractWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContractWithoutName.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithBody.kt")
public void testMemberGetterWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBody.kt")
public void testMemberGetterWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBodyWithoutName.kt")
public void testMemberGetterWithTypeWithoutBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithBody.kt")
public void testMemberGetterWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithoutBody.kt")
public void testMemberGetterWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegate.kt")
public void testMemberPropertyWithTypeInDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegateWithoutName.kt")
public void testMemberPropertyWithTypeInDelegateWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegateWithoutName.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInErrorDelegate.kt")
public void testMemberPropertyWithTypeInErrorDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializer.kt")
public void testMemberPropertyWithTypeInInitializer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializer.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializerWithoutName.kt")
public void testMemberPropertyWithTypeInInitializerWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializerWithoutName.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInDelegate.kt")
public void testMemberPropertyWithoutTypeInDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInErrorDelegate.kt")
public void testMemberPropertyWithoutTypeInErrorDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInInitializer.kt")
public void testMemberPropertyWithoutTypeInInitializer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInInitializer.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithBody.kt")
public void testMemberSetterWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithBodyWithoutName.kt")
public void testMemberSetterWithTypeWithBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBody.kt")
public void testMemberSetterWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBodyWithoutName.kt")
public void testMemberSetterWithTypeWithoutBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithBody.kt")
public void testMemberSetterWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithoutBody.kt")
public void testMemberSetterWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("rawContract.kt")
public void testRawContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/rawContract.kt");
}
@Test
@TestMetadata("topLevelFunctionWithBodyWithoutTypeWithoutName.kt")
public void testTopLevelFunctionWithBodyWithoutTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBody.kt")
public void testTopLevelFunctionWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBodyDumpFile.kt")
public void testTopLevelFunctionWithTypeWithBodyDumpFile() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBodyDumpFile.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithoutBody.kt")
public void testTopLevelFunctionWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithTypeWithoutName.kt")
public void testTopLevelFunctionWithoutBodyWithTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithoutTypeWithoutName.kt")
public void testTopLevelFunctionWithoutBodyWithoutTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithBody.kt")
public void testTopLevelFunctionWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithoutBody.kt")
public void testTopLevelFunctionWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBody.kt")
public void testTopLevelGetterWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBodyWithoutName.kt")
public void testTopLevelGetterWithTypeWithBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBody.kt")
public void testTopLevelGetterWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBodyWithoutName.kt")
public void testTopLevelGetterWithTypeWithoutBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithBody.kt")
public void testTopLevelGetterWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithoutBody.kt")
public void testTopLevelGetterWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegate.kt")
public void testTopLevelPropertyWithTypeInDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegateWithoutName.kt")
public void testTopLevelPropertyWithTypeInDelegateWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegateWithoutName.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInErrorDelegate.kt")
public void testTopLevelPropertyWithTypeInErrorDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzer.kt")
public void testTopLevelPropertyWithTypeInInititalzer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzer.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzerWithoutName.kt")
public void testTopLevelPropertyWithTypeInInititalzerWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzerWithoutName.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInDelegate.kt")
public void testTopLevelPropertyWithoutTypeInDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInErrorDelegate.kt")
public void testTopLevelPropertyWithoutTypeInErrorDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInInititalzer.kt")
public void testTopLevelPropertyWithoutTypeInInititalzer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInInititalzer.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBody.kt")
public void testTopLevelSetterWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBodyWithoutName.kt")
public void testTopLevelSetterWithTypeWithBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBody.kt")
public void testTopLevelSetterWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBodyWithoutName.kt")
public void testTopLevelSetterWithTypeWithoutBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithBody.kt")
public void testTopLevelSetterWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithoutBody.kt")
public void testTopLevelSetterWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithoutBody.kt");
}
}
@@ -19,398 +19,398 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/fileStructure")
@TestDataPath("$PROJECT_ROOT")
public class SourceFileStructureTestGenerated extends AbstractSourceFileStructureTest {
@Test
public void testAllFilesPresentInFileStructure() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("annonymousClass.kt")
public void testAnnonymousClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/annonymousClass.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndExplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndExplicitConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndExplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndImplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndImplicitConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndImplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSingleSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt");
}
@Test
@TestMetadata("class.kt")
public void testClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/class.kt");
}
@Test
@TestMetadata("class2.kt")
public void testClass2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/class2.kt");
}
@Test
@TestMetadata("classMemberProperty.kt")
public void testClassMemberProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberProperty.kt");
}
@Test
@TestMetadata("constructorParameter.kt")
public void testConstructorParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter.kt");
}
@Test
@TestMetadata("constructorParameter2.kt")
public void testConstructorParameter2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter2.kt");
}
@Test
@TestMetadata("constructorParameterWithAnnotations.kt")
public void testConstructorParameterWithAnnotations() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameterWithAnnotations.kt");
}
@Test
@TestMetadata("constructors.kt")
public void testConstructors() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructors.kt");
}
@Test
@TestMetadata("danglingAnnotationClassLevel.kt")
public void testDanglingAnnotationClassLevel() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevel.kt");
}
@Test
@TestMetadata("danglingAnnotationInMiddle.kt")
public void testDanglingAnnotationInMiddle() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationInMiddle.kt");
}
@Test
@TestMetadata("danglingAnnotationTopLevel.kt")
public void testDanglingAnnotationTopLevel() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationTopLevel.kt");
}
@Test
@TestMetadata("declarationsInPropertyInit.kt")
public void testDeclarationsInPropertyInit() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInit.kt");
}
@Test
@TestMetadata("enum.kt")
public void testEnum() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enum.kt");
}
@Test
@TestMetadata("enumClass.kt")
public void testEnumClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClass.kt");
}
@Test
@TestMetadata("enumClassWithBody.kt")
public void testEnumClassWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBody.kt");
}
@Test
@TestMetadata("funWithoutTypes.kt")
public void testFunWithoutTypes() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/funWithoutTypes.kt");
}
@Test
@TestMetadata("functionValueParameter.kt")
public void testFunctionValueParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionValueParameter.kt");
}
@Test
@TestMetadata("functionWithImplicitType.kt")
public void testFunctionWithImplicitType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitType.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInside.kt")
public void testFunctionWithImplicitTypeAndFunctionInside() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInside.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClass.kt")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClass.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInside.kt")
public void testFunctionWithImplicitTypeAndPropertyInside() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInside.kt");
}
@Test
@TestMetadata("functionalType.kt")
public void testFunctionalType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionalType.kt");
}
@Test
@TestMetadata("initBlock.kt")
public void testInitBlock() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlock.kt");
}
@Test
@TestMetadata("lambda.kt")
public void testLambda() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambda.kt");
}
@Test
@TestMetadata("lambdaInImplicitFunBody.kt")
public void testLambdaInImplicitFunBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitFunBody.kt");
}
@Test
@TestMetadata("lambdaInImplicitPropertyBody.kt")
public void testLambdaInImplicitPropertyBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitPropertyBody.kt");
}
@Test
@TestMetadata("lambdasInWithBodyFunction.kt")
public void testLambdasInWithBodyFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdasInWithBodyFunction.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass.kt");
}
@Test
@TestMetadata("localClass2.kt")
public void testLocalClass2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass2.kt");
}
@Test
@TestMetadata("localDeclarationsInAccessor.kt")
public void testLocalDeclarationsInAccessor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localDeclarationsInAccessor.kt");
}
@Test
@TestMetadata("localFun.kt")
public void testLocalFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFun.kt");
}
@Test
@TestMetadata("localFunctionWithImplicitType.kt")
public void testLocalFunctionWithImplicitType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunctionWithImplicitType.kt");
}
@Test
@TestMetadata("localProperty.kt")
public void testLocalProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localProperty.kt");
}
@Test
@TestMetadata("localUnitFunction.kt")
public void testLocalUnitFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localUnitFunction.kt");
}
@Test
@TestMetadata("memberFunctions.kt")
public void testMemberFunctions() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberFunctions.kt");
}
@Test
@TestMetadata("memberProperties.kt")
public void testMemberProperties() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberProperties.kt");
}
@Test
@TestMetadata("memberTypeAlias.kt")
public void testMemberTypeAlias() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAlias.kt");
}
@Test
@TestMetadata("multipleTopLevelClasses.kt")
public void testMultipleTopLevelClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelClasses.kt");
}
@Test
@TestMetadata("multipleTopLevelFunctionsWithImplicitTypes.kt")
public void testMultipleTopLevelFunctionsWithImplicitTypes() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelFunctionsWithImplicitTypes.kt");
}
@Test
@TestMetadata("multipleTopLevelUnitFunctions.kt")
public void testMultipleTopLevelUnitFunctions() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelUnitFunctions.kt");
}
@Test
@TestMetadata("nestedClases.kt")
public void testNestedClases() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClases.kt");
}
@Test
@TestMetadata("nestedClasesWithFun.kt")
public void testNestedClasesWithFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasesWithFun.kt");
}
@Test
@TestMetadata("nestedClasses.kt")
public void testNestedClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasses.kt");
}
@Test
@TestMetadata("propertyAccessors.kt")
public void testPropertyAccessors() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessors.kt");
}
@Test
@TestMetadata("propertyWithGetterAndSetter.kt")
public void testPropertyWithGetterAndSetter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithGetterAndSetter.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithSetter.kt")
public void testPropertyWithSetter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithSetter.kt");
}
@Test
@TestMetadata("qualifiedCallInsideSuperCall.kt")
public void testQualifiedCallInsideSuperCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/qualifiedCallInsideSuperCall.kt");
}
@Test
@TestMetadata("secondaryConstructor.kt")
public void testSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondaryConstructor.kt");
}
@Test
@TestMetadata("superCallAnnotation.kt")
public void testSuperCallAnnotation() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation.kt");
}
@Test
@TestMetadata("superCallAnnotation2.kt")
public void testSuperCallAnnotation2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation2.kt");
}
@Test
@TestMetadata("superClassCall.kt")
public void testSuperClassCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCall.kt");
}
@Test
@TestMetadata("superType.kt")
public void testSuperType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithType.kt")
public void testTopLevelExpressionBodyFunWithType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutType.kt")
public void testTopLevelExpressionBodyFunWithoutType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutType.kt");
}
@Test
@TestMetadata("topLevelFunWithType.kt")
public void testTopLevelFunWithType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithType.kt");
}
@Test
@TestMetadata("topLevelProperty.kt")
public void testTopLevelProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelUnitFun.kt")
public void testTopLevelUnitFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFun.kt");
}
@Test
@TestMetadata("typeAlias.kt")
public void testTypeAlias() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/typeAlias.kt");
}
@Test
@TestMetadata("withoutName.kt")
public void testWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutName.kt");
}
@Test
public void testAllFilesPresentInFileStructure() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("annonymousClass.kt")
public void testAnnonymousClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/annonymousClass.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndExplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndExplicitConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndExplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndImplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndImplicitConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndImplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSingleSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt");
}
@Test
@TestMetadata("class.kt")
public void testClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/class.kt");
}
@Test
@TestMetadata("class2.kt")
public void testClass2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/class2.kt");
}
@Test
@TestMetadata("classMemberProperty.kt")
public void testClassMemberProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberProperty.kt");
}
@Test
@TestMetadata("constructorParameter.kt")
public void testConstructorParameter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter.kt");
}
@Test
@TestMetadata("constructorParameter2.kt")
public void testConstructorParameter2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter2.kt");
}
@Test
@TestMetadata("constructorParameterWithAnnotations.kt")
public void testConstructorParameterWithAnnotations() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameterWithAnnotations.kt");
}
@Test
@TestMetadata("constructors.kt")
public void testConstructors() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructors.kt");
}
@Test
@TestMetadata("danglingAnnotationClassLevel.kt")
public void testDanglingAnnotationClassLevel() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevel.kt");
}
@Test
@TestMetadata("danglingAnnotationInMiddle.kt")
public void testDanglingAnnotationInMiddle() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationInMiddle.kt");
}
@Test
@TestMetadata("danglingAnnotationTopLevel.kt")
public void testDanglingAnnotationTopLevel() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationTopLevel.kt");
}
@Test
@TestMetadata("declarationsInPropertyInit.kt")
public void testDeclarationsInPropertyInit() {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInit.kt");
}
@Test
@TestMetadata("enum.kt")
public void testEnum() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enum.kt");
}
@Test
@TestMetadata("enumClass.kt")
public void testEnumClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClass.kt");
}
@Test
@TestMetadata("enumClassWithBody.kt")
public void testEnumClassWithBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBody.kt");
}
@Test
@TestMetadata("funWithoutTypes.kt")
public void testFunWithoutTypes() {
runTest("analysis/low-level-api-fir/testData/fileStructure/funWithoutTypes.kt");
}
@Test
@TestMetadata("functionValueParameter.kt")
public void testFunctionValueParameter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionValueParameter.kt");
}
@Test
@TestMetadata("functionWithImplicitType.kt")
public void testFunctionWithImplicitType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitType.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInside.kt")
public void testFunctionWithImplicitTypeAndFunctionInside() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInside.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClass.kt")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClass.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInside.kt")
public void testFunctionWithImplicitTypeAndPropertyInside() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInside.kt");
}
@Test
@TestMetadata("functionalType.kt")
public void testFunctionalType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionalType.kt");
}
@Test
@TestMetadata("initBlock.kt")
public void testInitBlock() {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlock.kt");
}
@Test
@TestMetadata("lambda.kt")
public void testLambda() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambda.kt");
}
@Test
@TestMetadata("lambdaInImplicitFunBody.kt")
public void testLambdaInImplicitFunBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitFunBody.kt");
}
@Test
@TestMetadata("lambdaInImplicitPropertyBody.kt")
public void testLambdaInImplicitPropertyBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitPropertyBody.kt");
}
@Test
@TestMetadata("lambdasInWithBodyFunction.kt")
public void testLambdasInWithBodyFunction() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdasInWithBodyFunction.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass.kt");
}
@Test
@TestMetadata("localClass2.kt")
public void testLocalClass2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass2.kt");
}
@Test
@TestMetadata("localDeclarationsInAccessor.kt")
public void testLocalDeclarationsInAccessor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localDeclarationsInAccessor.kt");
}
@Test
@TestMetadata("localFun.kt")
public void testLocalFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFun.kt");
}
@Test
@TestMetadata("localFunctionWithImplicitType.kt")
public void testLocalFunctionWithImplicitType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunctionWithImplicitType.kt");
}
@Test
@TestMetadata("localProperty.kt")
public void testLocalProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localProperty.kt");
}
@Test
@TestMetadata("localUnitFunction.kt")
public void testLocalUnitFunction() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localUnitFunction.kt");
}
@Test
@TestMetadata("memberFunctions.kt")
public void testMemberFunctions() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberFunctions.kt");
}
@Test
@TestMetadata("memberProperties.kt")
public void testMemberProperties() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberProperties.kt");
}
@Test
@TestMetadata("memberTypeAlias.kt")
public void testMemberTypeAlias() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAlias.kt");
}
@Test
@TestMetadata("multipleTopLevelClasses.kt")
public void testMultipleTopLevelClasses() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelClasses.kt");
}
@Test
@TestMetadata("multipleTopLevelFunctionsWithImplicitTypes.kt")
public void testMultipleTopLevelFunctionsWithImplicitTypes() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelFunctionsWithImplicitTypes.kt");
}
@Test
@TestMetadata("multipleTopLevelUnitFunctions.kt")
public void testMultipleTopLevelUnitFunctions() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelUnitFunctions.kt");
}
@Test
@TestMetadata("nestedClases.kt")
public void testNestedClases() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClases.kt");
}
@Test
@TestMetadata("nestedClasesWithFun.kt")
public void testNestedClasesWithFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasesWithFun.kt");
}
@Test
@TestMetadata("nestedClasses.kt")
public void testNestedClasses() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasses.kt");
}
@Test
@TestMetadata("propertyAccessors.kt")
public void testPropertyAccessors() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessors.kt");
}
@Test
@TestMetadata("propertyWithGetterAndSetter.kt")
public void testPropertyWithGetterAndSetter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithGetterAndSetter.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithSetter.kt")
public void testPropertyWithSetter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithSetter.kt");
}
@Test
@TestMetadata("qualifiedCallInsideSuperCall.kt")
public void testQualifiedCallInsideSuperCall() {
runTest("analysis/low-level-api-fir/testData/fileStructure/qualifiedCallInsideSuperCall.kt");
}
@Test
@TestMetadata("secondaryConstructor.kt")
public void testSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondaryConstructor.kt");
}
@Test
@TestMetadata("superCallAnnotation.kt")
public void testSuperCallAnnotation() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation.kt");
}
@Test
@TestMetadata("superCallAnnotation2.kt")
public void testSuperCallAnnotation2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation2.kt");
}
@Test
@TestMetadata("superClassCall.kt")
public void testSuperClassCall() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCall.kt");
}
@Test
@TestMetadata("superType.kt")
public void testSuperType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithType.kt")
public void testTopLevelExpressionBodyFunWithType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutType.kt")
public void testTopLevelExpressionBodyFunWithoutType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutType.kt");
}
@Test
@TestMetadata("topLevelFunWithType.kt")
public void testTopLevelFunWithType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithType.kt");
}
@Test
@TestMetadata("topLevelProperty.kt")
public void testTopLevelProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelUnitFun.kt")
public void testTopLevelUnitFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFun.kt");
}
@Test
@TestMetadata("typeAlias.kt")
public void testTypeAlias() {
runTest("analysis/low-level-api-fir/testData/fileStructure/typeAlias.kt");
}
@Test
@TestMetadata("withoutName.kt")
public void testWithoutName() {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutName.kt");
}
}
@@ -19,428 +19,428 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/inBlockModification")
@TestDataPath("$PROJECT_ROOT")
public class SourceInBlockModificationTestGenerated extends AbstractSourceInBlockModificationTest {
@Test
public void testAllFilesPresentInInBlockModification() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/inBlockModification"), Pattern.compile("^(.+)\\.(kt)$"), null, false);
}
@Test
@TestMetadata("contract.kt")
public void testContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/contract.kt");
}
@Test
@TestMetadata("entireContract.kt")
public void testEntireContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireContract.kt");
}
@Test
@TestMetadata("entireFunctionBody.kt")
public void testEntireFunctionBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireFunctionBody.kt");
}
@Test
@TestMetadata("entireGetterBody.kt")
public void testEntireGetterBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireGetterBody.kt");
}
@Test
@TestMetadata("entireInitializer.kt")
public void testEntireInitializer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireInitializer.kt");
}
@Test
@TestMetadata("entireSetterBody.kt")
public void testEntireSetterBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireSetterBody.kt");
}
@Test
@TestMetadata("extensionWithDefaultParameters.kt")
public void testExtensionWithDefaultParameters() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/extensionWithDefaultParameters.kt");
}
@Test
@TestMetadata("functionWithDefaultParameters.kt")
public void testFunctionWithDefaultParameters() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/functionWithDefaultParameters.kt");
}
@Test
@TestMetadata("insideContract.kt")
public void testInsideContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideContract.kt");
}
@Test
@TestMetadata("insideDefaultParameter.kt")
public void testInsideDefaultParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideDefaultParameter.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithContract.kt")
public void testMemberFunWithBodyWithContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithErrorContract.kt")
public void testMemberFunWithBodyWithErrorContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithErrorContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithFakeContract.kt")
public void testMemberFunWithBodyWithFakeContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithFakeContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithType.kt")
public void testMemberFunWithBodyWithType() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithType.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithoutType.kt")
public void testMemberFunWithBodyWithoutType() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutType.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithoutTypeWithoutName.kt")
public void testMemberFunWithBodyWithoutTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithTypeWithoutBody.kt")
public void testMemberFunWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberFunWithoutBodyWithTypeWithoutName.kt")
public void testMemberFunWithoutBodyWithTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithoutBodyWithoutTypeWithoutName.kt")
public void testMemberFunWithoutBodyWithoutTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithoutTypeWithoutBody.kt")
public void testMemberFunWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberGetterWithBodyWithContract.kt")
public void testMemberGetterWithBodyWithContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContract.kt");
}
@Test
@TestMetadata("memberGetterWithBodyWithContractWithoutName.kt")
public void testMemberGetterWithBodyWithContractWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContractWithoutName.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithBody.kt")
public void testMemberGetterWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBody.kt")
public void testMemberGetterWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBodyWithoutName.kt")
public void testMemberGetterWithTypeWithoutBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithBody.kt")
public void testMemberGetterWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithoutBody.kt")
public void testMemberGetterWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegate.kt")
public void testMemberPropertyWithTypeInDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegateWithoutName.kt")
public void testMemberPropertyWithTypeInDelegateWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegateWithoutName.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInErrorDelegate.kt")
public void testMemberPropertyWithTypeInErrorDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializer.kt")
public void testMemberPropertyWithTypeInInitializer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializer.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializerWithoutName.kt")
public void testMemberPropertyWithTypeInInitializerWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializerWithoutName.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInDelegate.kt")
public void testMemberPropertyWithoutTypeInDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInErrorDelegate.kt")
public void testMemberPropertyWithoutTypeInErrorDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInInitializer.kt")
public void testMemberPropertyWithoutTypeInInitializer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInInitializer.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithBody.kt")
public void testMemberSetterWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithBodyWithoutName.kt")
public void testMemberSetterWithTypeWithBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBody.kt")
public void testMemberSetterWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBodyWithoutName.kt")
public void testMemberSetterWithTypeWithoutBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithBody.kt")
public void testMemberSetterWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithoutBody.kt")
public void testMemberSetterWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("rawContract.kt")
public void testRawContract() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/rawContract.kt");
}
@Test
@TestMetadata("topLevelFunctionWithBodyWithoutTypeWithoutName.kt")
public void testTopLevelFunctionWithBodyWithoutTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBody.kt")
public void testTopLevelFunctionWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBodyDumpFile.kt")
public void testTopLevelFunctionWithTypeWithBodyDumpFile() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBodyDumpFile.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithoutBody.kt")
public void testTopLevelFunctionWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithTypeWithoutName.kt")
public void testTopLevelFunctionWithoutBodyWithTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithoutTypeWithoutName.kt")
public void testTopLevelFunctionWithoutBodyWithoutTypeWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithBody.kt")
public void testTopLevelFunctionWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithoutBody.kt")
public void testTopLevelFunctionWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBody.kt")
public void testTopLevelGetterWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBodyWithoutName.kt")
public void testTopLevelGetterWithTypeWithBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBody.kt")
public void testTopLevelGetterWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBodyWithoutName.kt")
public void testTopLevelGetterWithTypeWithoutBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithBody.kt")
public void testTopLevelGetterWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithoutBody.kt")
public void testTopLevelGetterWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegate.kt")
public void testTopLevelPropertyWithTypeInDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegateWithoutName.kt")
public void testTopLevelPropertyWithTypeInDelegateWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegateWithoutName.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInErrorDelegate.kt")
public void testTopLevelPropertyWithTypeInErrorDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzer.kt")
public void testTopLevelPropertyWithTypeInInititalzer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzer.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzerWithoutName.kt")
public void testTopLevelPropertyWithTypeInInititalzerWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzerWithoutName.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInDelegate.kt")
public void testTopLevelPropertyWithoutTypeInDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInErrorDelegate.kt")
public void testTopLevelPropertyWithoutTypeInErrorDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInInititalzer.kt")
public void testTopLevelPropertyWithoutTypeInInititalzer() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInInititalzer.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBody.kt")
public void testTopLevelSetterWithTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBodyWithoutName.kt")
public void testTopLevelSetterWithTypeWithBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBody.kt")
public void testTopLevelSetterWithTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBodyWithoutName.kt")
public void testTopLevelSetterWithTypeWithoutBodyWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithBody.kt")
public void testTopLevelSetterWithoutTypeWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithoutBody.kt")
public void testTopLevelSetterWithoutTypeWithoutBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithoutBody.kt");
}
@Test
public void testAllFilesPresentInInBlockModification() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/inBlockModification"), Pattern.compile("^(.+)\\.(kt)$"), null, false);
}
@Test
@TestMetadata("contract.kt")
public void testContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/contract.kt");
}
@Test
@TestMetadata("entireContract.kt")
public void testEntireContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireContract.kt");
}
@Test
@TestMetadata("entireFunctionBody.kt")
public void testEntireFunctionBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireFunctionBody.kt");
}
@Test
@TestMetadata("entireGetterBody.kt")
public void testEntireGetterBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireGetterBody.kt");
}
@Test
@TestMetadata("entireInitializer.kt")
public void testEntireInitializer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireInitializer.kt");
}
@Test
@TestMetadata("entireSetterBody.kt")
public void testEntireSetterBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/entireSetterBody.kt");
}
@Test
@TestMetadata("extensionWithDefaultParameters.kt")
public void testExtensionWithDefaultParameters() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/extensionWithDefaultParameters.kt");
}
@Test
@TestMetadata("functionWithDefaultParameters.kt")
public void testFunctionWithDefaultParameters() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/functionWithDefaultParameters.kt");
}
@Test
@TestMetadata("insideContract.kt")
public void testInsideContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideContract.kt");
}
@Test
@TestMetadata("insideDefaultParameter.kt")
public void testInsideDefaultParameter() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/insideDefaultParameter.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithContract.kt")
public void testMemberFunWithBodyWithContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithErrorContract.kt")
public void testMemberFunWithBodyWithErrorContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithErrorContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithFakeContract.kt")
public void testMemberFunWithBodyWithFakeContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithFakeContract.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithType.kt")
public void testMemberFunWithBodyWithType() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithType.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithoutType.kt")
public void testMemberFunWithBodyWithoutType() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutType.kt");
}
@Test
@TestMetadata("memberFunWithBodyWithoutTypeWithoutName.kt")
public void testMemberFunWithBodyWithoutTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithTypeWithoutBody.kt")
public void testMemberFunWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberFunWithoutBodyWithTypeWithoutName.kt")
public void testMemberFunWithoutBodyWithTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithoutBodyWithoutTypeWithoutName.kt")
public void testMemberFunWithoutBodyWithoutTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("memberFunWithoutTypeWithoutBody.kt")
public void testMemberFunWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberFunWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberGetterWithBodyWithContract.kt")
public void testMemberGetterWithBodyWithContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContract.kt");
}
@Test
@TestMetadata("memberGetterWithBodyWithContractWithoutName.kt")
public void testMemberGetterWithBodyWithContractWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithBodyWithContractWithoutName.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithBody.kt")
public void testMemberGetterWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBody.kt")
public void testMemberGetterWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberGetterWithTypeWithoutBodyWithoutName.kt")
public void testMemberGetterWithTypeWithoutBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithBody.kt")
public void testMemberGetterWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("memberGetterWithoutTypeWithoutBody.kt")
public void testMemberGetterWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberGetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegate.kt")
public void testMemberPropertyWithTypeInDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInDelegateWithoutName.kt")
public void testMemberPropertyWithTypeInDelegateWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInDelegateWithoutName.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInErrorDelegate.kt")
public void testMemberPropertyWithTypeInErrorDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializer.kt")
public void testMemberPropertyWithTypeInInitializer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializer.kt");
}
@Test
@TestMetadata("memberPropertyWithTypeInInitializerWithoutName.kt")
public void testMemberPropertyWithTypeInInitializerWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithTypeInInitializerWithoutName.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInDelegate.kt")
public void testMemberPropertyWithoutTypeInDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInErrorDelegate.kt")
public void testMemberPropertyWithoutTypeInErrorDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("memberPropertyWithoutTypeInInitializer.kt")
public void testMemberPropertyWithoutTypeInInitializer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberPropertyWithoutTypeInInitializer.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithBody.kt")
public void testMemberSetterWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithBodyWithoutName.kt")
public void testMemberSetterWithTypeWithBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBody.kt")
public void testMemberSetterWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("memberSetterWithTypeWithoutBodyWithoutName.kt")
public void testMemberSetterWithTypeWithoutBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithBody.kt")
public void testMemberSetterWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("memberSetterWithoutTypeWithoutBody.kt")
public void testMemberSetterWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/memberSetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("rawContract.kt")
public void testRawContract() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/rawContract.kt");
}
@Test
@TestMetadata("topLevelFunctionWithBodyWithoutTypeWithoutName.kt")
public void testTopLevelFunctionWithBodyWithoutTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBody.kt")
public void testTopLevelFunctionWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithBodyDumpFile.kt")
public void testTopLevelFunctionWithTypeWithBodyDumpFile() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithBodyDumpFile.kt");
}
@Test
@TestMetadata("topLevelFunctionWithTypeWithoutBody.kt")
public void testTopLevelFunctionWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithTypeWithoutName.kt")
public void testTopLevelFunctionWithoutBodyWithTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutBodyWithoutTypeWithoutName.kt")
public void testTopLevelFunctionWithoutBodyWithoutTypeWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutBodyWithoutTypeWithoutName.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithBody.kt")
public void testTopLevelFunctionWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelFunctionWithoutTypeWithoutBody.kt")
public void testTopLevelFunctionWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelFunctionWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBody.kt")
public void testTopLevelGetterWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithBodyWithoutName.kt")
public void testTopLevelGetterWithTypeWithBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBody.kt")
public void testTopLevelGetterWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithTypeWithoutBodyWithoutName.kt")
public void testTopLevelGetterWithTypeWithoutBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithBody.kt")
public void testTopLevelGetterWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelGetterWithoutTypeWithoutBody.kt")
public void testTopLevelGetterWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelGetterWithoutTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegate.kt")
public void testTopLevelPropertyWithTypeInDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInDelegateWithoutName.kt")
public void testTopLevelPropertyWithTypeInDelegateWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInDelegateWithoutName.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInErrorDelegate.kt")
public void testTopLevelPropertyWithTypeInErrorDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzer.kt")
public void testTopLevelPropertyWithTypeInInititalzer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzer.kt");
}
@Test
@TestMetadata("topLevelPropertyWithTypeInInititalzerWithoutName.kt")
public void testTopLevelPropertyWithTypeInInititalzerWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithTypeInInititalzerWithoutName.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInDelegate.kt")
public void testTopLevelPropertyWithoutTypeInDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInErrorDelegate.kt")
public void testTopLevelPropertyWithoutTypeInErrorDelegate() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInErrorDelegate.kt");
}
@Test
@TestMetadata("topLevelPropertyWithoutTypeInInititalzer.kt")
public void testTopLevelPropertyWithoutTypeInInititalzer() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelPropertyWithoutTypeInInititalzer.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBody.kt")
public void testTopLevelSetterWithTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithBodyWithoutName.kt")
public void testTopLevelSetterWithTypeWithBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBody.kt")
public void testTopLevelSetterWithTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithTypeWithoutBodyWithoutName.kt")
public void testTopLevelSetterWithTypeWithoutBodyWithoutName() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithTypeWithoutBodyWithoutName.kt");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithBody.kt")
public void testTopLevelSetterWithoutTypeWithBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithBody.kt");
}
@Test
@TestMetadata("topLevelSetterWithoutTypeWithoutBody.kt")
public void testTopLevelSetterWithoutTypeWithoutBody() {
runTest("analysis/low-level-api-fir/testData/inBlockModification/topLevelSetterWithoutTypeWithoutBody.kt");
}
}
@@ -19,26 +19,26 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/errorResistance")
@TestDataPath("$PROJECT_ROOT")
public class ErrorResistanceTestGenerated extends AbstractErrorResistanceTest {
@Test
public void testAllFilesPresentInErrorResistance() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/errorResistance"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
public void testAllFilesPresentInErrorResistance() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/errorResistance"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
@TestMetadata("builderInference.kt")
public void testBuilderInference() throws Exception {
runTest("analysis/low-level-api-fir/testData/errorResistance/builderInference.kt");
}
@Test
@TestMetadata("builderInference.kt")
public void testBuilderInference() {
runTest("analysis/low-level-api-fir/testData/errorResistance/builderInference.kt");
}
@Test
@TestMetadata("propertyDelegate.kt")
public void testPropertyDelegate() throws Exception {
runTest("analysis/low-level-api-fir/testData/errorResistance/propertyDelegate.kt");
}
@Test
@TestMetadata("propertyDelegate.kt")
public void testPropertyDelegate() {
runTest("analysis/low-level-api-fir/testData/errorResistance/propertyDelegate.kt");
}
@Test
@TestMetadata("propertyInitializer.kt")
public void testPropertyInitializer() throws Exception {
runTest("analysis/low-level-api-fir/testData/errorResistance/propertyInitializer.kt");
}
@Test
@TestMetadata("propertyInitializer.kt")
public void testPropertyInitializer() {
runTest("analysis/low-level-api-fir/testData/errorResistance/propertyInitializer.kt");
}
}
@@ -19,122 +19,122 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/lazyResolveScopes")
@TestDataPath("$PROJECT_ROOT")
public class OutOfContentRootLazyDeclarationResolveScopeBasedTestGenerated extends AbstractOutOfContentRootLazyDeclarationResolveScopeBasedTest {
@Test
public void testAllFilesPresentInLazyResolveScopes() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/lazyResolveScopes"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
public void testAllFilesPresentInLazyResolveScopes() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/lazyResolveScopes"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("anonymousObject.kt")
public void testAnonymousObject() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/anonymousObject.kt");
}
@Test
@TestMetadata("anonymousObject.kt")
public void testAnonymousObject() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/anonymousObject.kt");
}
@Test
@TestMetadata("class.kt")
public void testClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/class.kt");
}
@Test
@TestMetadata("class.kt")
public void testClass() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/class.kt");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideAnonymousObject.kt")
public void testDelegateOverrideWithImplicitTypeInsideAnonymousObject() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideAnonymousObject.kt")
public void testDelegateOverrideWithImplicitTypeInsideAnonymousObject() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideAnonymousObjectWithSubstitution.kt")
public void testDelegateOverrideWithImplicitTypeInsideAnonymousObjectWithSubstitution() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideAnonymousObjectWithSubstitution.kt");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideAnonymousObjectWithSubstitution.kt")
public void testDelegateOverrideWithImplicitTypeInsideAnonymousObjectWithSubstitution() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideAnonymousObjectWithSubstitution.kt");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideClass.kt")
public void testDelegateOverrideWithImplicitTypeInsideClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideClass.kt");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideClass.kt")
public void testDelegateOverrideWithImplicitTypeInsideClass() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideClass.kt");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideClassWithSubstitution.kt")
public void testDelegateOverrideWithImplicitTypeInsideClassWithSubstitution() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideClassWithSubstitution.kt");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideClassWithSubstitution.kt")
public void testDelegateOverrideWithImplicitTypeInsideClassWithSubstitution() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideClassWithSubstitution.kt");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideAnonymousObject.kt")
public void testDelegateOverrideWithoutImplicitTypeInsideAnonymousObject() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideAnonymousObject.kt")
public void testDelegateOverrideWithoutImplicitTypeInsideAnonymousObject() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideAnonymousObjectWithSubstitution.kt")
public void testDelegateOverrideWithoutImplicitTypeInsideAnonymousObjectWithSubstitution() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideAnonymousObjectWithSubstitution.kt");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideAnonymousObjectWithSubstitution.kt")
public void testDelegateOverrideWithoutImplicitTypeInsideAnonymousObjectWithSubstitution() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideAnonymousObjectWithSubstitution.kt");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideClass.kt")
public void testDelegateOverrideWithoutImplicitTypeInsideClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideClass.kt");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideClass.kt")
public void testDelegateOverrideWithoutImplicitTypeInsideClass() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideClass.kt");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideClassWithSubstitution.kt")
public void testDelegateOverrideWithoutImplicitTypeInsideClassWithSubstitution() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideClassWithSubstitution.kt");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideClassWithSubstitution.kt")
public void testDelegateOverrideWithoutImplicitTypeInsideClassWithSubstitution() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideClassWithSubstitution.kt");
}
@Test
@TestMetadata("intersectionOverride.kt")
public void testIntersectionOverride() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverride.kt");
}
@Test
@TestMetadata("intersectionOverride.kt")
public void testIntersectionOverride() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverride.kt");
}
@Test
@TestMetadata("intersectionOverride2.kt")
public void testIntersectionOverride2() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverride2.kt");
}
@Test
@TestMetadata("intersectionOverride2.kt")
public void testIntersectionOverride2() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverride2.kt");
}
@Test
@TestMetadata("intersectionOverrideWithImplicitTypeInsideAnonymousObject.kt")
public void testIntersectionOverrideWithImplicitTypeInsideAnonymousObject() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverrideWithImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("intersectionOverrideWithImplicitTypeInsideAnonymousObject.kt")
public void testIntersectionOverrideWithImplicitTypeInsideAnonymousObject() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverrideWithImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("intersectionOverrideWithoutImplicitTypeInsideAnonymousObject.kt")
public void testIntersectionOverrideWithoutImplicitTypeInsideAnonymousObject() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverrideWithoutImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("intersectionOverrideWithoutImplicitTypeInsideAnonymousObject.kt")
public void testIntersectionOverrideWithoutImplicitTypeInsideAnonymousObject() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverrideWithoutImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/localClass.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/localClass.kt");
}
@Test
@TestMetadata("substitutionOverrideWithImplicitTypeInsideAnonymousObject.kt")
public void testSubstitutionOverrideWithImplicitTypeInsideAnonymousObject() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("substitutionOverrideWithImplicitTypeInsideAnonymousObject.kt")
public void testSubstitutionOverrideWithImplicitTypeInsideAnonymousObject() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("substitutionOverrideWithImplicitTypeInsideClass.kt")
public void testSubstitutionOverrideWithImplicitTypeInsideClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithImplicitTypeInsideClass.kt");
}
@Test
@TestMetadata("substitutionOverrideWithImplicitTypeInsideClass.kt")
public void testSubstitutionOverrideWithImplicitTypeInsideClass() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithImplicitTypeInsideClass.kt");
}
@Test
@TestMetadata("substitutionOverrideWithoutImplicitTypeInsideAnonymousObject.kt")
public void testSubstitutionOverrideWithoutImplicitTypeInsideAnonymousObject() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithoutImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("substitutionOverrideWithoutImplicitTypeInsideAnonymousObject.kt")
public void testSubstitutionOverrideWithoutImplicitTypeInsideAnonymousObject() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithoutImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("substitutionOverrideWithoutImplicitTypeInsideClass.kt")
public void testSubstitutionOverrideWithoutImplicitTypeInsideClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithoutImplicitTypeInsideClass.kt");
}
@Test
@TestMetadata("substitutionOverrideWithoutImplicitTypeInsideClass.kt")
public void testSubstitutionOverrideWithoutImplicitTypeInsideClass() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithoutImplicitTypeInsideClass.kt");
}
}
@@ -19,398 +19,398 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/fileStructure")
@TestDataPath("$PROJECT_ROOT")
public class OutOfContentRootWholeFileResolvePhaseTestGenerated extends AbstractOutOfContentRootWholeFileResolvePhaseTest {
@Test
public void testAllFilesPresentInFileStructure() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("annonymousClass.kt")
public void testAnnonymousClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/annonymousClass.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndExplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndExplicitConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndExplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndImplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndImplicitConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndImplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSingleSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt");
}
@Test
@TestMetadata("class.kt")
public void testClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/class.kt");
}
@Test
@TestMetadata("class2.kt")
public void testClass2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/class2.kt");
}
@Test
@TestMetadata("classMemberProperty.kt")
public void testClassMemberProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberProperty.kt");
}
@Test
@TestMetadata("constructorParameter.kt")
public void testConstructorParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter.kt");
}
@Test
@TestMetadata("constructorParameter2.kt")
public void testConstructorParameter2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter2.kt");
}
@Test
@TestMetadata("constructorParameterWithAnnotations.kt")
public void testConstructorParameterWithAnnotations() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameterWithAnnotations.kt");
}
@Test
@TestMetadata("constructors.kt")
public void testConstructors() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructors.kt");
}
@Test
@TestMetadata("danglingAnnotationClassLevel.kt")
public void testDanglingAnnotationClassLevel() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevel.kt");
}
@Test
@TestMetadata("danglingAnnotationInMiddle.kt")
public void testDanglingAnnotationInMiddle() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationInMiddle.kt");
}
@Test
@TestMetadata("danglingAnnotationTopLevel.kt")
public void testDanglingAnnotationTopLevel() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationTopLevel.kt");
}
@Test
@TestMetadata("declarationsInPropertyInit.kt")
public void testDeclarationsInPropertyInit() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInit.kt");
}
@Test
@TestMetadata("enum.kt")
public void testEnum() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enum.kt");
}
@Test
@TestMetadata("enumClass.kt")
public void testEnumClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClass.kt");
}
@Test
@TestMetadata("enumClassWithBody.kt")
public void testEnumClassWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBody.kt");
}
@Test
@TestMetadata("funWithoutTypes.kt")
public void testFunWithoutTypes() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/funWithoutTypes.kt");
}
@Test
@TestMetadata("functionValueParameter.kt")
public void testFunctionValueParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionValueParameter.kt");
}
@Test
@TestMetadata("functionWithImplicitType.kt")
public void testFunctionWithImplicitType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitType.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInside.kt")
public void testFunctionWithImplicitTypeAndFunctionInside() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInside.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClass.kt")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClass.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInside.kt")
public void testFunctionWithImplicitTypeAndPropertyInside() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInside.kt");
}
@Test
@TestMetadata("functionalType.kt")
public void testFunctionalType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionalType.kt");
}
@Test
@TestMetadata("initBlock.kt")
public void testInitBlock() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlock.kt");
}
@Test
@TestMetadata("lambda.kt")
public void testLambda() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambda.kt");
}
@Test
@TestMetadata("lambdaInImplicitFunBody.kt")
public void testLambdaInImplicitFunBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitFunBody.kt");
}
@Test
@TestMetadata("lambdaInImplicitPropertyBody.kt")
public void testLambdaInImplicitPropertyBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitPropertyBody.kt");
}
@Test
@TestMetadata("lambdasInWithBodyFunction.kt")
public void testLambdasInWithBodyFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdasInWithBodyFunction.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass.kt");
}
@Test
@TestMetadata("localClass2.kt")
public void testLocalClass2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass2.kt");
}
@Test
@TestMetadata("localDeclarationsInAccessor.kt")
public void testLocalDeclarationsInAccessor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localDeclarationsInAccessor.kt");
}
@Test
@TestMetadata("localFun.kt")
public void testLocalFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFun.kt");
}
@Test
@TestMetadata("localFunctionWithImplicitType.kt")
public void testLocalFunctionWithImplicitType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunctionWithImplicitType.kt");
}
@Test
@TestMetadata("localProperty.kt")
public void testLocalProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localProperty.kt");
}
@Test
@TestMetadata("localUnitFunction.kt")
public void testLocalUnitFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localUnitFunction.kt");
}
@Test
@TestMetadata("memberFunctions.kt")
public void testMemberFunctions() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberFunctions.kt");
}
@Test
@TestMetadata("memberProperties.kt")
public void testMemberProperties() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberProperties.kt");
}
@Test
@TestMetadata("memberTypeAlias.kt")
public void testMemberTypeAlias() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAlias.kt");
}
@Test
@TestMetadata("multipleTopLevelClasses.kt")
public void testMultipleTopLevelClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelClasses.kt");
}
@Test
@TestMetadata("multipleTopLevelFunctionsWithImplicitTypes.kt")
public void testMultipleTopLevelFunctionsWithImplicitTypes() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelFunctionsWithImplicitTypes.kt");
}
@Test
@TestMetadata("multipleTopLevelUnitFunctions.kt")
public void testMultipleTopLevelUnitFunctions() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelUnitFunctions.kt");
}
@Test
@TestMetadata("nestedClases.kt")
public void testNestedClases() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClases.kt");
}
@Test
@TestMetadata("nestedClasesWithFun.kt")
public void testNestedClasesWithFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasesWithFun.kt");
}
@Test
@TestMetadata("nestedClasses.kt")
public void testNestedClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasses.kt");
}
@Test
@TestMetadata("propertyAccessors.kt")
public void testPropertyAccessors() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessors.kt");
}
@Test
@TestMetadata("propertyWithGetterAndSetter.kt")
public void testPropertyWithGetterAndSetter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithGetterAndSetter.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithSetter.kt")
public void testPropertyWithSetter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithSetter.kt");
}
@Test
@TestMetadata("qualifiedCallInsideSuperCall.kt")
public void testQualifiedCallInsideSuperCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/qualifiedCallInsideSuperCall.kt");
}
@Test
@TestMetadata("secondaryConstructor.kt")
public void testSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondaryConstructor.kt");
}
@Test
@TestMetadata("superCallAnnotation.kt")
public void testSuperCallAnnotation() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation.kt");
}
@Test
@TestMetadata("superCallAnnotation2.kt")
public void testSuperCallAnnotation2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation2.kt");
}
@Test
@TestMetadata("superClassCall.kt")
public void testSuperClassCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCall.kt");
}
@Test
@TestMetadata("superType.kt")
public void testSuperType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithType.kt")
public void testTopLevelExpressionBodyFunWithType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutType.kt")
public void testTopLevelExpressionBodyFunWithoutType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutType.kt");
}
@Test
@TestMetadata("topLevelFunWithType.kt")
public void testTopLevelFunWithType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithType.kt");
}
@Test
@TestMetadata("topLevelProperty.kt")
public void testTopLevelProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelUnitFun.kt")
public void testTopLevelUnitFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFun.kt");
}
@Test
@TestMetadata("typeAlias.kt")
public void testTypeAlias() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/typeAlias.kt");
}
@Test
@TestMetadata("withoutName.kt")
public void testWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutName.kt");
}
@Test
public void testAllFilesPresentInFileStructure() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("annonymousClass.kt")
public void testAnnonymousClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/annonymousClass.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndExplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndExplicitConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndExplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndImplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndImplicitConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndImplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSingleSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt");
}
@Test
@TestMetadata("class.kt")
public void testClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/class.kt");
}
@Test
@TestMetadata("class2.kt")
public void testClass2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/class2.kt");
}
@Test
@TestMetadata("classMemberProperty.kt")
public void testClassMemberProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberProperty.kt");
}
@Test
@TestMetadata("constructorParameter.kt")
public void testConstructorParameter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter.kt");
}
@Test
@TestMetadata("constructorParameter2.kt")
public void testConstructorParameter2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter2.kt");
}
@Test
@TestMetadata("constructorParameterWithAnnotations.kt")
public void testConstructorParameterWithAnnotations() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameterWithAnnotations.kt");
}
@Test
@TestMetadata("constructors.kt")
public void testConstructors() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructors.kt");
}
@Test
@TestMetadata("danglingAnnotationClassLevel.kt")
public void testDanglingAnnotationClassLevel() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevel.kt");
}
@Test
@TestMetadata("danglingAnnotationInMiddle.kt")
public void testDanglingAnnotationInMiddle() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationInMiddle.kt");
}
@Test
@TestMetadata("danglingAnnotationTopLevel.kt")
public void testDanglingAnnotationTopLevel() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationTopLevel.kt");
}
@Test
@TestMetadata("declarationsInPropertyInit.kt")
public void testDeclarationsInPropertyInit() {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInit.kt");
}
@Test
@TestMetadata("enum.kt")
public void testEnum() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enum.kt");
}
@Test
@TestMetadata("enumClass.kt")
public void testEnumClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClass.kt");
}
@Test
@TestMetadata("enumClassWithBody.kt")
public void testEnumClassWithBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBody.kt");
}
@Test
@TestMetadata("funWithoutTypes.kt")
public void testFunWithoutTypes() {
runTest("analysis/low-level-api-fir/testData/fileStructure/funWithoutTypes.kt");
}
@Test
@TestMetadata("functionValueParameter.kt")
public void testFunctionValueParameter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionValueParameter.kt");
}
@Test
@TestMetadata("functionWithImplicitType.kt")
public void testFunctionWithImplicitType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitType.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInside.kt")
public void testFunctionWithImplicitTypeAndFunctionInside() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInside.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClass.kt")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClass.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInside.kt")
public void testFunctionWithImplicitTypeAndPropertyInside() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInside.kt");
}
@Test
@TestMetadata("functionalType.kt")
public void testFunctionalType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionalType.kt");
}
@Test
@TestMetadata("initBlock.kt")
public void testInitBlock() {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlock.kt");
}
@Test
@TestMetadata("lambda.kt")
public void testLambda() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambda.kt");
}
@Test
@TestMetadata("lambdaInImplicitFunBody.kt")
public void testLambdaInImplicitFunBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitFunBody.kt");
}
@Test
@TestMetadata("lambdaInImplicitPropertyBody.kt")
public void testLambdaInImplicitPropertyBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitPropertyBody.kt");
}
@Test
@TestMetadata("lambdasInWithBodyFunction.kt")
public void testLambdasInWithBodyFunction() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdasInWithBodyFunction.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass.kt");
}
@Test
@TestMetadata("localClass2.kt")
public void testLocalClass2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass2.kt");
}
@Test
@TestMetadata("localDeclarationsInAccessor.kt")
public void testLocalDeclarationsInAccessor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localDeclarationsInAccessor.kt");
}
@Test
@TestMetadata("localFun.kt")
public void testLocalFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFun.kt");
}
@Test
@TestMetadata("localFunctionWithImplicitType.kt")
public void testLocalFunctionWithImplicitType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunctionWithImplicitType.kt");
}
@Test
@TestMetadata("localProperty.kt")
public void testLocalProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localProperty.kt");
}
@Test
@TestMetadata("localUnitFunction.kt")
public void testLocalUnitFunction() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localUnitFunction.kt");
}
@Test
@TestMetadata("memberFunctions.kt")
public void testMemberFunctions() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberFunctions.kt");
}
@Test
@TestMetadata("memberProperties.kt")
public void testMemberProperties() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberProperties.kt");
}
@Test
@TestMetadata("memberTypeAlias.kt")
public void testMemberTypeAlias() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAlias.kt");
}
@Test
@TestMetadata("multipleTopLevelClasses.kt")
public void testMultipleTopLevelClasses() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelClasses.kt");
}
@Test
@TestMetadata("multipleTopLevelFunctionsWithImplicitTypes.kt")
public void testMultipleTopLevelFunctionsWithImplicitTypes() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelFunctionsWithImplicitTypes.kt");
}
@Test
@TestMetadata("multipleTopLevelUnitFunctions.kt")
public void testMultipleTopLevelUnitFunctions() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelUnitFunctions.kt");
}
@Test
@TestMetadata("nestedClases.kt")
public void testNestedClases() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClases.kt");
}
@Test
@TestMetadata("nestedClasesWithFun.kt")
public void testNestedClasesWithFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasesWithFun.kt");
}
@Test
@TestMetadata("nestedClasses.kt")
public void testNestedClasses() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasses.kt");
}
@Test
@TestMetadata("propertyAccessors.kt")
public void testPropertyAccessors() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessors.kt");
}
@Test
@TestMetadata("propertyWithGetterAndSetter.kt")
public void testPropertyWithGetterAndSetter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithGetterAndSetter.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithSetter.kt")
public void testPropertyWithSetter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithSetter.kt");
}
@Test
@TestMetadata("qualifiedCallInsideSuperCall.kt")
public void testQualifiedCallInsideSuperCall() {
runTest("analysis/low-level-api-fir/testData/fileStructure/qualifiedCallInsideSuperCall.kt");
}
@Test
@TestMetadata("secondaryConstructor.kt")
public void testSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondaryConstructor.kt");
}
@Test
@TestMetadata("superCallAnnotation.kt")
public void testSuperCallAnnotation() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation.kt");
}
@Test
@TestMetadata("superCallAnnotation2.kt")
public void testSuperCallAnnotation2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation2.kt");
}
@Test
@TestMetadata("superClassCall.kt")
public void testSuperClassCall() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCall.kt");
}
@Test
@TestMetadata("superType.kt")
public void testSuperType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithType.kt")
public void testTopLevelExpressionBodyFunWithType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutType.kt")
public void testTopLevelExpressionBodyFunWithoutType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutType.kt");
}
@Test
@TestMetadata("topLevelFunWithType.kt")
public void testTopLevelFunWithType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithType.kt");
}
@Test
@TestMetadata("topLevelProperty.kt")
public void testTopLevelProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelUnitFun.kt")
public void testTopLevelUnitFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFun.kt");
}
@Test
@TestMetadata("typeAlias.kt")
public void testTypeAlias() {
runTest("analysis/low-level-api-fir/testData/fileStructure/typeAlias.kt");
}
@Test
@TestMetadata("withoutName.kt")
public void testWithoutName() {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutName.kt");
}
}
@@ -19,128 +19,128 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/lazyResolveScopes")
@TestDataPath("$PROJECT_ROOT")
public class ScriptLazyDeclarationResolveScopeBasedTestGenerated extends AbstractScriptLazyDeclarationResolveScopeBasedTest {
@Test
public void testAllFilesPresentInLazyResolveScopes() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/lazyResolveScopes"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
public void testAllFilesPresentInLazyResolveScopes() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/lazyResolveScopes"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
@TestMetadata("anonymousObjectScript.kts")
public void testAnonymousObjectScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/anonymousObjectScript.kts");
}
@Test
@TestMetadata("anonymousObjectScript.kts")
public void testAnonymousObjectScript() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/anonymousObjectScript.kts");
}
@Test
@TestMetadata("classDeclarationsScript.kts")
public void testClassDeclarationsScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/classDeclarationsScript.kts");
}
@Test
@TestMetadata("classDeclarationsScript.kts")
public void testClassDeclarationsScript() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/classDeclarationsScript.kts");
}
@Test
@TestMetadata("classFromStatement.kts")
public void testClassFromStatement() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/classFromStatement.kts");
}
@Test
@TestMetadata("classFromStatement.kts")
public void testClassFromStatement() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/classFromStatement.kts");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideAnonymousObjectScript.kts")
public void testDelegateOverrideWithImplicitTypeInsideAnonymousObjectScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideAnonymousObjectScript.kts");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideAnonymousObjectScript.kts")
public void testDelegateOverrideWithImplicitTypeInsideAnonymousObjectScript() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideAnonymousObjectScript.kts");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideAnonymousObjectWithSubstitutionScript.kts")
public void testDelegateOverrideWithImplicitTypeInsideAnonymousObjectWithSubstitutionScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideAnonymousObjectWithSubstitutionScript.kts");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideAnonymousObjectWithSubstitutionScript.kts")
public void testDelegateOverrideWithImplicitTypeInsideAnonymousObjectWithSubstitutionScript() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideAnonymousObjectWithSubstitutionScript.kts");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideClassScript.kts")
public void testDelegateOverrideWithImplicitTypeInsideClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideClassScript.kts");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideClassScript.kts")
public void testDelegateOverrideWithImplicitTypeInsideClassScript() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideClassScript.kts");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideClassWithSubstitutionScript.kts")
public void testDelegateOverrideWithImplicitTypeInsideClassWithSubstitutionScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideClassWithSubstitutionScript.kts");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideClassWithSubstitutionScript.kts")
public void testDelegateOverrideWithImplicitTypeInsideClassWithSubstitutionScript() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideClassWithSubstitutionScript.kts");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideAnonymousObjectScript.kts")
public void testDelegateOverrideWithoutImplicitTypeInsideAnonymousObjectScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideAnonymousObjectScript.kts");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideAnonymousObjectScript.kts")
public void testDelegateOverrideWithoutImplicitTypeInsideAnonymousObjectScript() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideAnonymousObjectScript.kts");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideAnonymousObjectWithSubstitutionScript.kts")
public void testDelegateOverrideWithoutImplicitTypeInsideAnonymousObjectWithSubstitutionScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideAnonymousObjectWithSubstitutionScript.kts");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideAnonymousObjectWithSubstitutionScript.kts")
public void testDelegateOverrideWithoutImplicitTypeInsideAnonymousObjectWithSubstitutionScript() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideAnonymousObjectWithSubstitutionScript.kts");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideClassScript.kts")
public void testDelegateOverrideWithoutImplicitTypeInsideClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideClassScript.kts");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideClassScript.kts")
public void testDelegateOverrideWithoutImplicitTypeInsideClassScript() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideClassScript.kts");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideClassWithSubstitutionScript.kts")
public void testDelegateOverrideWithoutImplicitTypeInsideClassWithSubstitutionScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideClassWithSubstitutionScript.kts");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideClassWithSubstitutionScript.kts")
public void testDelegateOverrideWithoutImplicitTypeInsideClassWithSubstitutionScript() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideClassWithSubstitutionScript.kts");
}
@Test
@TestMetadata("intersectionOverride2Script.kts")
public void testIntersectionOverride2Script() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverride2Script.kts");
}
@Test
@TestMetadata("intersectionOverride2Script.kts")
public void testIntersectionOverride2Script() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverride2Script.kts");
}
@Test
@TestMetadata("intersectionOverrideScript.kts")
public void testIntersectionOverrideScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverrideScript.kts");
}
@Test
@TestMetadata("intersectionOverrideScript.kts")
public void testIntersectionOverrideScript() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverrideScript.kts");
}
@Test
@TestMetadata("intersectionOverrideWithImplicitTypeInsideAnonymousObjectScript.kts")
public void testIntersectionOverrideWithImplicitTypeInsideAnonymousObjectScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverrideWithImplicitTypeInsideAnonymousObjectScript.kts");
}
@Test
@TestMetadata("intersectionOverrideWithImplicitTypeInsideAnonymousObjectScript.kts")
public void testIntersectionOverrideWithImplicitTypeInsideAnonymousObjectScript() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverrideWithImplicitTypeInsideAnonymousObjectScript.kts");
}
@Test
@TestMetadata("intersectionOverrideWithoutImplicitTypeInsideAnonymousObjectScript.kts")
public void testIntersectionOverrideWithoutImplicitTypeInsideAnonymousObjectScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverrideWithoutImplicitTypeInsideAnonymousObjectScript.kts");
}
@Test
@TestMetadata("intersectionOverrideWithoutImplicitTypeInsideAnonymousObjectScript.kts")
public void testIntersectionOverrideWithoutImplicitTypeInsideAnonymousObjectScript() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverrideWithoutImplicitTypeInsideAnonymousObjectScript.kts");
}
@Test
@TestMetadata("localClassScript.kts")
public void testLocalClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/localClassScript.kts");
}
@Test
@TestMetadata("localClassScript.kts")
public void testLocalClassScript() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/localClassScript.kts");
}
@Test
@TestMetadata("substitutionOverrideWithImplicitTypeInsideAnonymousObjectScript.kts")
public void testSubstitutionOverrideWithImplicitTypeInsideAnonymousObjectScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithImplicitTypeInsideAnonymousObjectScript.kts");
}
@Test
@TestMetadata("substitutionOverrideWithImplicitTypeInsideAnonymousObjectScript.kts")
public void testSubstitutionOverrideWithImplicitTypeInsideAnonymousObjectScript() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithImplicitTypeInsideAnonymousObjectScript.kts");
}
@Test
@TestMetadata("substitutionOverrideWithImplicitTypeInsideClassScript.kts")
public void testSubstitutionOverrideWithImplicitTypeInsideClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithImplicitTypeInsideClassScript.kts");
}
@Test
@TestMetadata("substitutionOverrideWithImplicitTypeInsideClassScript.kts")
public void testSubstitutionOverrideWithImplicitTypeInsideClassScript() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithImplicitTypeInsideClassScript.kts");
}
@Test
@TestMetadata("substitutionOverrideWithoutImplicitTypeInsideAnonymousObjectScript.kts")
public void testSubstitutionOverrideWithoutImplicitTypeInsideAnonymousObjectScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithoutImplicitTypeInsideAnonymousObjectScript.kts");
}
@Test
@TestMetadata("substitutionOverrideWithoutImplicitTypeInsideAnonymousObjectScript.kts")
public void testSubstitutionOverrideWithoutImplicitTypeInsideAnonymousObjectScript() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithoutImplicitTypeInsideAnonymousObjectScript.kts");
}
@Test
@TestMetadata("substitutionOverrideWithoutImplicitTypeInsideClassScript.kts")
public void testSubstitutionOverrideWithoutImplicitTypeInsideClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithoutImplicitTypeInsideClassScript.kts");
}
@Test
@TestMetadata("substitutionOverrideWithoutImplicitTypeInsideClassScript.kts")
public void testSubstitutionOverrideWithoutImplicitTypeInsideClassScript() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithoutImplicitTypeInsideClassScript.kts");
}
}
@@ -19,188 +19,188 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/fileStructure")
@TestDataPath("$PROJECT_ROOT")
public class ScriptWholeFileResolvePhaseTestGenerated extends AbstractScriptWholeFileResolvePhaseTest {
@Test
public void testAllFilesPresentInFileStructure() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
public void testAllFilesPresentInFileStructure() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kts)$"), null, true);
}
@Test
@TestMetadata("classMemberPropertyScript.kts")
public void testClassMemberPropertyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberPropertyScript.kts");
}
@Test
@TestMetadata("classMemberPropertyScript.kts")
public void testClassMemberPropertyScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberPropertyScript.kts");
}
@Test
@TestMetadata("classScript.kts")
public void testClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/classScript.kts");
}
@Test
@TestMetadata("classScript.kts")
public void testClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/classScript.kts");
}
@Test
@TestMetadata("constructorsScript.kts")
public void testConstructorsScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorsScript.kts");
}
@Test
@TestMetadata("constructorsScript.kts")
public void testConstructorsScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorsScript.kts");
}
@Test
@TestMetadata("danglingAnnotationClassLevelScript.kts")
public void testDanglingAnnotationClassLevelScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevelScript.kts");
}
@Test
@TestMetadata("danglingAnnotationClassLevelScript.kts")
public void testDanglingAnnotationClassLevelScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevelScript.kts");
}
@Test
@TestMetadata("declarationsInPropertyInitScript.kts")
public void testDeclarationsInPropertyInitScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInitScript.kts");
}
@Test
@TestMetadata("declarationsInPropertyInitScript.kts")
public void testDeclarationsInPropertyInitScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInitScript.kts");
}
@Test
@TestMetadata("destructuring.kts")
public void testDestructuring() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/destructuring.kts");
}
@Test
@TestMetadata("destructuring.kts")
public void testDestructuring() {
runTest("analysis/low-level-api-fir/testData/fileStructure/destructuring.kts");
}
@Test
@TestMetadata("enumClassScript.kts")
public void testEnumClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassScript.kts");
}
@Test
@TestMetadata("enumClassScript.kts")
public void testEnumClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassScript.kts");
}
@Test
@TestMetadata("enumClassWithBodyScript.kts")
public void testEnumClassWithBodyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBodyScript.kts");
}
@Test
@TestMetadata("enumClassWithBodyScript.kts")
public void testEnumClassWithBodyScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBodyScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClassScript.kts")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClassScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClassScript.kts")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClassScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideScript.kts")
public void testFunctionWithImplicitTypeAndFunctionInsideScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideScript.kts")
public void testFunctionWithImplicitTypeAndFunctionInsideScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInsideScript.kts")
public void testFunctionWithImplicitTypeAndPropertyInsideScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInsideScript.kts");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInsideScript.kts")
public void testFunctionWithImplicitTypeAndPropertyInsideScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInsideScript.kts");
}
@Test
@TestMetadata("initBlockScript.kts")
public void testInitBlockScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlockScript.kts");
}
@Test
@TestMetadata("initBlockScript.kts")
public void testInitBlockScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlockScript.kts");
}
@Test
@TestMetadata("localClassScript.kts")
public void testLocalClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClassScript.kts");
}
@Test
@TestMetadata("localClassScript.kts")
public void testLocalClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClassScript.kts");
}
@Test
@TestMetadata("localFunScript.kts")
public void testLocalFunScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunScript.kts");
}
@Test
@TestMetadata("localFunScript.kts")
public void testLocalFunScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunScript.kts");
}
@Test
@TestMetadata("localPropertyScript.kts")
public void testLocalPropertyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localPropertyScript.kts");
}
@Test
@TestMetadata("localPropertyScript.kts")
public void testLocalPropertyScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localPropertyScript.kts");
}
@Test
@TestMetadata("memberTypeAliasScript.kts")
public void testMemberTypeAliasScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAliasScript.kts");
}
@Test
@TestMetadata("memberTypeAliasScript.kts")
public void testMemberTypeAliasScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAliasScript.kts");
}
@Test
@TestMetadata("nestedClassesScript.kts")
public void testNestedClassesScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClassesScript.kts");
}
@Test
@TestMetadata("nestedClassesScript.kts")
public void testNestedClassesScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClassesScript.kts");
}
@Test
@TestMetadata("propertyAccessorsScript.kts")
public void testPropertyAccessorsScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessorsScript.kts");
}
@Test
@TestMetadata("propertyAccessorsScript.kts")
public void testPropertyAccessorsScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessorsScript.kts");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClassScript.kts")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClassScript.kts");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClassScript.kts")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClassScript.kts");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript.kts")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript.kts");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript.kts")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClassScript.kts");
}
@Test
@TestMetadata("script.kts")
public void testScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/script.kts");
}
@Test
@TestMetadata("script.kts")
public void testScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/script.kts");
}
@Test
@TestMetadata("secondLevelFunction.kts")
public void testSecondLevelFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondLevelFunction.kts");
}
@Test
@TestMetadata("secondLevelFunction.kts")
public void testSecondLevelFunction() {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondLevelFunction.kts");
}
@Test
@TestMetadata("secondLevelFunction2.kts")
public void testSecondLevelFunction2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondLevelFunction2.kts");
}
@Test
@TestMetadata("secondLevelFunction2.kts")
public void testSecondLevelFunction2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondLevelFunction2.kts");
}
@Test
@TestMetadata("superClassCallScript.kts")
public void testSuperClassCallScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCallScript.kts");
}
@Test
@TestMetadata("superClassCallScript.kts")
public void testSuperClassCallScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCallScript.kts");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithTypeScript.kts")
public void testTopLevelExpressionBodyFunWithTypeScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithTypeScript.kts");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithTypeScript.kts")
public void testTopLevelExpressionBodyFunWithTypeScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithTypeScript.kts");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutTypeScript.kts")
public void testTopLevelExpressionBodyFunWithoutTypeScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutTypeScript.kts");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutTypeScript.kts")
public void testTopLevelExpressionBodyFunWithoutTypeScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutTypeScript.kts");
}
@Test
@TestMetadata("topLevelFunWithTypeScript.kts")
public void testTopLevelFunWithTypeScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithTypeScript.kts");
}
@Test
@TestMetadata("topLevelFunWithTypeScript.kts")
public void testTopLevelFunWithTypeScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithTypeScript.kts");
}
@Test
@TestMetadata("topLevelPropertyScript.kts")
public void testTopLevelPropertyScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelPropertyScript.kts");
}
@Test
@TestMetadata("topLevelPropertyScript.kts")
public void testTopLevelPropertyScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelPropertyScript.kts");
}
@Test
@TestMetadata("topLevelUnitFunScript.kts")
public void testTopLevelUnitFunScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFunScript.kts");
}
@Test
@TestMetadata("topLevelUnitFunScript.kts")
public void testTopLevelUnitFunScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFunScript.kts");
}
@Test
@TestMetadata("withoutNameScript.kts")
public void testWithoutNameScript() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutNameScript.kts");
}
@Test
@TestMetadata("withoutNameScript.kts")
public void testWithoutNameScript() {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutNameScript.kts");
}
}
@@ -19,122 +19,122 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/lazyResolveScopes")
@TestDataPath("$PROJECT_ROOT")
public class SourceLazyDeclarationResolveScopeBasedTestGenerated extends AbstractSourceLazyDeclarationResolveScopeBasedTest {
@Test
public void testAllFilesPresentInLazyResolveScopes() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/lazyResolveScopes"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
public void testAllFilesPresentInLazyResolveScopes() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/lazyResolveScopes"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("anonymousObject.kt")
public void testAnonymousObject() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/anonymousObject.kt");
}
@Test
@TestMetadata("anonymousObject.kt")
public void testAnonymousObject() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/anonymousObject.kt");
}
@Test
@TestMetadata("class.kt")
public void testClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/class.kt");
}
@Test
@TestMetadata("class.kt")
public void testClass() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/class.kt");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideAnonymousObject.kt")
public void testDelegateOverrideWithImplicitTypeInsideAnonymousObject() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideAnonymousObject.kt")
public void testDelegateOverrideWithImplicitTypeInsideAnonymousObject() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideAnonymousObjectWithSubstitution.kt")
public void testDelegateOverrideWithImplicitTypeInsideAnonymousObjectWithSubstitution() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideAnonymousObjectWithSubstitution.kt");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideAnonymousObjectWithSubstitution.kt")
public void testDelegateOverrideWithImplicitTypeInsideAnonymousObjectWithSubstitution() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideAnonymousObjectWithSubstitution.kt");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideClass.kt")
public void testDelegateOverrideWithImplicitTypeInsideClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideClass.kt");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideClass.kt")
public void testDelegateOverrideWithImplicitTypeInsideClass() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideClass.kt");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideClassWithSubstitution.kt")
public void testDelegateOverrideWithImplicitTypeInsideClassWithSubstitution() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideClassWithSubstitution.kt");
}
@Test
@TestMetadata("delegateOverrideWithImplicitTypeInsideClassWithSubstitution.kt")
public void testDelegateOverrideWithImplicitTypeInsideClassWithSubstitution() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithImplicitTypeInsideClassWithSubstitution.kt");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideAnonymousObject.kt")
public void testDelegateOverrideWithoutImplicitTypeInsideAnonymousObject() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideAnonymousObject.kt")
public void testDelegateOverrideWithoutImplicitTypeInsideAnonymousObject() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideAnonymousObjectWithSubstitution.kt")
public void testDelegateOverrideWithoutImplicitTypeInsideAnonymousObjectWithSubstitution() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideAnonymousObjectWithSubstitution.kt");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideAnonymousObjectWithSubstitution.kt")
public void testDelegateOverrideWithoutImplicitTypeInsideAnonymousObjectWithSubstitution() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideAnonymousObjectWithSubstitution.kt");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideClass.kt")
public void testDelegateOverrideWithoutImplicitTypeInsideClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideClass.kt");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideClass.kt")
public void testDelegateOverrideWithoutImplicitTypeInsideClass() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideClass.kt");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideClassWithSubstitution.kt")
public void testDelegateOverrideWithoutImplicitTypeInsideClassWithSubstitution() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideClassWithSubstitution.kt");
}
@Test
@TestMetadata("delegateOverrideWithoutImplicitTypeInsideClassWithSubstitution.kt")
public void testDelegateOverrideWithoutImplicitTypeInsideClassWithSubstitution() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/delegateOverrideWithoutImplicitTypeInsideClassWithSubstitution.kt");
}
@Test
@TestMetadata("intersectionOverride.kt")
public void testIntersectionOverride() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverride.kt");
}
@Test
@TestMetadata("intersectionOverride.kt")
public void testIntersectionOverride() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverride.kt");
}
@Test
@TestMetadata("intersectionOverride2.kt")
public void testIntersectionOverride2() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverride2.kt");
}
@Test
@TestMetadata("intersectionOverride2.kt")
public void testIntersectionOverride2() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverride2.kt");
}
@Test
@TestMetadata("intersectionOverrideWithImplicitTypeInsideAnonymousObject.kt")
public void testIntersectionOverrideWithImplicitTypeInsideAnonymousObject() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverrideWithImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("intersectionOverrideWithImplicitTypeInsideAnonymousObject.kt")
public void testIntersectionOverrideWithImplicitTypeInsideAnonymousObject() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverrideWithImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("intersectionOverrideWithoutImplicitTypeInsideAnonymousObject.kt")
public void testIntersectionOverrideWithoutImplicitTypeInsideAnonymousObject() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverrideWithoutImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("intersectionOverrideWithoutImplicitTypeInsideAnonymousObject.kt")
public void testIntersectionOverrideWithoutImplicitTypeInsideAnonymousObject() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/intersectionOverrideWithoutImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/localClass.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/localClass.kt");
}
@Test
@TestMetadata("substitutionOverrideWithImplicitTypeInsideAnonymousObject.kt")
public void testSubstitutionOverrideWithImplicitTypeInsideAnonymousObject() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("substitutionOverrideWithImplicitTypeInsideAnonymousObject.kt")
public void testSubstitutionOverrideWithImplicitTypeInsideAnonymousObject() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("substitutionOverrideWithImplicitTypeInsideClass.kt")
public void testSubstitutionOverrideWithImplicitTypeInsideClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithImplicitTypeInsideClass.kt");
}
@Test
@TestMetadata("substitutionOverrideWithImplicitTypeInsideClass.kt")
public void testSubstitutionOverrideWithImplicitTypeInsideClass() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithImplicitTypeInsideClass.kt");
}
@Test
@TestMetadata("substitutionOverrideWithoutImplicitTypeInsideAnonymousObject.kt")
public void testSubstitutionOverrideWithoutImplicitTypeInsideAnonymousObject() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithoutImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("substitutionOverrideWithoutImplicitTypeInsideAnonymousObject.kt")
public void testSubstitutionOverrideWithoutImplicitTypeInsideAnonymousObject() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithoutImplicitTypeInsideAnonymousObject.kt");
}
@Test
@TestMetadata("substitutionOverrideWithoutImplicitTypeInsideClass.kt")
public void testSubstitutionOverrideWithoutImplicitTypeInsideClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithoutImplicitTypeInsideClass.kt");
}
@Test
@TestMetadata("substitutionOverrideWithoutImplicitTypeInsideClass.kt")
public void testSubstitutionOverrideWithoutImplicitTypeInsideClass() {
runTest("analysis/low-level-api-fir/testData/lazyResolveScopes/substitutionOverrideWithoutImplicitTypeInsideClass.kt");
}
}
@@ -19,398 +19,398 @@ import java.util.regex.Pattern;
@TestMetadata("analysis/low-level-api-fir/testData/fileStructure")
@TestDataPath("$PROJECT_ROOT")
public class SourceWholeFileResolvePhaseTestGenerated extends AbstractSourceWholeFileResolvePhaseTest {
@Test
public void testAllFilesPresentInFileStructure() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("annonymousClass.kt")
public void testAnnonymousClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/annonymousClass.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndExplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndExplicitConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndExplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndImplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndImplicitConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndImplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSingleSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt");
}
@Test
@TestMetadata("class.kt")
public void testClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/class.kt");
}
@Test
@TestMetadata("class2.kt")
public void testClass2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/class2.kt");
}
@Test
@TestMetadata("classMemberProperty.kt")
public void testClassMemberProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberProperty.kt");
}
@Test
@TestMetadata("constructorParameter.kt")
public void testConstructorParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter.kt");
}
@Test
@TestMetadata("constructorParameter2.kt")
public void testConstructorParameter2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter2.kt");
}
@Test
@TestMetadata("constructorParameterWithAnnotations.kt")
public void testConstructorParameterWithAnnotations() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameterWithAnnotations.kt");
}
@Test
@TestMetadata("constructors.kt")
public void testConstructors() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructors.kt");
}
@Test
@TestMetadata("danglingAnnotationClassLevel.kt")
public void testDanglingAnnotationClassLevel() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevel.kt");
}
@Test
@TestMetadata("danglingAnnotationInMiddle.kt")
public void testDanglingAnnotationInMiddle() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationInMiddle.kt");
}
@Test
@TestMetadata("danglingAnnotationTopLevel.kt")
public void testDanglingAnnotationTopLevel() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationTopLevel.kt");
}
@Test
@TestMetadata("declarationsInPropertyInit.kt")
public void testDeclarationsInPropertyInit() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInit.kt");
}
@Test
@TestMetadata("enum.kt")
public void testEnum() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enum.kt");
}
@Test
@TestMetadata("enumClass.kt")
public void testEnumClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClass.kt");
}
@Test
@TestMetadata("enumClassWithBody.kt")
public void testEnumClassWithBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBody.kt");
}
@Test
@TestMetadata("funWithoutTypes.kt")
public void testFunWithoutTypes() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/funWithoutTypes.kt");
}
@Test
@TestMetadata("functionValueParameter.kt")
public void testFunctionValueParameter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionValueParameter.kt");
}
@Test
@TestMetadata("functionWithImplicitType.kt")
public void testFunctionWithImplicitType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitType.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInside.kt")
public void testFunctionWithImplicitTypeAndFunctionInside() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInside.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClass.kt")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClass.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInside.kt")
public void testFunctionWithImplicitTypeAndPropertyInside() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInside.kt");
}
@Test
@TestMetadata("functionalType.kt")
public void testFunctionalType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionalType.kt");
}
@Test
@TestMetadata("initBlock.kt")
public void testInitBlock() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlock.kt");
}
@Test
@TestMetadata("lambda.kt")
public void testLambda() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambda.kt");
}
@Test
@TestMetadata("lambdaInImplicitFunBody.kt")
public void testLambdaInImplicitFunBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitFunBody.kt");
}
@Test
@TestMetadata("lambdaInImplicitPropertyBody.kt")
public void testLambdaInImplicitPropertyBody() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitPropertyBody.kt");
}
@Test
@TestMetadata("lambdasInWithBodyFunction.kt")
public void testLambdasInWithBodyFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdasInWithBodyFunction.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass.kt");
}
@Test
@TestMetadata("localClass2.kt")
public void testLocalClass2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass2.kt");
}
@Test
@TestMetadata("localDeclarationsInAccessor.kt")
public void testLocalDeclarationsInAccessor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localDeclarationsInAccessor.kt");
}
@Test
@TestMetadata("localFun.kt")
public void testLocalFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFun.kt");
}
@Test
@TestMetadata("localFunctionWithImplicitType.kt")
public void testLocalFunctionWithImplicitType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunctionWithImplicitType.kt");
}
@Test
@TestMetadata("localProperty.kt")
public void testLocalProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localProperty.kt");
}
@Test
@TestMetadata("localUnitFunction.kt")
public void testLocalUnitFunction() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/localUnitFunction.kt");
}
@Test
@TestMetadata("memberFunctions.kt")
public void testMemberFunctions() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberFunctions.kt");
}
@Test
@TestMetadata("memberProperties.kt")
public void testMemberProperties() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberProperties.kt");
}
@Test
@TestMetadata("memberTypeAlias.kt")
public void testMemberTypeAlias() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAlias.kt");
}
@Test
@TestMetadata("multipleTopLevelClasses.kt")
public void testMultipleTopLevelClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelClasses.kt");
}
@Test
@TestMetadata("multipleTopLevelFunctionsWithImplicitTypes.kt")
public void testMultipleTopLevelFunctionsWithImplicitTypes() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelFunctionsWithImplicitTypes.kt");
}
@Test
@TestMetadata("multipleTopLevelUnitFunctions.kt")
public void testMultipleTopLevelUnitFunctions() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelUnitFunctions.kt");
}
@Test
@TestMetadata("nestedClases.kt")
public void testNestedClases() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClases.kt");
}
@Test
@TestMetadata("nestedClasesWithFun.kt")
public void testNestedClasesWithFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasesWithFun.kt");
}
@Test
@TestMetadata("nestedClasses.kt")
public void testNestedClasses() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasses.kt");
}
@Test
@TestMetadata("propertyAccessors.kt")
public void testPropertyAccessors() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessors.kt");
}
@Test
@TestMetadata("propertyWithGetterAndSetter.kt")
public void testPropertyWithGetterAndSetter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithGetterAndSetter.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithSetter.kt")
public void testPropertyWithSetter() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithSetter.kt");
}
@Test
@TestMetadata("qualifiedCallInsideSuperCall.kt")
public void testQualifiedCallInsideSuperCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/qualifiedCallInsideSuperCall.kt");
}
@Test
@TestMetadata("secondaryConstructor.kt")
public void testSecondaryConstructor() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondaryConstructor.kt");
}
@Test
@TestMetadata("superCallAnnotation.kt")
public void testSuperCallAnnotation() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation.kt");
}
@Test
@TestMetadata("superCallAnnotation2.kt")
public void testSuperCallAnnotation2() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation2.kt");
}
@Test
@TestMetadata("superClassCall.kt")
public void testSuperClassCall() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCall.kt");
}
@Test
@TestMetadata("superType.kt")
public void testSuperType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/superType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithType.kt")
public void testTopLevelExpressionBodyFunWithType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutType.kt")
public void testTopLevelExpressionBodyFunWithoutType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutType.kt");
}
@Test
@TestMetadata("topLevelFunWithType.kt")
public void testTopLevelFunWithType() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithType.kt");
}
@Test
@TestMetadata("topLevelProperty.kt")
public void testTopLevelProperty() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelUnitFun.kt")
public void testTopLevelUnitFun() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFun.kt");
}
@Test
@TestMetadata("typeAlias.kt")
public void testTypeAlias() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/typeAlias.kt");
}
@Test
@TestMetadata("withoutName.kt")
public void testWithoutName() throws Exception {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutName.kt");
}
@Test
public void testAllFilesPresentInFileStructure() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/low-level-api-fir/testData/fileStructure"), Pattern.compile("^(.+)\\.(kt)$"), null, true);
}
@Test
@TestMetadata("annonymousClass.kt")
public void testAnnonymousClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/annonymousClass.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndExplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndExplicitConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndExplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallAndImplicitConstructor.kt")
public void testCallInsideLambdaInsideSuperCallAndImplicitConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallAndImplicitConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSecondaryConstructor.kt");
}
@Test
@TestMetadata("callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt")
public void testCallInsideLambdaInsideSuperCallFromSingleSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/callInsideLambdaInsideSuperCallFromSingleSecondaryConstructor.kt");
}
@Test
@TestMetadata("class.kt")
public void testClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/class.kt");
}
@Test
@TestMetadata("class2.kt")
public void testClass2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/class2.kt");
}
@Test
@TestMetadata("classMemberProperty.kt")
public void testClassMemberProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/classMemberProperty.kt");
}
@Test
@TestMetadata("constructorParameter.kt")
public void testConstructorParameter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter.kt");
}
@Test
@TestMetadata("constructorParameter2.kt")
public void testConstructorParameter2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameter2.kt");
}
@Test
@TestMetadata("constructorParameterWithAnnotations.kt")
public void testConstructorParameterWithAnnotations() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructorParameterWithAnnotations.kt");
}
@Test
@TestMetadata("constructors.kt")
public void testConstructors() {
runTest("analysis/low-level-api-fir/testData/fileStructure/constructors.kt");
}
@Test
@TestMetadata("danglingAnnotationClassLevel.kt")
public void testDanglingAnnotationClassLevel() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationClassLevel.kt");
}
@Test
@TestMetadata("danglingAnnotationInMiddle.kt")
public void testDanglingAnnotationInMiddle() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationInMiddle.kt");
}
@Test
@TestMetadata("danglingAnnotationTopLevel.kt")
public void testDanglingAnnotationTopLevel() {
runTest("analysis/low-level-api-fir/testData/fileStructure/danglingAnnotationTopLevel.kt");
}
@Test
@TestMetadata("declarationsInPropertyInit.kt")
public void testDeclarationsInPropertyInit() {
runTest("analysis/low-level-api-fir/testData/fileStructure/declarationsInPropertyInit.kt");
}
@Test
@TestMetadata("enum.kt")
public void testEnum() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enum.kt");
}
@Test
@TestMetadata("enumClass.kt")
public void testEnumClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClass.kt");
}
@Test
@TestMetadata("enumClassWithBody.kt")
public void testEnumClassWithBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/enumClassWithBody.kt");
}
@Test
@TestMetadata("funWithoutTypes.kt")
public void testFunWithoutTypes() {
runTest("analysis/low-level-api-fir/testData/fileStructure/funWithoutTypes.kt");
}
@Test
@TestMetadata("functionValueParameter.kt")
public void testFunctionValueParameter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionValueParameter.kt");
}
@Test
@TestMetadata("functionWithImplicitType.kt")
public void testFunctionWithImplicitType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitType.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInside.kt")
public void testFunctionWithImplicitTypeAndFunctionInside() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInside.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndFunctionInsideLocalClass.kt")
public void testFunctionWithImplicitTypeAndFunctionInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndFunctionInsideLocalClass.kt");
}
@Test
@TestMetadata("functionWithImplicitTypeAndPropertyInside.kt")
public void testFunctionWithImplicitTypeAndPropertyInside() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionWithImplicitTypeAndPropertyInside.kt");
}
@Test
@TestMetadata("functionalType.kt")
public void testFunctionalType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/functionalType.kt");
}
@Test
@TestMetadata("initBlock.kt")
public void testInitBlock() {
runTest("analysis/low-level-api-fir/testData/fileStructure/initBlock.kt");
}
@Test
@TestMetadata("lambda.kt")
public void testLambda() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambda.kt");
}
@Test
@TestMetadata("lambdaInImplicitFunBody.kt")
public void testLambdaInImplicitFunBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitFunBody.kt");
}
@Test
@TestMetadata("lambdaInImplicitPropertyBody.kt")
public void testLambdaInImplicitPropertyBody() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdaInImplicitPropertyBody.kt");
}
@Test
@TestMetadata("lambdasInWithBodyFunction.kt")
public void testLambdasInWithBodyFunction() {
runTest("analysis/low-level-api-fir/testData/fileStructure/lambdasInWithBodyFunction.kt");
}
@Test
@TestMetadata("localClass.kt")
public void testLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass.kt");
}
@Test
@TestMetadata("localClass2.kt")
public void testLocalClass2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localClass2.kt");
}
@Test
@TestMetadata("localDeclarationsInAccessor.kt")
public void testLocalDeclarationsInAccessor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localDeclarationsInAccessor.kt");
}
@Test
@TestMetadata("localFun.kt")
public void testLocalFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFun.kt");
}
@Test
@TestMetadata("localFunctionWithImplicitType.kt")
public void testLocalFunctionWithImplicitType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localFunctionWithImplicitType.kt");
}
@Test
@TestMetadata("localProperty.kt")
public void testLocalProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localProperty.kt");
}
@Test
@TestMetadata("localUnitFunction.kt")
public void testLocalUnitFunction() {
runTest("analysis/low-level-api-fir/testData/fileStructure/localUnitFunction.kt");
}
@Test
@TestMetadata("memberFunctions.kt")
public void testMemberFunctions() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberFunctions.kt");
}
@Test
@TestMetadata("memberProperties.kt")
public void testMemberProperties() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberProperties.kt");
}
@Test
@TestMetadata("memberTypeAlias.kt")
public void testMemberTypeAlias() {
runTest("analysis/low-level-api-fir/testData/fileStructure/memberTypeAlias.kt");
}
@Test
@TestMetadata("multipleTopLevelClasses.kt")
public void testMultipleTopLevelClasses() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelClasses.kt");
}
@Test
@TestMetadata("multipleTopLevelFunctionsWithImplicitTypes.kt")
public void testMultipleTopLevelFunctionsWithImplicitTypes() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelFunctionsWithImplicitTypes.kt");
}
@Test
@TestMetadata("multipleTopLevelUnitFunctions.kt")
public void testMultipleTopLevelUnitFunctions() {
runTest("analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelUnitFunctions.kt");
}
@Test
@TestMetadata("nestedClases.kt")
public void testNestedClases() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClases.kt");
}
@Test
@TestMetadata("nestedClasesWithFun.kt")
public void testNestedClasesWithFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasesWithFun.kt");
}
@Test
@TestMetadata("nestedClasses.kt")
public void testNestedClasses() {
runTest("analysis/low-level-api-fir/testData/fileStructure/nestedClasses.kt");
}
@Test
@TestMetadata("propertyAccessors.kt")
public void testPropertyAccessors() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyAccessors.kt");
}
@Test
@TestMetadata("propertyWithGetterAndSetter.kt")
public void testPropertyWithGetterAndSetter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithGetterAndSetter.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndAnnotationsInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt")
public void testPropertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithImplicitTypeAndFieldAnnotationsInsideLocalClass.kt");
}
@Test
@TestMetadata("propertyWithSetter.kt")
public void testPropertyWithSetter() {
runTest("analysis/low-level-api-fir/testData/fileStructure/propertyWithSetter.kt");
}
@Test
@TestMetadata("qualifiedCallInsideSuperCall.kt")
public void testQualifiedCallInsideSuperCall() {
runTest("analysis/low-level-api-fir/testData/fileStructure/qualifiedCallInsideSuperCall.kt");
}
@Test
@TestMetadata("secondaryConstructor.kt")
public void testSecondaryConstructor() {
runTest("analysis/low-level-api-fir/testData/fileStructure/secondaryConstructor.kt");
}
@Test
@TestMetadata("superCallAnnotation.kt")
public void testSuperCallAnnotation() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation.kt");
}
@Test
@TestMetadata("superCallAnnotation2.kt")
public void testSuperCallAnnotation2() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superCallAnnotation2.kt");
}
@Test
@TestMetadata("superClassCall.kt")
public void testSuperClassCall() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superClassCall.kt");
}
@Test
@TestMetadata("superType.kt")
public void testSuperType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/superType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithType.kt")
public void testTopLevelExpressionBodyFunWithType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithType.kt");
}
@Test
@TestMetadata("topLevelExpressionBodyFunWithoutType.kt")
public void testTopLevelExpressionBodyFunWithoutType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelExpressionBodyFunWithoutType.kt");
}
@Test
@TestMetadata("topLevelFunWithType.kt")
public void testTopLevelFunWithType() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelFunWithType.kt");
}
@Test
@TestMetadata("topLevelProperty.kt")
public void testTopLevelProperty() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelProperty.kt");
}
@Test
@TestMetadata("topLevelUnitFun.kt")
public void testTopLevelUnitFun() {
runTest("analysis/low-level-api-fir/testData/fileStructure/topLevelUnitFun.kt");
}
@Test
@TestMetadata("typeAlias.kt")
public void testTypeAlias() {
runTest("analysis/low-level-api-fir/testData/fileStructure/typeAlias.kt");
}
@Test
@TestMetadata("withoutName.kt")
public void testWithoutName() {
runTest("analysis/low-level-api-fir/testData/fileStructure/withoutName.kt");
}
}