private static class TestHTMLReporter.ConfigurationComparator extends java.lang.Object implements java.util.Comparator<ITestResult>
Modifier | Constructor and Description |
---|---|
private |
ConfigurationComparator() |
Modifier and Type | Method and Description |
---|---|
private static int |
annotationValue(ITestNGMethod method) |
int |
compare(ITestResult o1,
ITestResult o2) |
public int compare(ITestResult o1, ITestResult o2)
compare
in interface java.util.Comparator<ITestResult>
private static int annotationValue(ITestNGMethod method)