Methods in org.apache.maven.surefire.booter that throw SurefireBooterForkException |
org.codehaus.plexus.util.cli.Commandline |
ForkConfiguration.createCommandLine(java.util.List classPath)
Deprecated. use the 2-arg alternative. |
org.codehaus.plexus.util.cli.Commandline |
ForkConfiguration.createCommandLine(java.util.List classPath,
boolean useJar)
|
private boolean |
SurefireBooter.fork(java.util.Properties properties,
boolean showHeading,
boolean showFooter)
|
private boolean |
SurefireBooter.forkSuite(java.lang.Object[] testSuite,
java.lang.String testSet,
boolean showHeading,
boolean showFooter,
java.util.Properties properties)
|
private boolean |
SurefireBooter.forkSuites(java.util.List testSuites,
boolean showHeading,
boolean showFooter)
|
private java.util.Map |
SurefireBooter.getTestSets(java.lang.Object[] testSuite,
java.lang.ClassLoader testsClassLoader,
java.lang.ClassLoader surefireClassLoader)
|
boolean |
SurefireBooter.run()
|
private boolean |
SurefireBooter.runSuitesForkOnce()
|
private boolean |
SurefireBooter.runSuitesForkPerTestSet()
|