net.sourceforge.groboutils.autodoc.v1.testserver
Interface Server
- All Known Implementing Classes:
- AbstractWriterServer
- public interface Server
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:52:13 $
- Author:
- Matt Albrecht groboclown@users.sourceforge.net
Method Summary |
void |
addTestData(TestData td)
Receives td from a Monitor and handles it in an implementation
specific manner. |
addTestData
public void addTestData(TestData td)
- Receives td from a Monitor and handles it in an implementation
specific manner.
- Parameters:
td
- the data to deal with. This might be null.
Copyright © 2001-2003 by The GroboUtils Project