Package | Description |
---|---|
org.apache.maven.plugin.surefire | |
org.apache.maven.surefire.booter | |
org.apache.maven.surefire.testset | |
org.apache.maven.surefire.util |
Modifier and Type | Method and Description |
---|---|
private ForkStarter |
AbstractSurefireMojo.createForkStarter(ProviderInfo provider,
ForkConfiguration forkConfiguration,
ClassLoaderConfiguration classLoaderConfiguration,
RunOrderParameters runOrderParameters,
org.apache.maven.plugin.logging.Log log) |
private InPluginVMSurefireStarter |
AbstractSurefireMojo.createInprocessStarter(ProviderInfo provider,
ClassLoaderConfiguration classLoaderConfiguration,
RunOrderParameters runOrderParameters) |
private ProviderConfiguration |
AbstractSurefireMojo.createProviderConfiguration(RunOrderParameters runOrderParameters) |
Modifier and Type | Field and Description |
---|---|
private RunOrderParameters |
ProviderConfiguration.runOrderParameters |
private RunOrderParameters |
BaseProviderFactory.runOrderParameters |
Modifier and Type | Method and Description |
---|---|
RunOrderParameters |
ProviderConfiguration.getRunOrderParameters() |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.Object |
SurefireReflector.createRunOrderParameters(RunOrderParameters runOrderParameters) |
void |
SurefireReflector.setRunOrderParameters(java.lang.Object o,
RunOrderParameters runOrderParameters) |
void |
RunOrderParametersAware.setRunOrderParameters(RunOrderParameters runOrderParameters) |
void |
BaseProviderFactory.setRunOrderParameters(RunOrderParameters runOrderParameters) |
Constructor and Description |
---|
ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters,
RunOrderParameters runOrderParameters,
boolean failIfNoTests,
ReporterConfiguration reporterConfiguration,
TestArtifactInfo testArtifact,
TestRequest testSuiteDefinition,
java.util.Map<java.lang.String,java.lang.String> providerProperties,
TypeEncodedValue typeEncodedTestSet,
boolean readTestsFromInStream,
java.util.List<CommandLineOption> mainCliOptions,
int skipAfterFailureCount,
Shutdown shutdown) |
Modifier and Type | Method and Description |
---|---|
static RunOrderParameters |
RunOrderParameters.alphabetical() |
Modifier and Type | Field and Description |
---|---|
private RunOrderParameters |
DefaultRunOrderCalculator.runOrderParameters |
Constructor and Description |
---|
DefaultRunOrderCalculator(RunOrderParameters runOrderParameters,
int threadCount) |