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 |
---|---|
static void |
SurefireHelper.reportExecution(SurefireReportParameters reportParameters,
int result,
org.apache.maven.plugin.logging.Log log) |
static void |
SurefireHelper.reportExecution(SurefireReportParameters reportParameters,
RunResult result,
org.apache.maven.plugin.logging.Log log) |
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.