net.bpelunit.framework.control.result
Class XMLResultProducer

java.lang.Object
  extended by net.bpelunit.framework.control.result.XMLResultProducer

public class XMLResultProducer
extends java.lang.Object

Producer for the resulting XML of a test run.

Version:
$Id$
Author:
Philip Mayer

Constructor Summary
XMLResultProducer()
           
 
Method Summary
static void writeXML(java.io.OutputStream out, net.bpelunit.framework.model.test.TestSuite suite)
          Writes a complete trace of a test suite to the output stream in form of an XML document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLResultProducer

public XMLResultProducer()
Method Detail

writeXML

public static void writeXML(java.io.OutputStream out,
                            net.bpelunit.framework.model.test.TestSuite suite)
                     throws java.io.IOException
Writes a complete trace of a test suite to the output stream in form of an XML document.

Parameters:
out - stream to write to
suite - suite with the data to be written
Throws:
java.io.IOException