qat.gui
Class XmlReport

java.lang.Object
  extended byqat.gui.ReportObject
      extended byqat.gui.XmlReport

public class XmlReport
extends ReportObject

A class to create an XML-report from the current test-set of QAT test harness.

Author:
Marko Hirsimaki

Field Summary
 
Fields inherited from class qat.gui.ReportObject
tree
 
Constructor Summary
XmlReport(TestTree tree)
           
 
Method Summary
 void printAsTextFile(java.lang.String fileName, java.lang.String sessionName)
           
 void printAsXmlFile(java.lang.String fileName, java.lang.String sessionName)
           
 
Methods inherited from class qat.gui.ReportObject
printTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlReport

public XmlReport(TestTree tree)
Method Detail

printAsTextFile

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

printAsXmlFile

public void printAsXmlFile(java.lang.String fileName,
                           java.lang.String sessionName)
                    throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException


See QAT project for licensing details