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
-
Interface SummaryInterfaceDescriptionDefines the necessary context for launching the JUnit platform for running tests.A test that has a name associated with it
-
Class SummaryClassDescriptionConstants used within the junitlauncher taskRepresents the
fork
element within test definitions of thejunitlauncher
taskAn AntTask
responsible for launching the JUnit platform for running tests.Represents the<listener>
element within the<junitlauncher>
taskdefines available listener types.Represents 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