|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestCollectionResult
Holds the successful and failed TestResults
after calling TestReportCollector.collect(File)
Method Summary | |
---|---|
java.util.List<TestResults> |
getFailedTestResults()
Get all the unit TestResults that have failed. |
java.util.List<TestResults> |
getSuccessfulTestResults()
Get all the unit TestResults that have passed without error. |
Method Detail |
---|
java.util.List<TestResults> getSuccessfulTestResults()
TestResults
that have passed without error.
TestResults
java.util.List<TestResults> getFailedTestResults()
TestResults
that have failed.
TestResults
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |