Method Summary |
|
public void | close() Closes the underlying writer. |
public void | endApplication() Called when the application terminates. |
public void | endTestCase(boolean succeeded) Called when the testcase is performed. |
public void | endTestSuite() Called when the testsuite finishes to perform its testcases.. |
public void | log(String statement) Logs a statement to this Appender. |
public void | log(String prefix, String statement) Logs a statement with the given prefix in angled braces. |
public void | logAndFlush(String statement) Logs a statement to this output and flushes the writer. |
public void | logAndFlush(String prefix, String statement) Logs a statement with the given prefix in angled braces and flushes the writer. |
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.. |