public static class Report.TestClass extends Object implements Comparable<Report.TestClass>
| Constructor and Description |
|---|
Report.TestClass(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStatus(String status,
String testName) |
int |
compareTo(Report.TestClass o) |
List<Report.TestResult> |
getResults() |
boolean |
hasFailures() |
public Report.TestClass(String name)
public List<Report.TestResult> getResults()
public boolean hasFailures()
public int compareTo(Report.TestClass o)
compareTo in interface Comparable<Report.TestClass>Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.