Uses of Class
org.apache.maven.plugin.surefire.runorder.Priority
-
Packages that use Priority Package Description org.apache.maven.plugin.surefire.runorder -
-
Uses of Priority in org.apache.maven.plugin.surefire.runorder
Fields in org.apache.maven.plugin.surefire.runorder declared as Priority Modifier and Type Field Description private Priority
PrioritizedTest. priority
Methods in org.apache.maven.plugin.surefire.runorder that return Priority Modifier and Type Method Description static Priority
Priority. newTestClassPriority(java.lang.String className)
Returns a priority that applies to a new testclass (that has never been run/recorded)Methods in org.apache.maven.plugin.surefire.runorder that return types with arguments of type Priority Modifier and Type Method Description private java.util.Map<java.lang.String,Priority>
RunEntryStatisticsMap. getPriorities(java.util.Comparator<Priority> priorityComparator)
Methods in org.apache.maven.plugin.surefire.runorder with parameters of type Priority Modifier and Type Method Description int
RunEntryStatisticsMap.LeastFailureComparator. compare(Priority o, Priority o1)
int
RunEntryStatisticsMap.TestRuntimeComparator. compare(Priority o, Priority o1)
Method parameters in org.apache.maven.plugin.surefire.runorder with type arguments of type Priority Modifier and Type Method Description private java.util.Map<java.lang.String,Priority>
RunEntryStatisticsMap. getPriorities(java.util.Comparator<Priority> priorityComparator)
private java.util.List<PrioritizedTest>
RunEntryStatisticsMap. getPrioritizedTests(java.util.List<java.lang.Class<?>> testsToRun, java.util.Comparator<Priority> priorityComparator)
Constructors in org.apache.maven.plugin.surefire.runorder with parameters of type Priority Constructor Description PrioritizedTest(java.lang.Class<?> clazz, Priority pri)
-