Uses of Class
org.apache.maven.surefire.api.testset.RunOrderParameters
-
-
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, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult)
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.api.booter
Fields in org.apache.maven.surefire.api.booter declared as RunOrderParameters Modifier and Type Field Description private RunOrderParameters
BaseProviderFactory. runOrderParameters
Methods in org.apache.maven.surefire.api.booter with parameters of type RunOrderParameters Modifier and Type Method Description void
BaseProviderFactory. setRunOrderParameters(RunOrderParameters runOrderParameters)
-
Uses of RunOrderParameters in org.apache.maven.surefire.api.testset
Methods in org.apache.maven.surefire.api.testset that return RunOrderParameters Modifier and Type Method Description static RunOrderParameters
RunOrderParameters. alphabetical()
-
Uses of RunOrderParameters in org.apache.maven.surefire.api.util
Fields in org.apache.maven.surefire.api.util declared as RunOrderParameters Modifier and Type Field Description private RunOrderParameters
DefaultRunOrderCalculator. runOrderParameters
Constructors in org.apache.maven.surefire.api.util with parameters of type RunOrderParameters Constructor Description DefaultRunOrderCalculator(RunOrderParameters runOrderParameters, int threadCount)
-
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
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
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, 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)
-