About GroboUtils Sourceforge Project For Developers | GroboTestingJUnit version
1.2.1 Goals/Requirements for IFTCAuthor:Matt Albrecht
The JUnit Interface/Hierarchial Test Case (IFTC) extention has the following
goals:
-
Allow for users to write tests for interfaces, abstract classes, and any
extensible class.
-
Provide a framework extension to JUnit, with a similar approach to writing
tests as standard JUnit.
-
A concrete class's tests must be able to use the framework to "inherit" the
tests of the concrete class' implemented interfaces and super-classes.
-
Allow for multiple contexts of a concrete class to be tested by
inherited tests.
-
Allow for easy tracing of failed tests.
|