java.lang.Object
nice.tools.testsuite.output.AbstractOutput
nice.tools.testsuite.output.HtmlOutput
- All Implemented Interfaces:
- Output
- public class HtmlOutput
- extends AbstractOutput
Output logs the statements in html Format.
- Version:
- $Id: HtmlOutput.java,v 1.6 2002/09/07 21:05:04 agreif Exp $
| Fields inherited from class nice.tools.testsuite.output.AbstractOutput |
|
|
Constructor Summary |
HtmlOutput(java.io.Writer out)
Creates an instance of HtmlFormat where the formatted output
should be written to the specified writer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlOutput
public HtmlOutput(java.io.Writer out)
- Creates an instance of HtmlFormat where the formatted output
should be written to the specified writer.
startApplication
public void startApplication()
- Called when the application starts up.
endApplication
public void endApplication()
- Called when the application terminates.
startTestSuite
public void startTestSuite(nice.tools.testsuite.TestSuite testSuite)
- Called when the testsuite starts to perform its testcases..
endTestSuite
public void endTestSuite()
- Called when the testsuite finishes to perform its testcases..
startTestCase
public void startTestCase(nice.tools.testsuite.TestCase testCase)
- Called when the testcase starts to perform.
endTestCase
public void endTestCase(boolean pass)
- Called when the testcase is performed.
getLineBreak
protected java.lang.String getLineBreak()
- Returns the line break that is specific to this output.
- Overrides:
getLineBreak in class AbstractOutput