Class TestSuite.HumanFriendlyComparator
- java.lang.Object
-
- step.repositories.azure.devops.rest.model.TestSuite.HumanFriendlyComparator
-
- All Implemented Interfaces:
Comparator<TestSuite>
- Enclosing class:
- TestSuite
public static class TestSuite.HumanFriendlyComparator extends Object implements Comparator<TestSuite>
-
-
Field Summary
Fields Modifier and Type Field Description static TestSuite.HumanFriendlyComparator
INSTANCE
-
Constructor Summary
Constructors Constructor Description HumanFriendlyComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(TestSuite s1, TestSuite s2)
-
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
-
-
-
-
Field Detail
-
INSTANCE
public static TestSuite.HumanFriendlyComparator INSTANCE
-
-
Method Detail
-
compare
public int compare(TestSuite s1, TestSuite s2)
- Specified by:
compare
in interfaceComparator<TestSuite>
-
-