|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.autodoc.v1.testserver.AbstractWriterServer
net.sourceforge.groboutils.pmti.v1.autodoc.v1.server.AbstractAppendFileServer
net.sourceforge.groboutils.pmti.v1.autodoc.v1.server.LogFileServer
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.
Constructor Summary | |
LogFileServer(java.io.File f)
|
Method Summary | |
protected void |
writeTestData(TestData td,
java.io.Writer w)
Write the TestData with all the result's encountered BugTestLog events. |
Methods inherited from class net.sourceforge.groboutils.pmti.v1.autodoc.v1.server.AbstractAppendFileServer |
openOutput |
Methods inherited from class net.sourceforge.groboutils.autodoc.v1.testserver.AbstractWriterServer |
addTestData, closeOutput |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LogFileServer(java.io.File f)
Method Detail |
protected void writeTestData(TestData td, java.io.Writer w) throws java.io.IOException
writeTestData
in class AbstractWriterServer
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |