Uses of Class
org.apache.maven.surefire.testset.RunOrderParameters
-
Packages that use RunOrderParameters Package Description org.apache.maven.plugin.surefire org.apache.maven.surefire.booter org.apache.maven.surefire.testset org.apache.maven.surefire.util -
-
Uses of RunOrderParameters in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire with parameters of type RunOrderParameters Modifier and Type Method Description private ForkStarter
AbstractSurefireMojo. createForkStarter(ProviderInfo provider, ForkConfiguration forkConfiguration, ClassLoaderConfiguration classLoaderConfiguration, RunOrderParameters runOrderParameters, ConsoleLogger log, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper)
private InPluginVMSurefireStarter
AbstractSurefireMojo. createInprocessStarter(ProviderInfo provider, ClassLoaderConfiguration classLoaderConfig, RunOrderParameters runOrderParameters, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper)
private ProviderConfiguration
AbstractSurefireMojo. createProviderConfiguration(RunOrderParameters runOrderParameters)
-
Uses of RunOrderParameters in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as RunOrderParameters Modifier and Type Field Description private RunOrderParameters
BaseProviderFactory. runOrderParameters
private RunOrderParameters
ProviderConfiguration. runOrderParameters
Methods in org.apache.maven.surefire.booter that return RunOrderParameters Modifier and Type Method Description RunOrderParameters
ProviderConfiguration. getRunOrderParameters()
Methods in org.apache.maven.surefire.booter with parameters of type RunOrderParameters Modifier and Type Method Description private java.lang.Object
SurefireReflector. createRunOrderParameters(RunOrderParameters runOrderParameters)
void
BaseProviderFactory. setRunOrderParameters(RunOrderParameters runOrderParameters)
void
RunOrderParametersAware. setRunOrderParameters(RunOrderParameters runOrderParameters)
void
SurefireReflector. setRunOrderParameters(java.lang.Object o, RunOrderParameters runOrderParameters)
Constructors in org.apache.maven.surefire.booter with parameters of type RunOrderParameters Constructor 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, java.lang.Integer systemExitTimeout)
-
Uses of RunOrderParameters in org.apache.maven.surefire.testset
Methods in org.apache.maven.surefire.testset that return RunOrderParameters Modifier and Type Method Description static RunOrderParameters
RunOrderParameters. alphabetical()
-
Uses of RunOrderParameters in org.apache.maven.surefire.util
Fields in org.apache.maven.surefire.util declared as RunOrderParameters Modifier and Type Field Description private RunOrderParameters
DefaultRunOrderCalculator. runOrderParameters
Constructors in org.apache.maven.surefire.util with parameters of type RunOrderParameters Constructor Description DefaultRunOrderCalculator(RunOrderParameters runOrderParameters, int threadCount)
-