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 |
Modifier and Type | Class and Description |
---|---|
class |
VerifyMojo
Verify integration tests ran using Surefire.
|
Modifier and Type | Class and Description |
---|---|
class |
SurefirePlugin
Run tests using Surefire.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
SurefireHelper.createErrorMessage(SurefireReportParameters reportParameters,
RunResult result,
java.lang.Exception firstForkException) |
private static boolean |
SurefireHelper.failIfNoTests(SurefireReportParameters reportParameters) |
static void |
SurefireHelper.reportExecution(SurefireReportParameters reportParameters,
RunResult result,
PluginConsoleLogger log,
java.lang.Exception firstForkException) |
private static void |
SurefireHelper.throwException(SurefireReportParameters reportParameters,
RunResult result,
java.lang.Exception firstForkException) |