mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
IDEA-94910 (test case prepared)
This commit is contained in:
+2
-1
@@ -22,8 +22,9 @@ import junit.framework.TestSuite;
|
||||
public class DataFlowInspectionTestSuite {
|
||||
public static Test suite() {
|
||||
TestSuite suite = new TestSuite();
|
||||
suite.addTestSuite(DataFlowInspectionFixtureTest.class);
|
||||
suite.addTestSuite(DataFlowInspectionTest.class);
|
||||
suite.addTestSuite(DataFlowInspectionFixtureTest.class);
|
||||
suite.addTestSuite(DataFlowInspectionAncientTest.class);
|
||||
suite.addTestSuite(SliceTreeTest.class);
|
||||
return suite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user