|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.surefire.booter.SurefireStarter
public class SurefireStarter
Invokes surefire with the correct classloader setup.
This part of the booter is always guaranteed to be in the same vm as the tests will be run in.
| Constructor Summary | |
|---|---|
SurefireStarter(StartupConfiguration startupConfiguration,
ProviderConfiguration providerConfiguration,
StartupReportConfiguration startupReportConfiguration)
|
|
| Method Summary | |
|---|---|
RunResult |
runSuitesInProcess()
|
RunResult |
runSuitesInProcessWhenForked()
|
RunResult |
runSuitesInProcessWhenForked(java.lang.Object testSet)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SurefireStarter(StartupConfiguration startupConfiguration,
ProviderConfiguration providerConfiguration,
StartupReportConfiguration startupReportConfiguration)
| Method Detail |
|---|
public RunResult runSuitesInProcessWhenForked(java.lang.Object testSet)
throws SurefireExecutionException
SurefireExecutionException
public RunResult runSuitesInProcessWhenForked()
throws SurefireExecutionException
SurefireExecutionException
public RunResult runSuitesInProcess()
throws SurefireExecutionException
SurefireExecutionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||