summaryrefslogtreecommitdiff
path: root/plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/asJava/classes/FirLightFacadeClassTestGenerated.java
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/asJava/classes/FirLightFacadeClassTestGenerated.java')
-rw-r--r--plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/asJava/classes/FirLightFacadeClassTestGenerated.java97
1 files changed, 0 insertions, 97 deletions
diff --git a/plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/asJava/classes/FirLightFacadeClassTestGenerated.java b/plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/asJava/classes/FirLightFacadeClassTestGenerated.java
deleted file mode 100644
index 20ee991a68c9..000000000000
--- a/plugins/kotlin/fir/test/org/jetbrains/kotlin/idea/fir/asJava/classes/FirLightFacadeClassTestGenerated.java
+++ /dev/null
@@ -1,97 +0,0 @@
-// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
-
-package org.jetbrains.kotlin.idea.fir.asJava.classes;
-
-import com.intellij.testFramework.TestDataPath;
-import org.jetbrains.kotlin.idea.test.JUnit3RunnerWithInners;
-import org.jetbrains.kotlin.idea.test.KotlinTestUtils;
-import org.jetbrains.kotlin.test.TestMetadata;
-import org.jetbrains.kotlin.idea.test.TestRoot;
-import org.junit.runner.RunWith;
-import static org.jetbrains.kotlin.idea.artifacts.AdditionalKotlinArtifacts.compilerTestData;
-
-/**
- * This class is generated by {@link org.jetbrains.kotlin.testGenerator.generator.TestGenerator}.
- * DO NOT MODIFY MANUALLY.
- */
-@SuppressWarnings("all")
-@TestRoot("fir")
-@TestDataPath("$CONTENT_ROOT")
-@RunWith(JUnit3RunnerWithInners.class)
-@TestMetadata("../../../out/kotlinc-testdata/testData/compiler/testData/asJava/ultraLightFacades")
-public class FirLightFacadeClassTestGenerated extends AbstractFirLightFacadeClassTest {
- private void runTest(String testDataFilePath) throws Exception {
- KotlinTestUtils.runTest(this::doTest, this, testDataFilePath);
- }
-
- @Override
- protected void setUp() {
- compilerTestData("compiler/testData/asJava/ultraLightFacades");
- super.setUp();
- }
-
- @TestMetadata("coroutines.kt")
- public void testCoroutines() throws Exception {
- runTest(compilerTestData("compiler/testData/asJava/ultraLightFacades/coroutines.kt"));
- }
-
- @TestMetadata("importAliases.kt")
- public void testImportAliases() throws Exception {
- runTest(compilerTestData("compiler/testData/asJava/ultraLightFacades/importAliases.kt"));
- }
-
- @TestMetadata("inlineOnly.kt")
- public void testInlineOnly() throws Exception {
- runTest(compilerTestData("compiler/testData/asJava/ultraLightFacades/inlineOnly.kt"));
- }
-
- @TestMetadata("jvmField.kt")
- public void testJvmField() throws Exception {
- runTest(compilerTestData("compiler/testData/asJava/ultraLightFacades/jvmField.kt"));
- }
-
- @TestMetadata("jvmName.kt")
- public void testJvmName() throws Exception {
- runTest(compilerTestData("compiler/testData/asJava/ultraLightFacades/jvmName.kt"));
- }
-
- @TestMetadata("jvmWildcardAnnotations.kt")
- public void testJvmWildcardAnnotations() throws Exception {
- runTest(compilerTestData("compiler/testData/asJava/ultraLightFacades/jvmWildcardAnnotations.kt"));
- }
-
- @TestMetadata("lateinitProperty.kt")
- public void testLateinitProperty() throws Exception {
- runTest(compilerTestData("compiler/testData/asJava/ultraLightFacades/lateinitProperty.kt"));
- }
-
- @TestMetadata("multifileFacade.kt")
- public void testMultifileFacade() throws Exception {
- runTest(compilerTestData("compiler/testData/asJava/ultraLightFacades/multifileFacade.kt"));
- }
-
- @TestMetadata("multifileFacadeJvmName.kt")
- public void testMultifileFacadeJvmName() throws Exception {
- runTest(compilerTestData("compiler/testData/asJava/ultraLightFacades/multifileFacadeJvmName.kt"));
- }
-
- @TestMetadata("properties.kt")
- public void testProperties() throws Exception {
- runTest(compilerTestData("compiler/testData/asJava/ultraLightFacades/properties.kt"));
- }
-
- @TestMetadata("simpleFunctions.kt")
- public void testSimpleFunctions() throws Exception {
- runTest(compilerTestData("compiler/testData/asJava/ultraLightFacades/simpleFunctions.kt"));
- }
-
- @TestMetadata("throwsAnnotation.kt")
- public void testThrowsAnnotation() throws Exception {
- runTest(compilerTestData("compiler/testData/asJava/ultraLightFacades/throwsAnnotation.kt"));
- }
-
- @TestMetadata("wildcardOptimization.kt")
- public void testWildcardOptimization() throws Exception {
- runTest(compilerTestData("compiler/testData/asJava/ultraLightFacades/wildcardOptimization.kt"));
- }
-}