|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicApi public interface TestCollectionResult
Holds the successful and failed TestResults
after calling TestReportCollector.collect(File)
Use TestCollectionResultBuilder
to create instances of this interface
Method Summary | |
---|---|
List<TestResults> |
getFailedTestResults()
Get all the unit TestResults that have failed. |
List<TestResults> |
getSkippedTestResults()
Get all the unit TestResults that have been skipped (or inconclusive). |
List<TestResults> |
getSuccessfulTestResults()
Get all the unit TestResults that have passed without error. |
Method Detail |
---|
List<TestResults> getSuccessfulTestResults()
TestResults
that have passed without error.
TestResults
List<TestResults> getFailedTestResults()
TestResults
that have failed.
TestResults
List<TestResults> getSkippedTestResults()
TestResults
that have been skipped (or inconclusive).
TestResults
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |