junit.quilt.reports
Class XMLReport

java.lang.Object
  |
  +--junit.quilt.reports.XMLReport
All Implemented Interfaces:
Report

public class XMLReport
extends java.lang.Object
implements Report


Constructor Summary
XMLReport()
           
 
Method Summary
 void writeNode(java.io.PrintWriter out, QuiltRegistry registry, int level, java.lang.String[] levels, javax.swing.tree.TreeNode[] nodes)
           
 void writeReport(java.io.OutputStream out, QuiltRegistry registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLReport

public XMLReport()
Method Detail

writeNode

public void writeNode(java.io.PrintWriter out,
                      QuiltRegistry registry,
                      int level,
                      java.lang.String[] levels,
                      javax.swing.tree.TreeNode[] nodes)

writeReport

public void writeReport(java.io.OutputStream out,
                        QuiltRegistry registry)
                 throws java.io.IOException
Specified by:
writeReport in interface Report


Copyright © 2001-2002 David Dixon-Peugh. All Rights Reserved.