Package org.apache.tools.ant.taskdefs.optional.junitlauncher.confined
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
-
ClassDescriptionConstants used within the junitlauncher taskRepresents the
fork
element within test definitions of thejunitlauncher
taskAn AntTask
responsible for launching the JUnit platform for running tests.Defines the necessary context for launching the JUnit platform for running tests.Represents the<listener>
element within the<junitlauncher>
taskdefines available listener types.A test that has a name associated with itRepresents the singletest
(class) that's configured to be launched by theJUnitLauncherTask
Represents atestclasses
that's configured to be launched by theJUnitLauncherTask
Represents the configuration details of a test that needs to be launched by theJUnitLauncherTask