Menu

#33 ParallelSuite

1.2
closed
nobody
5
2011-12-31
2011-12-20
No

In JUnit 4 there is a Suite class to gather JUnit tests to a test suite:

@RunWith(Suite.class)
@Suite.SuiteClasses({
JunitTest1.class,
JunitTest2.class
})
public class MyLittleTestSuite {
}

It would be nice to have a ParallelSuite with the same functionality. But it should run the JUnit classes in parallel to speed up the execution.

Discussion

  • Oliver Boehm

    Oliver Boehm - 2011-12-31
    • milestone: 189517 --> 1.2
    • status: open --> closed
     
  • Oliver Boehm

    Oliver Boehm - 2011-12-31

    provided with 1.2