| Interface | Description |
|---|---|
| ConfigurableProviderInfo | |
| ProviderInfo | |
| SurefireExecutionParameters |
This interface contains all the common parameters that have different implementations in Surefire vs IntegrationTest
|
| SurefireReportParameters |
The parameters required to report on a surefire execution.
|
| Class | Description |
|---|---|
| AbstractSurefireMojo |
Abstract base class for running tests using Surefire.
|
| ClasspathCache | |
| CommonReflector | |
| HelpMojo |
Display help information on maven-surefire-plugin.
Call mvn surefire:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| InPluginVMSurefireStarter |
Starts the provider in the same VM as the surefire plugin.
|
| JdkAttributes | |
| StartupReportConfiguration |
All the parameters used to construct reporters
|
| SurefireDependencyResolver |
Does dependency resolution and artifact handling for the surefire plugin.
|
| SurefireHelper |
Helper class for surefire plugins
|
| SurefirePlugin |
Run tests using Surefire.
|
| SurefireProperties |
A properties implementation that preserves insertion order.
|