|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.bpelunit.framework.control.result.XMLResultProducer
public class XMLResultProducer
Producer for the resulting XML of a test run.
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 |
---|
public XMLResultProducer()
Method Detail |
---|
public static void writeXML(java.io.OutputStream out, net.bpelunit.framework.model.test.TestSuite suite) throws java.io.IOException
out
- stream to write tosuite
- suite with the data to be written
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |