Creates a new JUnit addon instance.
Creates a new JUnit addon instance.
All constructor parameters can be omitted an set afterwards. To execute all configured unit test, call JUnit#execute.
To easily create, configure and execute the JUnit test runner in one go, see JUnit$#apply.
The classpath which contains the JUnit runner and the classes containing the test cases.
The fully qualified classes containing the JUnit test cases.
Control, whether failed tests should be handled as errors or not. When not, failed tests will be printed, but the build will continue.
The fully qualified classes containing the JUnit test cases.
The classpath which contains the JUnit runner and the classes containing the test cases.
Control, whether failed tests should be handled as errors or not.
Control, whether failed tests should be handled as errors or not. When not, failed tests will be printed, but the build will continue.
(jUnit: StringAdd).self
(jUnit: StringFormat).self
(jUnit: ArrowAssoc[JUnit]).x
(Since version 2.10.0) Use leftOfArrow
instead
(jUnit: Ensuring[JUnit]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
JUnit Addon, to run JUnit-based unit tests with SBuild.