Package | Description |
---|---|
org.apache.maven.plugin.failsafe |
Provides Mojo goals for running integration tests and subsequently failing the build in a safe way.
|
org.apache.maven.plugin.surefire | |
org.apache.maven.plugin.surefire.booterclient | |
org.apache.maven.plugin.surefire.report | |
org.apache.maven.surefire.booter | |
org.apache.maven.surefire.junit | |
org.apache.maven.surefire.junit4 | |
org.apache.maven.surefire.junitcore | |
org.apache.maven.surefire.providerapi | |
org.apache.maven.surefire.report | |
org.apache.maven.surefire.suite | |
org.apache.maven.surefire.testng |
Modifier and Type | Method and Description |
---|---|
private RunResult |
VerifyMojo.readSummary(java.lang.String encoding,
java.io.File summaryFile) |
Modifier and Type | Method and Description |
---|---|
protected void |
IntegrationTestMojo.handleSummary(RunResult summary,
java.lang.Exception firstForkException) |
Modifier and Type | Method and Description |
---|---|
private RunResult |
AbstractSurefireMojo.executeProvider(ProviderInfo provider,
DefaultScanResult scanResult) |
RunResult |
InPluginVMSurefireStarter.runSuitesInProcess(DefaultScanResult scanResult) |
Modifier and Type | Method and Description |
---|---|
protected void |
SurefirePlugin.handleSummary(RunResult summary,
java.lang.Exception firstForkException) |
protected abstract void |
AbstractSurefireMojo.handleSummary(RunResult summary,
java.lang.Exception firstForkException) |
static void |
SurefireHelper.reportExecution(SurefireReportParameters reportParameters,
RunResult result,
org.apache.maven.plugin.logging.Log log) |
Modifier and Type | Method and Description |
---|---|
private static RunResult |
ForkStarter.awaitResultsDone(java.util.Collection<java.util.concurrent.Future<RunResult>> results,
java.util.concurrent.ExecutorService executorService) |
private RunResult |
ForkStarter.fork(java.lang.Object testSet,
KeyValueSource providerProperties,
ForkClient forkClient,
SurefireProperties effectiveSystemProperties,
AbstractForkInputStream testProvidingInputStream,
boolean readTestsFromInStream) |
private RunResult |
ForkStarter.fork(java.lang.Object testSet,
KeyValueSource providerProperties,
ForkClient forkClient,
SurefireProperties effectiveSystemProperties,
int forkNumber,
AbstractForkInputStream testProvidingInputStream,
boolean readTestsFromInStream) |
private RunResult |
ForkStarter.run(SurefireProperties effectiveSystemProperties) |
RunResult |
ForkStarter.run(SurefireProperties effectiveSystemProperties,
DefaultScanResult scanResult) |
private RunResult |
ForkStarter.run(SurefireProperties effectiveSystemProperties,
java.util.Map<java.lang.String,java.lang.String> providerProperties) |
private RunResult |
ForkStarter.runSuitesForkOnceMultiple(SurefireProperties effectiveSystemProperties,
int forkCount) |
private RunResult |
ForkStarter.runSuitesForkPerTestSet(SurefireProperties effectiveSystemProperties,
int forkCount) |
Modifier and Type | Method and Description |
---|---|
private static RunResult |
ForkStarter.awaitResultsDone(java.util.Collection<java.util.concurrent.Future<RunResult>> results,
java.util.concurrent.ExecutorService executorService) |
Modifier and Type | Method and Description |
---|---|
RunResult |
DefaultReporterFactory.close() |
Modifier and Type | Method and Description |
---|---|
RunResult |
ForkingReporterFactory.close() |
RunResult |
ProviderFactory.ProviderProxy.invoke(java.lang.Object forkTestSet) |
static RunResult |
ProviderFactory.invokeProvider(java.lang.Object testSet,
java.lang.ClassLoader testsClassLoader,
java.lang.Object factory,
ProviderConfiguration providerConfiguration,
boolean insideFork,
StartupConfiguration startupConfig,
boolean restoreStreams) |
private static RunResult |
ForkedBooter.invokeProviderInSameClassLoader(java.lang.Object testSet,
java.lang.Object factory,
ProviderConfiguration providerConfiguration,
boolean insideFork,
StartupConfiguration startupConfig,
boolean restoreStreams) |
private static RunResult |
ForkedBooter.runSuitesInProcess(java.lang.Object testSet,
StartupConfiguration startupConfiguration,
ProviderConfiguration providerConfiguration,
java.io.PrintStream originalSystemOut) |
Modifier and Type | Method and Description |
---|---|
RunResult |
JUnit3Provider.invoke(java.lang.Object forkTestSet) |
Modifier and Type | Method and Description |
---|---|
RunResult |
JUnit4Provider.invoke(java.lang.Object forkTestSet) |
Modifier and Type | Method and Description |
---|---|
RunResult |
JUnitCoreProvider.invoke(java.lang.Object forkTestSet) |
Modifier and Type | Method and Description |
---|---|
RunResult |
SurefireProvider.invoke(java.lang.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 | Method and Description |
---|---|
RunResult |
RunResult.aggregate(RunResult other) |
private static RunResult |
RunResult.errorCode(RunResult other,
java.lang.String failure,
boolean timeout) |
static RunResult |
RunResult.failure(RunResult accumulatedAtTimeout,
java.lang.Exception cause) |
static RunResult |
RunResult.fromInputStream(java.io.InputStream inputStream,
java.lang.String encoding) |
static RunResult |
RunResult.noTestsRun() |
static RunResult |
RunResult.timeout(RunResult accumulatedAtTimeout) |
Modifier and Type | Method and Description |
---|---|
RunResult |
RunResult.aggregate(RunResult other) |
private static RunResult |
RunResult.errorCode(RunResult other,
java.lang.String failure,
boolean timeout) |
static RunResult |
RunResult.failure(RunResult accumulatedAtTimeout,
java.lang.Exception cause) |
static RunResult |
RunResult.timeout(RunResult accumulatedAtTimeout) |
Modifier and Type | Method and Description |
---|---|
RunResult |
TestNGProvider.invoke(java.lang.Object forkTestSet) |