|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 { }; }
$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!
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |