Method Summary |
|
public void | endApplication() Called when the application terminates. |
public void | endTestCase(boolean pass) Called when the testcase is performed. |
public void | endTestSuite() Called when the testsuite finishes to perform its testcases.. |
protected String | getLineBreak() Returns the line break that is specific to this output. |
public void | startApplication() Called when the application starts up. |
public void | startTestCase(TestCase testCase) Called when the testcase starts to perform. |
public void | startTestSuite(TestSuite testSuite) Called when the testsuite starts to perform its testcases.. |