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

All Known Implementing Classes:
ITFJUnitListenerFactory

public interface TestListenerFactory

A factory which can create a specific type of TestListener. Used by the net.sourceforge.groboutils.autodoc.v1.junit.AutoDocJUnitListener class to generate its delegated test listeners.

Since:
March 17, 2002
Version:
$Date: 2003/02/10 22:52:13 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Method Summary
 junit.framework.TestListener createListener()
          Creates the factory's specific type of TestListener.
 

Method Detail

createListener

public junit.framework.TestListener createListener()
Creates the factory's specific type of TestListener.



Copyright © 2001-2003 by The GroboUtils Project