qat.gui
Class ReportObject

java.lang.Object
  extended byqat.gui.ReportObject
Direct Known Subclasses:
XmlReport

public class ReportObject
extends java.lang.Object


Field Summary
protected  TestTree tree
           
 
Constructor Summary
ReportObject(TestTree tree)
           
 
Method Summary
 void printAsTextFile(java.lang.String fileName, java.lang.String sessionName)
           
 void printTree(PrintManager pm, java.lang.String sessionName, int printType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tree

protected TestTree tree
Constructor Detail

ReportObject

public ReportObject(TestTree tree)
Method Detail

printTree

public void printTree(PrintManager pm,
                      java.lang.String sessionName,
                      int printType)

printAsTextFile

public void printAsTextFile(java.lang.String fileName,
                            java.lang.String sessionName)
                     throws java.io.IOException
Throws:
java.io.IOException


See QAT project for licensing details