net.sourceforge.groboutils.pmti.v1.autodoc.v1
Class DefaultTestDataFactory

java.lang.Object
  extended bynet.sourceforge.groboutils.pmti.v1.autodoc.v1.DefaultTestDataFactory
All Implemented Interfaces:
TestDataFactory

public class DefaultTestDataFactory
extends java.lang.Object
implements 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:51:56 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Constructor Summary
DefaultTestDataFactory()
           
 
Method Summary
 TestData createTestData(TestInfo info)
          Create the TestData for the specific info instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTestDataFactory

public DefaultTestDataFactory()
Method Detail

createTestData

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

Specified by:
createTestData in interface TestDataFactory
Parameters:
info - the unique identifier for the test under inspection, which should never be null.
Returns:
the new data for the given info.


Copyright © 2001-2003 by The GroboUtils Project