Class TestCaseOrdering.AlphabeticOrder
- java.lang.Object
-
- com.carrotsearch.randomizedtesting.annotations.TestCaseOrdering.AlphabeticOrder
-
- All Implemented Interfaces:
java.util.Comparator<TestMethodAndParams>
- Enclosing class:
- TestCaseOrdering
public static class TestCaseOrdering.AlphabeticOrder extends java.lang.Object implements java.util.Comparator<TestMethodAndParams>
Alphabetic, increasing order by method name.
-
-
Constructor Summary
Constructors Constructor Description AlphabeticOrder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(TestMethodAndParams o1, TestMethodAndParams o2)
-
-
-
Method Detail
-
compare
public int compare(TestMethodAndParams o1, TestMethodAndParams o2)
- Specified by:
compare
in interfacejava.util.Comparator<TestMethodAndParams>
-
-