Package org.apache.tools.ant.taskdefs.optional.junitlauncher
-
Interface Summary Interface Description NamedTest A test that has a name associated with itTestExecutionContext ATestExecutionContext
represents the execution context for a test that has been launched by theJUnitLauncherTask
and provides any necessary contextual information about such tests.TestResultFormatter ATestExecutionListener
which lets implementing classes format and write out the test execution results. -
Class Summary Class Description JUnitLauncherTask An AntTask
responsible for launching the JUnit platform for running tests.ListenerDefinition Represents the<listener>
element within the<junitlauncher>
taskListenerDefinition.ListenerType SingleTestClass Represents the singletest
(class) that's configured to be launched by theJUnitLauncherTask
TestClasses Represents atestclasses
that's configured to be launched by theJUnitLauncherTask