Skip to content
Dawid Weiss edited this page Oct 28, 2015 · 1 revision

JUnit4 runs your unit tests written in JUnit 4.10 or higher. Simple as that. It can, however, fork multiple JVMs to speed your tests up on multi-core systems, load-balance suites and provide modern looking reports. Oh yes -- and it does integrate seamlessly with randomized runner by passing a global seed once to all JVMs.

The ANT task's documentation is available with each release.

Clone this wiki locally