Uses of Class
org.apache.maven.surefire.util.RunOrder
Packages that use RunOrder
Package
Description
-
Uses of RunOrder in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return types with arguments of type RunOrder -
Uses of RunOrder in org.apache.maven.surefire.testset
Fields in org.apache.maven.surefire.testset declared as RunOrderModifier and TypeFieldDescriptionprivate final RunOrder[]DirectoryScannerParameters.runOrderprivate final RunOrder[]RunOrderParameters.runOrderMethods in org.apache.maven.surefire.testset that return RunOrderModifier and TypeMethodDescriptionRunOrder[]DirectoryScannerParameters.getRunOrder()RunOrder[]RunOrderParameters.getRunOrder()Constructors in org.apache.maven.surefire.testset with parameters of type RunOrder -
Uses of RunOrder in org.apache.maven.surefire.util
Fields in org.apache.maven.surefire.util declared as RunOrderModifier and TypeFieldDescriptionstatic final RunOrderRunOrder.ALPHABETICALstatic final RunOrderRunOrder.BALANCEDstatic final RunOrder[]RunOrder.DEFAULTstatic final RunOrderRunOrder.FAILEDFIRSTstatic final RunOrderRunOrder.FILESYSTEMstatic final RunOrderRunOrder.HOURLYstatic final RunOrderRunOrder.RANDOMstatic final RunOrderRunOrder.REVERSE_ALPHABETICALprivate final RunOrder[]DefaultRunOrderCalculator.runOrderMethods in org.apache.maven.surefire.util that return RunOrderModifier and TypeMethodDescriptionstatic RunOrderstatic RunOrder[]RunOrder.valueOfMulti(String values) Returns the specified RunOrderprivate static RunOrder[]RunOrder.values()Methods in org.apache.maven.surefire.util with parameters of type RunOrderModifier and TypeMethodDescriptionstatic Stringprivate Comparator<Class>DefaultRunOrderCalculator.getSortOrderComparator(RunOrder runOrder) private voidDefaultRunOrderCalculator.orderTestClasses(List<Class<?>> testClasses, RunOrder runOrder)