Package org.apache.tools.ant.taskdefs.optional.junitlauncher.confined
The classes/interfaces in this package must not
have any compile time dependency on any of JUnit platform or
engine classes/interfaces. They must not even have any
compile time dependency on any classes/interfaces that belong to the
org.apache.tools.ant.taskdefs.optional.junitlauncher
package.- Since:
- Ant 1.10.6
-
Interface Summary 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 Summary Class Description Constants Constants used within the junitlauncher taskForkDefinition Represents thefork
element within test definitions of thejunitlauncher
taskJUnitLauncherTask An AntTask
responsible for launching the JUnit platform for running tests.ListenerDefinition Represents the<listener>
element within the<junitlauncher>
taskListenerDefinition.ListenerType defines available listener types.SingleTestClass Represents the singletest
(class) that's configured to be launched by theJUnitLauncherTask
TestClasses Represents atestclasses
that's configured to be launched by theJUnitLauncherTask
TestDefinition Represents the configuration details of a test that needs to be launched by theJUnitLauncherTask