test suite testing NoDashBasicTests and NoRoutineTest
This commit is contained in:
13
src/nodash/test/NoSystemTest.java
Normal file
13
src/nodash/test/NoSystemTest.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package nodash.test;
|
||||
|
||||
import nodash.test.functional.NoRoutineTest;
|
||||
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.Suite;
|
||||
import org.junit.runners.Suite.SuiteClasses;
|
||||
|
||||
@RunWith(Suite.class)
|
||||
@SuiteClasses({NoDashBasicTests.class, NoRoutineTest.class})
|
||||
public class NoSystemTest {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user