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 ForkStarterAbstractSurefireMojo. createForkStarter(ProviderInfo provider, ForkConfiguration forkConfiguration, ClassLoaderConfiguration classLoaderConfiguration, RunOrderParameters runOrderParameters, ConsoleLogger log, DefaultScanResult scanResult, Platform platform)private InPluginVMSurefireStarterAbstractSurefireMojo. createInprocessStarter(ProviderInfo provider, ClassLoaderConfiguration classLoaderConfig, RunOrderParameters runOrderParameters, DefaultScanResult scanResult, Platform platform)private ProviderConfigurationAbstractSurefireMojo. 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 RunOrderParametersBaseProviderFactory. runOrderParametersprivate 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 (package private) java.lang.ObjectSurefireReflector. createRunOrderParameters(RunOrderParameters runOrderParameters)voidBaseProviderFactory. setRunOrderParameters(RunOrderParameters runOrderParameters)voidRunOrderParametersAware. setRunOrderParameters(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, 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 RunOrderParametersRunOrderParameters. 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 RunOrderParametersDefaultRunOrderCalculator. runOrderParametersConstructors in org.apache.maven.surefire.util with parameters of type RunOrderParameters Constructor Description DefaultRunOrderCalculator(RunOrderParameters runOrderParameters, int threadCount)
-