Package org.testng.reporters
Class TestHTMLReporter.ConfigurationComparator
java.lang.Object
org.testng.reporters.TestHTMLReporter.ConfigurationComparator
- All Implemented Interfaces:
Comparator<ITestResult>
- Enclosing class:
TestHTMLReporter
private static class TestHTMLReporter.ConfigurationComparator
extends Object
implements Comparator<ITestResult>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intannotationValue(ITestNGMethod method) intcompare(ITestResult o1, ITestResult o2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ConfigurationComparator
private ConfigurationComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<ITestResult>
-
annotationValue
-