|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUnitCaseResult
The result of none regression case. A case describes various related to a user defined case and is composed of multiple tests. Each test contains the various values of the same given context which is a case.
Method Summary | |
---|---|
void |
addTestResult(IUnitTestResult pTestResult)
Adds a new test result to the current list of results. |
boolean |
analyzeTests()
Analyzes the results of the tests contained by this case. |
java.lang.String |
getCaseName()
Retrieves the name of the case. |
int |
getCaseResult()
The global result of this case. |
IUnitTestResult |
getTestResult(java.lang.String pTestName)
Retrieves the result of the given test. |
java.util.Map |
getTestResults()
Retrieves the results of the tests. |
Method Detail |
---|
java.util.Map getTestResults()
IUnitTestResult
elements.int getCaseResult()
boolean analyzeTests()
true
if the results were correctly analyzed, false
if there no tests.void addTestResult(IUnitTestResult pTestResult)
pTestResult
- the result of the execution of the given test.IUnitTestResult getTestResult(java.lang.String pTestName)
pTestName
- the name of the test.
java.lang.String getCaseName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |