See: Description
Class | Description |
---|---|
JkJavaTestClasses |
Defines the tests classes to run along the classpath.
|
JkTestSuiteResult |
A result of a test suite execution.
|
JkTestSuiteResult.JkExceptionDescription |
Description of an execption occured during the test suite execution.
|
JkTestSuiteResult.JkIgnoredCase |
A result for a single test case execution in case of ignore.
|
JkTestSuiteResult.JkTestCaseFailure |
A result for a single test case execution in case of failure.
|
JkTestSuiteResult.JkTestCaseResult |
A result for a single test case execution in case of success.
|
JkUnit |
Convenient class to run Junit tests.
|
Enum | Description |
---|---|
JkUnit.JunitReportDetail |
Detail level for the junit report.
|