Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nice.tools.testsuite.output
Class HtmlOutput  view HtmlOutput download HtmlOutput.java

java.lang.Object
  extended bynice.tools.testsuite.output.AbstractOutput
      extended bynice.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 $

Field Summary
 
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.
 
Method Summary
 void endApplication()
          Called when the application terminates.
 void endTestCase(boolean pass)
          Called when the testcase is performed.
 void endTestSuite()
          Called when the testsuite finishes to perform its testcases..
protected  java.lang.String getLineBreak()
          Returns the line break that is specific to this output.
 void startApplication()
          Called when the application starts up.
 void startTestCase(nice.tools.testsuite.TestCase testCase)
          Called when the testcase starts to perform.
 void startTestSuite(nice.tools.testsuite.TestSuite testSuite)
          Called when the testsuite starts to perform its testcases..
 
Methods inherited from class nice.tools.testsuite.output.AbstractOutput
close, flush, getIndent, log, log, logAndFlush, logAndFlush, mark, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlOutput

public HtmlOutput(java.io.Writer out)
Creates an instance of HtmlFormat where the formatted output should be written to the specified writer.

Method Detail

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