net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml
Class XMLFileServer
java.lang.Object
net.sourceforge.groboutils.autodoc.v1.testserver.AbstractWriterServer
net.sourceforge.groboutils.pmti.v1.autodoc.v1.server.AbstractNewFileServer
net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileServer
- All Implemented Interfaces:
- Server
- public class XMLFileServer
- extends AbstractNewFileServer
An interface which corresponds to a part of the framework that knows how
to deal with the framework's TestData. It may directly deal with
the data, or pass it off to a remote server.
- Since:
- March 17, 2002
- Version:
- $Date: 2003/02/10 22:51:57 $
- Author:
- Matt Albrecht groboclown@users.sourceforge.net
Method Summary |
protected void |
escapeString(java.lang.StringBuffer sb,
java.lang.String raw)
|
protected java.lang.String |
toString(java.lang.Throwable t)
|
protected void |
writeTestData(TestData td,
java.io.Writer w)
Write the BugTestResult with all the result's encountered BugTestLog
events. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLFileServer
public XMLFileServer(java.lang.String prefix)
XMLFileServer
public XMLFileServer(java.lang.String prefix,
java.lang.String postfix)
writeTestData
protected void writeTestData(TestData td,
java.io.Writer w)
throws java.io.IOException
- Write the BugTestResult with all the result's encountered BugTestLog
events.
- Specified by:
writeTestData
in class AbstractWriterServer
- Throws:
java.io.IOException
escapeString
protected void escapeString(java.lang.StringBuffer sb,
java.lang.String raw)
toString
protected java.lang.String toString(java.lang.Throwable t)
Copyright © 2001-2003 by The GroboUtils Project