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

Packages that use Monitor
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 Monitor in net.sourceforge.groboutils.autodoc.v1.testserver
 

Classes in net.sourceforge.groboutils.autodoc.v1.testserver that implement Monitor
 class DefaultMonitor
          This implemenation of Monitor uses a Hashtable to store the test data.
 

Methods in net.sourceforge.groboutils.autodoc.v1.testserver that return Monitor
 Monitor MonitorFinder.getMonitor()
          Retrieves the pseudo-singleton Monitor of the correct type.
 

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

Classes in net.sourceforge.groboutils.pmti.v1.autodoc.v1 that implement Monitor
 class ITFMonitor
          This implemenation of Monitor uses a Hashtable to store the test data.
 

Methods in net.sourceforge.groboutils.pmti.v1.autodoc.v1 that return Monitor
 Monitor ITFMonitorFinder.getMonitor()
          Retrieves the pseudo-singleton Monitor of the correct type.
 



Copyright © 2001-2003 by The GroboUtils Project