summaryrefslogtreecommitdiff
path: root/plugins/kotlin/fir-low-level-api-ide-impl/test/org/jetbrains/kotlin/idea/fir/low/level/api/FirLibraryModuleDeclarationResolveTestGenerated.java
blob: 6936b740619f1173b549d7451b060713287154a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
// 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.idea.fir.low.level.api;

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("fir-low-level-api-ide-impl")
@TestDataPath("$CONTENT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)
@TestMetadata("testData/libraryModuleResolve")
public class FirLibraryModuleDeclarationResolveTestGenerated extends AbstractFirLibraryModuleDeclarationResolveTest {
    private void runTest(String testDataFilePath) throws Exception {
        KotlinTestUtils.runTest(this::doTest, this, testDataFilePath);
    }

    @TestMetadata("enumEntry.kt")
    public void testEnumEntry() throws Exception {
        runTest("testData/libraryModuleResolve/enumEntry.kt");
    }

    @TestMetadata("memberFunctionNoArgs.kt")
    public void testMemberFunctionNoArgs() throws Exception {
        runTest("testData/libraryModuleResolve/memberFunctionNoArgs.kt");
    }

    @TestMetadata("memberFunctionWithArgs.kt")
    public void testMemberFunctionWithArgs() throws Exception {
        runTest("testData/libraryModuleResolve/memberFunctionWithArgs.kt");
    }

    @TestMetadata("memberProperty.kt")
    public void testMemberProperty() throws Exception {
        runTest("testData/libraryModuleResolve/memberProperty.kt");
    }

    @TestMetadata("topLevelClass.kt")
    public void testTopLevelClass() throws Exception {
        runTest("testData/libraryModuleResolve/topLevelClass.kt");
    }

    @TestMetadata("topLevelClassPrimaryConstructor.kt")
    public void testTopLevelClassPrimaryConstructor() throws Exception {
        runTest("testData/libraryModuleResolve/topLevelClassPrimaryConstructor.kt");
    }

    @TestMetadata("topLevelClassSecondaryConstructor.kt")
    public void testTopLevelClassSecondaryConstructor() throws Exception {
        runTest("testData/libraryModuleResolve/topLevelClassSecondaryConstructor.kt");
    }

    @TestMetadata("topLevelFunctionNoArgs.kt")
    public void testTopLevelFunctionNoArgs() throws Exception {
        runTest("testData/libraryModuleResolve/topLevelFunctionNoArgs.kt");
    }

    @TestMetadata("topLevelFunctionWithArgs.kt")
    public void testTopLevelFunctionWithArgs() throws Exception {
        runTest("testData/libraryModuleResolve/topLevelFunctionWithArgs.kt");
    }

    @TestMetadata("topLevelProperty.kt")
    public void testTopLevelProperty() throws Exception {
        runTest("testData/libraryModuleResolve/topLevelProperty.kt");
    }
}