DDTUnit - A Data Driven Approach to Unit Testing
For setting up module/component tests during development cycle we found
it extremely useful and productive to take a data centric approach to
cover multiple testcases on coded testmethods.
The basic idea of DDTUnit is to provide a XML description (XML Schema based)
of testdata and combine it with the simplicity of JUnit. All program flow is
coded in plain old Java. A wide range of object types can be expressed through
the definition in xml resource (not just the simple String constructor based
objects.
Working on Subversion repository
Use of local Maven2 Repo under http://ddtunit.sourceforge.net/m2-repo
Fix: Support bean hint in nested array objects.
Fix: object with hint=bean and value=null throws an exception.
Add: Support JUnit4
Runtime Annotations
Add: slf4j support
Add: Support for Eclipse JUnit4 Runtime
Add: Support for Java 1.4 Runtime using
Retrotranslator
(see Maven
and
Installation Requirements
).More detailed information in section DDTUnit - Changes
Request for Comment: