Tests for KT-64640

Add generated test methods
This commit is contained in:
anzhela.sukhanova
2024-01-09 18:35:26 +02:00
committed by Space Team
parent 741c8eeba5
commit cdcb3e4dcd
5 changed files with 30 additions and 0 deletions
@@ -38322,6 +38322,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/testsWithJava21/implementationsForSequencedCollection.kt");
}
@Test
@TestMetadata("newLinkedHashMapMethods.kt")
public void testNewLinkedHashMapMethods() throws Exception {
runTest("compiler/testData/diagnostics/tests/testsWithJava21/newLinkedHashMapMethods.kt");
}
@Test
@TestMetadata("newListMethods.kt")
public void testNewListMethods() throws Exception {
@@ -38322,6 +38322,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/testsWithJava21/implementationsForSequencedCollection.kt");
}
@Test
@TestMetadata("newLinkedHashMapMethods.kt")
public void testNewLinkedHashMapMethods() throws Exception {
runTest("compiler/testData/diagnostics/tests/testsWithJava21/newLinkedHashMapMethods.kt");
}
@Test
@TestMetadata("newListMethods.kt")
public void testNewListMethods() throws Exception {
@@ -36036,6 +36036,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
runTest("compiler/testData/diagnostics/tests/testsWithJava21/implementationsForSequencedCollection.kt");
}
@Test
@TestMetadata("newLinkedHashMapMethods.kt")
public void testNewLinkedHashMapMethods() throws Exception {
runTest("compiler/testData/diagnostics/tests/testsWithJava21/newLinkedHashMapMethods.kt");
}
@Test
@TestMetadata("newListMethods.kt")
public void testNewListMethods() throws Exception {
@@ -36156,6 +36156,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
runTest("compiler/testData/diagnostics/tests/testsWithJava21/implementationsForSequencedCollection.kt");
}
@Test
@TestMetadata("newLinkedHashMapMethods.kt")
public void testNewLinkedHashMapMethods() throws Exception {
runTest("compiler/testData/diagnostics/tests/testsWithJava21/newLinkedHashMapMethods.kt");
}
@Test
@TestMetadata("newListMethods.kt")
public void testNewListMethods() throws Exception {
@@ -38322,6 +38322,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/testsWithJava21/implementationsForSequencedCollection.kt");
}
@Test
@TestMetadata("newLinkedHashMapMethods.kt")
public void testNewLinkedHashMapMethods() throws Exception {
runTest("compiler/testData/diagnostics/tests/testsWithJava21/newLinkedHashMapMethods.kt");
}
@Test
@TestMetadata("newListMethods.kt")
public void testNewListMethods() throws Exception {