Class NoOpComparator
java.lang.Object
io.github.giulong.spectrum.utils.tests_comparators.NoOpComparator
- All Implemented Interfaces:
TestsComparator
,Comparator<com.aventstack.extentreports.model.Test>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(com.aventstack.extentreports.model.Test test1, com.aventstack.extentreports.model.Test test2) 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
-
NoOpComparator
public NoOpComparator()
-
-
Method Details
-
compare
public int compare(com.aventstack.extentreports.model.Test test1, com.aventstack.extentreports.model.Test test2) - Specified by:
compare
in interfaceComparator<com.aventstack.extentreports.model.Test>
-