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

Packages that use TestDataFactory
net.sourceforge.groboutils.autodoc.v1.testserver Abstract framework to aid subcomponents of the AutoDoc facility to interact between the JUnit testing suite and a implementation-specific server, which receives corrolated events from the AutoDoc and JUnit systems. 
net.sourceforge.groboutils.pmti.v1.autodoc.v1 The Issue Traceability Framework and AutoDoc v1 integration classes framework for PMTI. 
 

Uses of TestDataFactory in net.sourceforge.groboutils.autodoc.v1.testserver
 

Constructors in net.sourceforge.groboutils.autodoc.v1.testserver with parameters of type TestDataFactory
DefaultMonitor(Server s, TestDataFactory f)
          Constructor for a Monitor requiring a reference to the Server which will receive the completed TestData structures, and a reference to a factory for creating new TestData instances for the particular framework this Monitor belongs to.
 

Uses of TestDataFactory in net.sourceforge.groboutils.pmti.v1.autodoc.v1
 

Classes in net.sourceforge.groboutils.pmti.v1.autodoc.v1 that implement TestDataFactory
 class DefaultTestDataFactory
          A factory in charge of creating a specific TestData instance from a TestInfo unique identifier.
 

Methods in net.sourceforge.groboutils.pmti.v1.autodoc.v1 that return TestDataFactory
 TestDataFactory ITFFactory.getTestDataFactory()
          Retrieve the TestDataFactory for this factory.
 TestDataFactory DefaultITFFactory.getTestDataFactory()
           
 TestDataFactory DefaultITFFactory.createTestDataFactory()
           
 

Constructors in net.sourceforge.groboutils.pmti.v1.autodoc.v1 with parameters of type TestDataFactory
ITFMonitor(Server s, TestDataFactory f)
          Constructor for a Monitor requiring a reference to the Server which will receive the completed TestData structures, and a reference to a factory for creating new TestData instances for the particular framework this Monitor belongs to.
 



Copyright © 2001-2003 by The GroboUtils Project