| 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.surefire.booter | |
| org.apache.maven.surefire.testset |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IntegrationTestMojo.handleSummary(RunResult summary,
NestedCheckedException firstForkException) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SurefirePlugin.handleSummary(RunResult summary,
NestedCheckedException firstForkException) |
protected abstract void |
AbstractSurefireMojo.handleSummary(RunResult summary,
NestedCheckedException firstForkException) |
| Modifier and Type | Class and Description |
|---|---|
class |
SurefireBooterForkException
Encapsulates exceptions thrown during Surefire forking.
|
class |
SurefireExecutionException
An error occurring during the invocation of Surefire via an alternate class loader.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestSetFailedException
Exception that indicates a test failed.
|
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.