Skip to content
Snippets Groups Projects
Commit 2e0215c9 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Enumerate tests alphabetically

parent 7fee78a8
No related branches found
No related tags found
1 merge request!53773
......@@ -25,15 +25,15 @@ import org.junit.runners.Suite.SuiteClasses;
*/
@RunWith(Suite.class)
// @CodeFormatterOff
@SuiteClasses({ test.org.fortiss.af3.expression.AllTests.class,
test.org.fortiss.af3.component.AllTests.class,
@SuiteClasses({ test.org.fortiss.af3.component.AllTests.class,
test.org.fortiss.af3.exploration.smt.AllSMTTests.class,
test.org.fortiss.af3.state.ui.AllTests.class,
test.org.fortiss.af3.expression.AllTests.class,
test.org.fortiss.af3.rcp.application.AllTests.class, // CCodeEquivalenceTest
test.org.fortiss.af3.state.AllTests.class, // testInitializeSimulator and testIncorrectConnections
test.org.fortiss.af3.tools.AllTests.class, // make shell gcc don't work on my comp
test.org.fortiss.af3.state.ui.AllTests.class,
test.org.fortiss.af3.testing.random.AllTests.class,
test.org.fortiss.af3.testing.AllTests.class })
test.org.fortiss.af3.testing.AllTests.class,
test.org.fortiss.af3.tools.AllTests.class }) // make shell gcc don't work on my comp
// @CodeFormatterOn
public class AllTests {
// empty class
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment