Modifier and Type | Method and Description |
---|---|
RunResult |
Summary.getResultOfLastSuccessfulRun() |
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) |
Modifier and Type | Method and Description |
---|---|
RunResult |
ForkStarter.run() |
Modifier and Type | Method and Description |
---|---|
RunResult |
FileReporterFactory.close() |
Modifier and Type | Method and Description |
---|---|
RunResult |
ForkingReporterFactory.close() |
RunResult |
SurefireStarter.runSuitesInProcess() |
RunResult |
SurefireStarter.runSuitesInProcessWhenForked() |
RunResult |
SurefireStarter.runSuitesInProcessWhenForked(TypeEncodedValue testSet) |
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 |
TestSetStatistics.getRunResult() |
Modifier and Type | Field and Description |
---|---|
static RunResult |
RunResult.Timeout |
Modifier and Type | Method and Description |
---|---|
RunResult |
RunResult.aggregate(RunResult other) |
static RunResult |
RunResult.fromString(String string) |
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.