Uses of Class
org.apache.maven.surefire.api.runorder.Priority
Packages that use Priority
-
Uses of Priority in org.apache.maven.surefire.api.runorder
Fields in org.apache.maven.surefire.api.runorder declared as PriorityMethods in org.apache.maven.surefire.api.runorder that return PriorityModifier and TypeMethodDescriptionstatic Priority
Priority.newTestClassPriority
(String className) Returns a priority that applies to a new testclass (that has never been run/recorded)Methods in org.apache.maven.surefire.api.runorder that return types with arguments of type PriorityModifier and TypeMethodDescriptionRunEntryStatisticsMap.getPriorities
(Comparator<Priority> priorityComparator) Methods in org.apache.maven.surefire.api.runorder with parameters of type PriorityModifier and TypeMethodDescriptionint
int
Method parameters in org.apache.maven.surefire.api.runorder with type arguments of type PriorityModifier and TypeMethodDescriptionRunEntryStatisticsMap.getPriorities
(Comparator<Priority> priorityComparator) private List<PrioritizedTest>
RunEntryStatisticsMap.getPrioritizedTests
(List<Class<?>> testsToRun, Comparator<Priority> priorityComparator) Constructors in org.apache.maven.surefire.api.runorder with parameters of type Priority