Uses of Interface
net.sourceforge.groboutils.autodoc.v1.spi.TestListenerFactory

Packages that use TestListenerFactory
net.sourceforge.groboutils.autodoc.v1.junit Helper classes for integrating AutoDoc into JUnit and the Ant 1.4.1 JUnit task. 
net.sourceforge.groboutils.pmti.v1.autodoc.v1 The Issue Traceability Framework and AutoDoc v1 integration classes framework for PMTI. 
 

Uses of TestListenerFactory in net.sourceforge.groboutils.autodoc.v1.junit
 

Methods in net.sourceforge.groboutils.autodoc.v1.junit that return TestListenerFactory
protected static TestListenerFactory[] AutoDocJUnitListener.getFactories()
          Return all the currently known test listener factories, using the singleton returned by getFactoryStore()
 

Methods in net.sourceforge.groboutils.autodoc.v1.junit with parameters of type TestListenerFactory
protected  void AutoDocJUnitListener.loadListeners(TestListenerFactory factory)
          Creates the listener from the factory, and adds it to the inner list.
 

Constructors in net.sourceforge.groboutils.autodoc.v1.junit with parameters of type TestListenerFactory
AutoDocJUnitListener(TestListenerFactory[] factories)
          Create a new listener using the given factories to specify all JUnit listeners.
AutoDocJUnitFormatter(TestListenerFactory[] factories)
          Create a new listener using the given factories to specify all sub-listeners.
 

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

Classes in net.sourceforge.groboutils.pmti.v1.autodoc.v1 that implement TestListenerFactory
 class ITFJUnitListenerFactory
          A factory which can create a specific type of TestListener.
 



Copyright © 2001-2003 by The GroboUtils Project