Package junitour

Interface Summary
UnitTestIncomplete A marker interface for marking any exception/error as result of an unit test as incomplete implementation or currently not implemnented.
UnitTestIncompleteListener A listener for a "UnitTestIncomplete" event
.
 

Class Summary
MyResultPrinter extension to ResultPrinter, just to
created: by hostlows, at 08.10.2003/ 18:46:11 $Log$ Revision 1.7 2005/08/21 21:26:55 hostlows added Java5 Annotations, more java-doc Revision 1.6 2005/07/31 03:01:13 hostlows just small typos an introducing a local variable Revision 1.5 2004/12/04 21:59:17 hostlows removed unused imports Revision 1.4 2004/07/08 01:47:50 hostlows cleanup, new build, license changed to mozilla license...
TourTestResult Extension to TestResult:
It collects all incomplete Test cases:
On any failure or error of any test case it decides wether the failing assertion is a UnitTestIncompleteError.
TourTestRunner Specialized TestRunner which handles the case of incomplete testcases: Implementing UnitTestIncompleteListener it 'marks' incomplete test cases as INCOMPLETE when calling the Resultlistener.
UnitourResultFormatter Description: Ant - JunitResult Formatter, based on XMLJUnitResultFormatter from ant-optional tasks 1.5.3 $Log$ Revision 1.5 2005/07/31 03:16:04 hostlows using Java 5 generics for making code simpler: less casts, simpler for-loops Revision 1.4 2004/12/04 22:09:43 hostlows direct referencing instead of inheritance of interface XMLConstants, just for it's constants Revision 1.3 2004/12/04 22:00:22 hostlows javadoc enhancements: more comments, more details
UnitourSummaryResultFormatter wrapper for SummaryJUnitResultFormatter which also handles the JUnitour - unittests in endTestSuite to show the incomplete test count.
 

Error Summary
UnitTestIncompleteError This Error is based on JUnits AssertionException which is thrown when any assert-check fails.
 



Copyright © 2005-2007. All Rights Reserved.