Package org.junit.runners.model
Class TestClass.MethodComparator
java.lang.Object
org.junit.runners.model.TestClass.MethodComparator
- All Implemented Interfaces:
Comparator<FrameworkMethod>
- Enclosing class:
- TestClass
private static class TestClass.MethodComparator
extends Object
implements Comparator<FrameworkMethod>
Compares two methods by its name.
-
Constructor Summary
Constructors -
Method Summary
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
-
MethodComparator
private MethodComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<FrameworkMethod>
-