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 |
---|---|
protected void |
IntegrationTestMojo.handleSummary(RunResult summary,
NestedCheckedException firstForkException) |
Modifier and Type | Method and Description |
---|---|
RunResult |
InPluginVMSurefireStarter.runSuitesInProcess(DefaultScanResult scanResult) |
Modifier and Type | Method and Description |
---|---|
protected void |
SurefirePlugin.handleSummary(RunResult summary,
NestedCheckedException firstForkException) |
protected abstract void |
AbstractSurefireMojo.handleSummary(RunResult summary,
NestedCheckedException firstForkException) |
static void |
SurefireHelper.reportExecution(SurefireReportParameters reportParameters,
RunResult result,
org.apache.maven.plugin.logging.Log log) |
Modifier and Type | Method and Description |
---|---|
RunResult |
ForkStarter.run(SurefireProperties effectiveSystemProperties,
DefaultScanResult scanResult) |
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,
Object factory,
ProviderConfiguration providerConfiguration,
boolean insideFork,
StartupConfiguration startupConfiguration1,
boolean restoreStreams) |
static RunResult |
ForkedBooter.invokeProviderInSameClassLoader(Object testSet,
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 | Method and Description |
---|---|
RunResult |
RunResult.aggregate(RunResult other) |
static RunResult |
RunResult.failure(RunResult accumulatedAtTimeout,
Exception cause) |
static RunResult |
RunResult.fromInputStream(InputStream inputStream,
String encoding) |
static RunResult |
RunResult.noTestsRun() |
static RunResult |
RunResult.timeout(RunResult accumulatedAtTimeout) |
Modifier and Type | Method and Description |
---|---|
RunResult |
RunResult.aggregate(RunResult other) |
static RunResult |
RunResult.failure(RunResult accumulatedAtTimeout,
Exception cause) |
static RunResult |
RunResult.timeout(RunResult accumulatedAtTimeout) |
Modifier and Type | Method and Description |
---|---|
RunResult |
TestNGProvider.invoke(Object forkTestSet) |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.