Uses of Class
org.apache.maven.surefire.api.runorder.PrioritizedTest
Packages that use PrioritizedTest
-
Uses of PrioritizedTest in org.apache.maven.surefire.api.runorder
Methods in org.apache.maven.surefire.api.runorder that return types with arguments of type PrioritizedTestModifier and TypeMethodDescriptionprivate List<PrioritizedTest>
RunEntryStatisticsMap.getPrioritizedTests
(List<Class<?>> testsToRun, Comparator<Priority> priorityComparator) Methods in org.apache.maven.surefire.api.runorder with parameters of type PrioritizedTestModifier and TypeMethodDescriptionvoid
ThreadedExecutionScheduler.addTest
(PrioritizedTest prioritizedTest) int
RunEntryStatisticsMap.PrioritizedTestComparator.compare
(PrioritizedTest o, PrioritizedTest o1) Method parameters in org.apache.maven.surefire.api.runorder with type arguments of type PrioritizedTestModifier and TypeMethodDescriptionRunEntryStatisticsMap.transformToClasses
(List<PrioritizedTest> tests)