junit.quilt.reports
Class TreeReport

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

public class TreeReport
extends java.lang.Object
implements Report


Constructor Summary
TreeReport()
           
 
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

TreeReport

public TreeReport()
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.