Package org.apache.tools.ant.taskdefs.optional.junitlauncher
-
Interface Summary Interface Description NamedTest A test that has a name associated with itTestExecutionContext ATestExecutionContextrepresents the execution context for a test that has been launched by theJUnitLauncherTaskand provides any necessary contextual information about such tests.TestResultFormatter ATestExecutionListenerwhich lets implementing classes format and write out the test execution results. -
Class Summary Class Description JUnitLauncherTask An AntTaskresponsible 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 theJUnitLauncherTaskTestClasses Represents atestclassesthat's configured to be launched by theJUnitLauncherTask