Package org.testng.reporters
Class TestHTMLReporter.ConfigurationComparator
- java.lang.Object
-
- org.testng.reporters.TestHTMLReporter.ConfigurationComparator
-
- All Implemented Interfaces:
java.util.Comparator<ITestResult>
- Enclosing class:
- TestHTMLReporter
private static class TestHTMLReporter.ConfigurationComparator extends java.lang.Object implements java.util.Comparator<ITestResult>
-
-
Constructor Summary
Constructors Modifier Constructor Description privateConfigurationComparator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static intannotationValue(ITestNGMethod method)intcompare(ITestResult o1, ITestResult o2)
-
-
-
Method Detail
-
compare
public int compare(ITestResult o1, ITestResult o2)
- Specified by:
comparein interfacejava.util.Comparator<ITestResult>
-
annotationValue
private static int annotationValue(ITestNGMethod method)
-
-