See: Description
| Interface | Description |
|---|---|
| LaunchDefinition |
Defines the necessary context for launching the JUnit platform for running
tests.
|
| NamedTest |
A test that has a name associated with it
|
| Class | Description |
|---|---|
| Constants |
Constants used within the junitlauncher task
|
| ForkDefinition |
Represents the
fork element within test definitions of the
junitlauncher task |
| JUnitLauncherTask |
An Ant
Task responsible for launching the JUnit platform for running tests. |
| ListenerDefinition |
Represents the
<listener> element within the <junitlauncher>
task |
| ListenerDefinition.ListenerType |
defines available listener types.
|
| 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 |
| TestDefinition |
Represents the configuration details of a test that needs to be launched by the
JUnitLauncherTask |
org.apache.tools.ant.taskdefs.optional.junitlauncher package.