public class ExecutionOrderComparator extends Object implements Comparator<TestCaseWrapper>
Constructor and Description |
---|
ExecutionOrderComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(TestCaseWrapper o1,
TestCaseWrapper o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int compare(TestCaseWrapper o1, TestCaseWrapper o2)
compare
in interface Comparator<TestCaseWrapper>
Copyright © 2010–2019 Jenkins. All rights reserved.