Package org.junit.experimental.max
Class MaxHistory.TestComparator
java.lang.Object
org.junit.experimental.max.MaxHistory.TestComparator
- All Implemented Interfaces:
Comparator<Description>
- Enclosing class:
MaxHistory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(Description o1, Description o2) private LonggetFailure(Description key) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
TestComparator
private TestComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<Description>
-
getFailure
-