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 ForkStarterAbstractSurefireMojo. createForkStarter(ProviderInfo provider, ForkConfiguration forkConfiguration, ClassLoaderConfiguration classLoaderConfiguration, RunOrderParameters runOrderParameters, ConsoleLogger log, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult)private InPluginVMSurefireStarterAbstractSurefireMojo. createInprocessStarter(ProviderInfo provider, ClassLoaderConfiguration classLoaderConfig, RunOrderParameters runOrderParameters, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper)private ProviderConfigurationAbstractSurefireMojo. 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 RunOrderParametersBaseProviderFactory. runOrderParametersMethods in org.apache.maven.surefire.api.booter with parameters of type RunOrderParameters Modifier and Type Method Description voidBaseProviderFactory. 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 RunOrderParametersRunOrderParameters. 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 RunOrderParametersDefaultRunOrderCalculator. runOrderParametersConstructors 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 RunOrderParametersProviderConfiguration. runOrderParametersMethods in org.apache.maven.surefire.booter that return RunOrderParameters Modifier and Type Method Description RunOrderParametersProviderConfiguration. getRunOrderParameters()Methods in org.apache.maven.surefire.booter with parameters of type RunOrderParameters Modifier and Type Method Description private java.lang.ObjectSurefireReflector. createRunOrderParameters(RunOrderParameters runOrderParameters)voidSurefireReflector. 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)
-