public class TestResults extends Object
| Constructor and Description |
|---|
TestResults(List<org.apache.maven.plugins.surefire.report.ReportTestSuite> testSuites)
Create a TestResults.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
getGeneralStatus()
Get the general status.
|
int |
getNumberOfTests()
Return the number of tests, without creating an extra copy of the list of tests.
|
List<Test> |
getTests()
Get the tests.
|
public TestResults(List<org.apache.maven.plugins.surefire.report.ReportTestSuite> testSuites)
testSuites - list of test suitesCopyright © 2015. All Rights Reserved.