Uses of Class
org.apache.maven.plugin.surefire.runorder.PrioritizedTest
-
Packages that use PrioritizedTest Package Description org.apache.maven.plugin.surefire.runorder -
-
Uses of PrioritizedTest in org.apache.maven.plugin.surefire.runorder
Methods in org.apache.maven.plugin.surefire.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.plugin.surefire.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.plugin.surefire.runorder with type arguments of type PrioritizedTest Modifier and Type Method Description private java.util.List<java.lang.Class<?>>RunEntryStatisticsMap. transformToClasses(java.util.List<PrioritizedTest> tests)
-