|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestResultManager
Method Detail |
---|
BuildResults getBuildFailingSince(BuildResults buildResults, TestResults testResults)
buildResults
- - build results to count the failing unitltestResults
- - the test result representing the test case
BuildResultsImpl
for which this test first failed.boolean isTestFailedForBuild(BuildResults buildResults, TestResults testResults)
TestResults
is failing in a given BuildResultsImpl
buildResults
- testResults
-
boolean
failed = true, not failed = false;TestCaseResultWrapper getTestCaseResult(BuildResults buildResults, String key)
TestCaseResultWrapper
given a test case key and a BuildResultsImpl
buildResults
- key
-
TestCaseResultWrapper
which wraps around the underlying TestResults
TestClassResultWrapper getTestClassResult(BuildResults buildResults, String key)
TestClassResultWrapper
given a test class key and a BuildResultsImpl
buildResults
- key
-
TestClassResultWrapper
which wraps around the underlying TestClassResult
\List wrapTestCaseResults(List testResults, BuildResults buildResults)
List
of TestResults
object into a List
of TestCaseResultWrapper
objects.
testResults
- buildResults
-
List
of wrapped TestCaseResultWrapper
BuildResults getBuildFailingSince(TestCase testCase)
BuildResults getBuildSuccessfulSince(TestCase testCase)
TestCaseResultWrapper getLastTestCaseResult(TestCase testCase)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |