Add Test postfix to Abstract(Psi|Fir)Visualizer classes
This commit is contained in:
committed by
TeamCityServer
parent
5efa00821d
commit
6a439ad186
+1
-1
@@ -18,7 +18,7 @@ import java.util.regex.Pattern;
|
||||
@SuppressWarnings("all")
|
||||
@TestMetadata("compiler/fir/raw-fir/psi2fir/testData/rawBuilder")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class FirVisualizerForRawFirDataGenerated extends AbstractFirVisualizer {
|
||||
public class FirVisualizerForRawFirDataGenerated extends AbstractFirVisualizerTest {
|
||||
@Test
|
||||
public void testAllFilesPresentInRawBuilder() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/raw-fir/psi2fir/testData/rawBuilder"), Pattern.compile("^(.+)\\.kt$"), null, true);
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ import java.util.regex.Pattern;
|
||||
@SuppressWarnings("all")
|
||||
@TestMetadata("compiler/visualizer/testData/uncommonCases/testFiles")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class FirVisualizerForUncommonCasesGenerated extends AbstractFirVisualizer {
|
||||
public class FirVisualizerForUncommonCasesGenerated extends AbstractFirVisualizerTest {
|
||||
@Test
|
||||
public void testAllFilesPresentInTestFiles() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/visualizer/testData/uncommonCases/testFiles"), Pattern.compile("^(.+)\\.kt$"), null, true);
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ import java.util.regex.Pattern;
|
||||
@SuppressWarnings("all")
|
||||
@TestMetadata("compiler/fir/raw-fir/psi2fir/testData/rawBuilder")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class PsiVisualizerForRawFirDataGenerated extends AbstractPsiVisualizer {
|
||||
public class PsiVisualizerForRawFirDataGenerated extends AbstractPsiVisualizerTest {
|
||||
@Test
|
||||
public void testAllFilesPresentInRawBuilder() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/raw-fir/psi2fir/testData/rawBuilder"), Pattern.compile("^(.+)\\.kt$"), null, true);
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ import java.util.regex.Pattern;
|
||||
@SuppressWarnings("all")
|
||||
@TestMetadata("compiler/visualizer/testData/uncommonCases/testFiles")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class PsiVisualizerForUncommonCasesGenerated extends AbstractPsiVisualizer {
|
||||
public class PsiVisualizerForUncommonCasesGenerated extends AbstractPsiVisualizerTest {
|
||||
@Test
|
||||
public void testAllFilesPresentInTestFiles() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/visualizer/testData/uncommonCases/testFiles"), Pattern.compile("^(.+)\\.kt$"), null, true);
|
||||
|
||||
Reference in New Issue
Block a user