|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestRunReporter
Reports on a test run, including each script result.
Method Summary | |
---|---|
void |
cleanUp()
Cleans up any resources used |
Writer |
getWriter()
Gets the Writer to use to write to results to |
void |
reportScriptResult(TestCaseTag tct,
TestCaseCounter counter)
Reports the result of the script. |
void |
reportTestRunComplete(Calendar startTime,
Calendar endTime,
TestCaseCounter counter)
Reports the completion of a test run. |
void |
reportTestRunStart(Calendar startTime)
Reports the start of a test run. |
void |
setWriter(Writer writer)
Sets the Writer to use to write to results to |
Method Detail |
---|
void reportScriptResult(TestCaseTag tct, TestCaseCounter counter)
tct
- The test case of the scriptcounter
- The test case counter of the test runvoid reportTestRunStart(Calendar startTime)
startTime
- The time the test run was kicked offvoid reportTestRunComplete(Calendar startTime, Calendar endTime, TestCaseCounter counter)
startTime
- The time the test run beganendTime
- The time the test run was completedcounter
- The number of test cases run passed and failed.void cleanUp()
Writer getWriter()
void setWriter(Writer writer)
writer
- The Writer to use to write to results to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |