junitour
Interface UnitTestIncompleteListener

All Superinterfaces:
junit.framework.TestListener
All Known Implementing Classes:
TourTestRunner

public interface UnitTestIncompleteListener
extends junit.framework.TestListener

A listener for a "UnitTestIncomplete" event
. This could be used to count the incomplete tests...

created: by Hostlowsky, at 31.08.2003 / 22:25:47

 $Log$
 Revision 1.2  2004/07/08 01:47:50  hostlows
 cleanup, new build, license changed to mozilla license...

 Revision 1.1.1.1  2003/11/12 23:32:13  hostlows
 Initial import.

 Revision 1.1  2003/10/30 07:13:54  hostlows
 

Version:
$Revision: 26 $, $Date: 2004-07-08 03:47:50 +0200 (Do, 08 Jul 2004) $
Author:
created by Robert Hostlowsky

Method Summary
 void addUnitTestIncompleteListener(junit.framework.Test test, java.lang.Throwable t)
           
 
Methods inherited from interface junit.framework.TestListener
addError, addFailure, endTest, startTest
 

Method Detail

addUnitTestIncompleteListener

void addUnitTestIncompleteListener(junit.framework.Test test,
                                   java.lang.Throwable t)


Copyright © 2005-2007. All Rights Reserved.