net.sourceforge.groboutils.pmti.v1.autodoc.v1
Class ITFJUnitListenerFactory

java.lang.Object
  extended bynet.sourceforge.groboutils.pmti.v1.autodoc.v1.ITFJUnitListenerFactory
All Implemented Interfaces:
TestListenerFactory

public class ITFJUnitListenerFactory
extends java.lang.Object
implements TestListenerFactory

A factory which can create a specific type of TestListener.

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

Constructor Summary
ITFJUnitListenerFactory()
           
 
Method Summary
 junit.framework.TestListener createListener()
          Creates the factory's specific type of TestListener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITFJUnitListenerFactory

public ITFJUnitListenerFactory()
Method Detail

createListener

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

Specified by:
createListener in interface TestListenerFactory


Copyright © 2001-2003 by The GroboUtils Project