public class ForkedBooter extends Object
| Constructor and Description |
|---|
ForkedBooter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
This method is invoked when Surefire is forked - this method parses and organizes the arguments passed to it and
then calls the Surefire class' run method.
|
static RunResult |
runSuitesInProcess(Object testSet,
ClassLoader testsClassLoader,
StartupConfiguration startupConfiguration,
ProviderConfiguration providerConfiguration) |
public static void main(String[] args) throws Throwable
args - Commandline argumentsThrowable - Upon throwablespublic static RunResult runSuitesInProcess(Object testSet, ClassLoader testsClassLoader, StartupConfiguration startupConfiguration, ProviderConfiguration providerConfiguration) throws SurefireExecutionException
SurefireExecutionExceptionCopyright © 2004-2012 Apache Software Foundation. All Rights Reserved.