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

Packages that use Server
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. 
net.sourceforge.groboutils.pmti.v1.autodoc.v1.server Collection of server classes for the AutoDoc integration of the PMTI package (called officially "Issue Traceability Framework"). 
net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml   
 

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

Classes in net.sourceforge.groboutils.autodoc.v1.testserver that implement Server
 class AbstractWriterServer
          An interface which corresponds to a part of the framework that knows how to deal with the framework's TestData.
 

Constructors in net.sourceforge.groboutils.autodoc.v1.testserver with parameters of type Server
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 Server in net.sourceforge.groboutils.pmti.v1.autodoc.v1
 

Methods in net.sourceforge.groboutils.pmti.v1.autodoc.v1 that return Server
 Server ITFFactory.getServer()
          Retrieve the server for this factory.
 Server DefaultITFFactory.getServer()
           
 Server DefaultITFFactory.createServer()
           
 

Constructors in net.sourceforge.groboutils.pmti.v1.autodoc.v1 with parameters of type Server
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.
 

Uses of Server in net.sourceforge.groboutils.pmti.v1.autodoc.v1.server
 

Classes in net.sourceforge.groboutils.pmti.v1.autodoc.v1.server that implement Server
 class AbstractAppendFileServer
          An interface which corresponds to a part of the framework that knows how to deal with the framework's TestData.
 class AbstractNewFileServer
          An interface which corresponds to a part of the framework that knows how to deal with the framework's TestData.
 class LogFileServer
          An interface which corresponds to a part of the framework that knows how to deal with the framework's TestData.
 

Uses of Server in net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml
 

Classes in net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml that implement Server
 class XMLFileServer
          An interface which corresponds to a part of the framework that knows how to deal with the framework's TestData.
 



Copyright © 2001-2003 by The GroboUtils Project