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 TypeMethodDescriptionint
compare
(Description o1, Description o2) private Long
getFailure
(Description key) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
TestComparator
private TestComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Description>
-
getFailure
-