public interface TestSuiteResult
Modifier and Type | Method and Description |
---|---|
int |
getFailureCount() |
int |
getIgnoreCount() |
Result |
getResult() |
int |
getSuccessCount() |
int |
getTestCount() |
int getTestCount()
int getIgnoreCount()
int getSuccessCount()
int getFailureCount()
Result getResult()