Modifier and Type | Method and Description |
---|---|
RunResult |
Summary.getResultOfLastSuccessfulRun() |
RunResult |
InPluginVMSurefireStarter.runSuitesInProcess(DefaultScanResult scanResult) |
Modifier and Type | Method and Description |
---|---|
void |
Summary.registerRunResult(RunResult result) |
static void |
SurefireHelper.reportExecution(SurefireReportParameters reportParameters,
RunResult result,
org.apache.maven.plugin.logging.Log log) |
Constructor and Description |
---|
Summary(RunResult runResult) |
Modifier and Type | Method and Description |
---|---|
RunResult |
ForkStarter.run(SurefireProperties effectiveSystemProperties,
DefaultScanResult scanResult,
String requestedForkMode) |
Modifier and Type | Method and Description |
---|---|
RunResult |
DefaultReporterFactory.close() |
Modifier and Type | Method and Description |
---|---|
RunResult |
ForkingReporterFactory.close() |
static RunResult |
ProviderFactory.invokeProvider(Object testSet,
ClassLoader testsClassLoader,
ClassLoader surefireClassLoader,
Object factory,
ProviderConfiguration providerConfiguration,
boolean insideFork,
StartupConfiguration startupConfiguration1,
boolean restoreStreams) |
Modifier and Type | Method and Description |
---|---|
RunResult |
JUnit3Provider.invoke(Object forkTestSet) |
Modifier and Type | Method and Description |
---|---|
RunResult |
JUnit4Provider.invoke(Object forkTestSet) |
Modifier and Type | Method and Description |
---|---|
RunResult |
JUnitCoreProvider.invoke(Object forkTestSet) |
Modifier and Type | Method and Description |
---|---|
RunResult |
SurefireProvider.invoke(Object forkTestSet)
Runs a forked test
|
Modifier and Type | Method and Description |
---|---|
RunResult |
ReporterFactory.close()
Closes the factory, freeing resources allocated in the factory.
|
RunResult |
RunStatistics.getRunResult() |
Modifier and Type | Field and Description |
---|---|
static RunResult |
RunResult.Failure |
static RunResult |
RunResult.Timeout |
Modifier and Type | Method and Description |
---|---|
RunResult |
RunResult.aggregate(RunResult other) |
static RunResult |
RunResult.fromString(String string) |
static RunResult |
RunResult.noTestsRun() |
Modifier and Type | Method and Description |
---|---|
RunResult |
RunResult.aggregate(RunResult other) |
Modifier and Type | Method and Description |
---|---|
RunResult |
TestNGProvider.invoke(Object forkTestSet) |
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.