summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/test/org/jetbrains/kotlin/jps/build/JsKlibLookupTrackerTestGenerated.java
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/jps/jps-plugin/tests/test/org/jetbrains/kotlin/jps/build/JsKlibLookupTrackerTestGenerated.java')
-rw-r--r--plugins/kotlin/jps/jps-plugin/tests/test/org/jetbrains/kotlin/jps/build/JsKlibLookupTrackerTestGenerated.java55
1 files changed, 0 insertions, 55 deletions
diff --git a/plugins/kotlin/jps/jps-plugin/tests/test/org/jetbrains/kotlin/jps/build/JsKlibLookupTrackerTestGenerated.java b/plugins/kotlin/jps/jps-plugin/tests/test/org/jetbrains/kotlin/jps/build/JsKlibLookupTrackerTestGenerated.java
deleted file mode 100644
index 80fc6b90ec38..000000000000
--- a/plugins/kotlin/jps/jps-plugin/tests/test/org/jetbrains/kotlin/jps/build/JsKlibLookupTrackerTestGenerated.java
+++ /dev/null
@@ -1,55 +0,0 @@
-// Copyright 2000-2022 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.jps.build;
-
-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;
-
-/**
- * This class is generated by {@link org.jetbrains.kotlin.testGenerator.generator.TestGenerator}.
- * DO NOT MODIFY MANUALLY.
- */
-@SuppressWarnings("all")
-@TestRoot("jps/jps-plugin/tests")
-@TestDataPath("$CONTENT_ROOT")
-@RunWith(JUnit3RunnerWithInners.class)
-@TestMetadata("testData/incremental/lookupTracker/jsKlib")
-public class JsKlibLookupTrackerTestGenerated extends AbstractJsKlibLookupTrackerTest {
- private void runTest(String testDataFilePath) throws Exception {
- KotlinTestUtils.runTest(this::doTest, this, testDataFilePath);
- }
-
- @TestMetadata("classifierMembers")
- public void testClassifierMembers() throws Exception {
- runTest("testData/incremental/lookupTracker/jsKlib/classifierMembers/");
- }
-
- @TestMetadata("conventions")
- public void testConventions() throws Exception {
- runTest("testData/incremental/lookupTracker/jsKlib/conventions/");
- }
-
- @TestMetadata("expressionType")
- public void testExpressionType() throws Exception {
- runTest("testData/incremental/lookupTracker/jsKlib/expressionType/");
- }
-
- @TestMetadata("localDeclarations")
- public void testLocalDeclarations() throws Exception {
- runTest("testData/incremental/lookupTracker/jsKlib/localDeclarations/");
- }
-
- @TestMetadata("packageDeclarations")
- public void testPackageDeclarations() throws Exception {
- runTest("testData/incremental/lookupTracker/jsKlib/packageDeclarations/");
- }
-
- @TestMetadata("simple")
- public void testSimple() throws Exception {
- runTest("testData/incremental/lookupTracker/jsKlib/simple/");
- }
-}