Yet another attempt to fix tests
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package test.collections;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
|
||||
/**
|
||||
*/
|
||||
public class TestAll {
|
||||
// public static TestSuite suite() {
|
||||
// TestSuite suite = new TestSuite(StandardCollectionTest.class, CollectionTest.class, IoTest.class, ListTest.class, MapTest.class, SetTest.class, OldStdlibTest.class, MathTest.class);
|
||||
// suite.addTest(testDslExample.namespace.getSuite());
|
||||
// return suite;
|
||||
// }
|
||||
}
|
||||
Reference in New Issue
Block a user