FIR IDE: regenerate member scope test
This commit is contained in:
+6
-6
@@ -16,7 +16,7 @@ import java.util.regex.Pattern;
|
|||||||
|
|
||||||
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
|
/** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */
|
||||||
@SuppressWarnings("all")
|
@SuppressWarnings("all")
|
||||||
@TestMetadata("idea/idea-frontend-fir/testData/memberScopeByStdlib")
|
@TestMetadata("idea/idea-frontend-fir/testData/memberScopeByFqName")
|
||||||
@TestDataPath("$PROJECT_ROOT")
|
@TestDataPath("$PROJECT_ROOT")
|
||||||
@RunWith(JUnit3RunnerWithInners.class)
|
@RunWith(JUnit3RunnerWithInners.class)
|
||||||
public class MemberScopeByFqNameTestGenerated extends AbstractMemberScopeByFqNameTest {
|
public class MemberScopeByFqNameTestGenerated extends AbstractMemberScopeByFqNameTest {
|
||||||
@@ -24,22 +24,22 @@ public class MemberScopeByFqNameTestGenerated extends AbstractMemberScopeByFqNam
|
|||||||
KotlinTestUtils.runTest(this::doTest, this, testDataFilePath);
|
KotlinTestUtils.runTest(this::doTest, this, testDataFilePath);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testAllFilesPresentInMemberScopeByStdlib() throws Exception {
|
public void testAllFilesPresentInMemberScopeByFqName() throws Exception {
|
||||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("idea/idea-frontend-fir/testData/memberScopeByStdlib"), Pattern.compile("^(.+)\\.txt$"), null, true);
|
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("idea/idea-frontend-fir/testData/memberScopeByFqName"), Pattern.compile("^(.+)\\.txt$"), null, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("Int.txt")
|
@TestMetadata("Int.txt")
|
||||||
public void testInt() throws Exception {
|
public void testInt() throws Exception {
|
||||||
runTest("idea/idea-frontend-fir/testData/memberScopeByStdlib/Int.txt");
|
runTest("idea/idea-frontend-fir/testData/memberScopeByFqName/Int.txt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("java.lang.String.txt")
|
@TestMetadata("java.lang.String.txt")
|
||||||
public void testJava_lang_String() throws Exception {
|
public void testJava_lang_String() throws Exception {
|
||||||
runTest("idea/idea-frontend-fir/testData/memberScopeByStdlib/java.lang.String.txt");
|
runTest("idea/idea-frontend-fir/testData/memberScopeByFqName/java.lang.String.txt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("MutableList.txt")
|
@TestMetadata("MutableList.txt")
|
||||||
public void testMutableList() throws Exception {
|
public void testMutableList() throws Exception {
|
||||||
runTest("idea/idea-frontend-fir/testData/memberScopeByStdlib/MutableList.txt");
|
runTest("idea/idea-frontend-fir/testData/memberScopeByFqName/MutableList.txt");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user