com.thoughtworks.testdox
Class HtmlDocumentGenerator

java.lang.Object
  extended bycom.thoughtworks.testdox.HtmlDocumentGenerator
All Implemented Interfaces:
DocumentGenerator
Direct Known Subclasses:
XDocGenerator

public class HtmlDocumentGenerator
extends java.lang.Object
implements DocumentGenerator

2003-08-12 out.flush() added at the suggestion of Mike Mason


Field Summary
protected  java.io.PrintWriter out
           
 
Constructor Summary
HtmlDocumentGenerator(java.io.PrintWriter out)
           
 
Method Summary
 void endClass(java.lang.String name)
           
 void endRun()
           
 void onTest(java.lang.String name)
           
 void startClass(java.lang.String name)
           
 void startRun()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

protected java.io.PrintWriter out
Constructor Detail

HtmlDocumentGenerator

public HtmlDocumentGenerator(java.io.PrintWriter out)
Method Detail

startClass

public void startClass(java.lang.String name)
Specified by:
startClass in interface DocumentGenerator

endClass

public void endClass(java.lang.String name)
Specified by:
endClass in interface DocumentGenerator

onTest

public void onTest(java.lang.String name)
Specified by:
onTest in interface DocumentGenerator

startRun

public void startRun()
Specified by:
startRun in interface DocumentGenerator

endRun

public void endRun()
Specified by:
endRun in interface DocumentGenerator


Copyright © 2003 Chris Stevenson. All Rights Reserved.