net.sourceforge.groboutils.autodoc.v1.testserver
Interface TestDataFactory

All Known Implementing Classes:
DefaultTestDataFactory

public interface TestDataFactory

A factory in charge of creating a specific TestData instance from a TestInfo unique identifier.

Since:
March 17, 2002
Version:
$Date: 2003/02/10 22:52:13 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Method Summary
 TestData createTestData(TestInfo info)
          Create the TestData for the specific info instance.
 

Method Detail

createTestData

public TestData createTestData(TestInfo info)
Create the TestData for the specific info instance. This should never return null.

Parameters:
info - the unique identifier for the test under inspection, which should never be null.
Returns:
the new data for the given info.
Throws:
java.lang.IllegalArgumentException - if info is null.


Copyright © 2001-2003 by The GroboUtils Project