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 |
---|---|
protected ForkStarter |
AbstractSurefireMojo.createForkStarter(ProviderInfo provider,
ForkConfiguration forkConfiguration,
ClassLoaderConfiguration classLoaderConfiguration,
RunOrderParameters runOrderParameters,
org.apache.maven.plugin.logging.Log log) |
protected InPluginVMSurefireStarter |
AbstractSurefireMojo.createInprocessStarter(ProviderInfo provider,
ClassLoaderConfiguration classLoaderConfiguration,
RunOrderParameters runOrderParameters) |
Modifier and Type | Method and Description |
---|---|
RunOrderParameters |
ProviderConfiguration.getRunOrderParameters() |
Modifier and Type | Method and Description |
---|---|
void |
SurefireReflector.setRunOrderParameters(Object o,
RunOrderParameters runOrderParameters) |
void |
BaseProviderFactory.setRunOrderParameters(RunOrderParameters runOrderParameters) |
Constructor and Description |
---|
ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters,
RunOrderParameters runOrderParameters,
boolean failIfNoTests,
ReporterConfiguration reporterConfiguration,
TestArtifactInfo testArtifact,
TestRequest testSuiteDefinition,
Properties providerProperties,
TypeEncodedValue typeEncodedTestSet,
boolean readTestsFromInStream) |
Modifier and Type | Method and Description |
---|---|
static RunOrderParameters |
RunOrderParameters.ALPHABETICAL() |
Constructor and Description |
---|
DefaultRunOrderCalculator(RunOrderParameters runOrderParameters,
int threadCount) |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.