junitour
Interface UnitTestIncomplete

All Known Implementing Classes:
UnitTestIncompleteError

public interface UnitTestIncomplete

A marker interface for marking any exception/error as result of an unit test as incomplete implementation or currently not implemnented.

 public void testAnyMethod () {
   throw new Exception ("please add additional tests to this unit test.") implements UnitTestIncomplete {
   };
 }
 

created: by hostlows, at 17.10.2003/ 14:40:15
 $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
 First release, which can run as a TextUI-Testrunner and
 produces an enhanced output: additionally prints the count of
 incomplete Tests! It handles examination of incomplete Testcase over
 different classloaders now!

 

Version:
$Revision: 26 $
Author:
$Author: hostlows $, created by Robert Hostlowsky



Copyright © 2005-2007. All Rights Reserved.