Interface | Description |
---|---|
NamedTest |
A test that has a name associated with it
|
TestExecutionContext |
A
TestExecutionContext represents the execution context for a test
that has been launched by the JUnitLauncherTask and provides any necessary
contextual information about such tests. |
TestResultFormatter |
A
TestExecutionListener which lets implementing classes
format and write out the test execution results. |
Class | Description |
---|---|
JUnitLauncherTask |
An Ant
Task responsible for launching the JUnit platform for running tests. |
ListenerDefinition |
Represents the
<listener> element within the <junitlauncher>
task |
ListenerDefinition.ListenerType | |
SingleTestClass |
Represents the single
test (class) that's configured to be launched by the JUnitLauncherTask |
TestClasses |
Represents a
testclasses that's configured to be launched by the JUnitLauncherTask |