Class StandaloneLauncher
- java.lang.Object
-
- org.apache.tools.ant.taskdefs.optional.junitlauncher.StandaloneLauncher
-
public class StandaloneLauncher extends java.lang.Object
Used for launching forked tests from theJUnitLauncherTask
.Although this class is public, this isn't meant for external use. The contract of what program arguments
the main method
accepts and how it interprets it, is also an internal detail and can change across Ant releases.- Since:
- Ant 1.10.6
-
-
Constructor Summary
Constructors Constructor Description StandaloneLauncher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Entry point to launching the forked test.
-