Package org.apache.tools.ant.taskdefs.optional.junitlauncher
package org.apache.tools.ant.taskdefs.optional.junitlauncher
The classes/interfaces in this package are allowed
 to have compile time dependency on JUnit platform classes/interfaces.
 Furthermore classes/interfaces in this package are also
 allowed to have compile time dependency on the
 
org.apache.tools.ant.taskdefs.optional.junitlauncher.confined
 package- Since:
- Ant 1.10.6
- 
ClassDescriptionUsed during in-vm (non-forked mode) launching of testsResponsible for doing the real work involved in launching the JUnit platform and passing it the relevant tests that need to be executed by the JUnit platform.Used for launching forked tests from theJUnitLauncherTask.ATestExecutionContextrepresents the execution context for a test that has been launched by theJUnitLauncherTaskand provides any necessary contextual information about such tests.ATestExecutionListenerwhich lets implementing classes format and write out the test execution results.