Class StandaloneLauncher
java.lang.Object
org.apache.tools.ant.taskdefs.optional.junitlauncher.StandaloneLauncher
Used for launching forked tests from the 
JUnitLauncherTask.
 
 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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
StandaloneLauncherpublic StandaloneLauncher()
 
- 
- 
Method Details- 
mainEntry point to launching the forked test.- Parameters:
- args- The arguments passed to this program for launching the tests
- Throws:
- Exception- If any exception occurs during the execution
 
 
-