net.sourceforge.groboutils.autodoc.v1.testserver
Interface TestData
- All Known Implementing Classes:
- DefaultTestData
- public interface TestData
An interface used to briefly describe a test and the gathered data associated
for the test in a particular framework. These should be created for
a framework through the TestDataFactory
class.
- Since:
- March 17, 2002
- Version:
- $Date: 2003/02/10 22:52:13 $
- Author:
- Matt Albrecht groboclown@users.sourceforge.net
Method Summary |
TestInfo |
getTestInfo()
Retrieve the test specific details this data item corresponds to. |
getTestInfo
public TestInfo getTestInfo()
- Retrieve the test specific details this data item corresponds to.
- Returns:
- the information about the test.
Copyright © 2001-2003 by The GroboUtils Project