Package | Description |
---|---|
org.apache.maven.plugin.surefire.runorder |
Modifier and Type | Field and Description |
---|---|
private Priority |
PrioritizedTest.priority |
Modifier and Type | Method and Description |
---|---|
static Priority |
Priority.newTestClassPriority(java.lang.String className)
Returns a priority that applies to a new testclass (that has never been run/recorded)
|
Modifier and Type | Method and Description |
---|---|
int |
RunEntryStatisticsMap.TestRuntimeComparator.compare(Priority o,
Priority o1) |
int |
RunEntryStatisticsMap.LeastFailureComparator.compare(Priority o,
Priority o1) |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
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) |
Constructor and Description |
---|
PrioritizedTest(java.lang.Class<?> clazz,
Priority pri) |