Uses of Class
org.apache.maven.surefire.api.runorder.PrioritizedTest
-
Packages that use PrioritizedTest Package Description org.apache.maven.surefire.api.runorder -
-
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 PrioritizedTest Modifier and Type Method Description private java.util.List<PrioritizedTest>RunEntryStatisticsMap. getPrioritizedTests(java.util.List<java.lang.Class<?>> testsToRun, java.util.Comparator<Priority> priorityComparator)Methods in org.apache.maven.surefire.api.runorder with parameters of type PrioritizedTest Modifier and Type Method Description voidThreadedExecutionScheduler. addTest(PrioritizedTest prioritizedTest)intRunEntryStatisticsMap.PrioritizedTestComparator. compare(PrioritizedTest o, PrioritizedTest o1)Method parameters in org.apache.maven.surefire.api.runorder with type arguments of type PrioritizedTest Modifier and Type Method Description private static java.util.List<java.lang.Class<?>>RunEntryStatisticsMap. transformToClasses(java.util.List<PrioritizedTest> tests)
-