Can anyone please point me to a complete working example of a test written in DDTUnit? I've been trying to follow the Cookbook, but my tests show they are passing when I know they should fail. I must be doing something wrong.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can anyone please point me to a complete working example of a test written in DDTUnit? I've been trying to follow the Cookbook, but my tests show they are passing when I know they should fail. I must be doing something wrong.
Hi Dale,
you can find the testcases with more complex data structures in the source code distribution.
The most interesting examples can be found under
src/test/java/junitx/ddtunit/functest/ and
src/test/resources/junitx/ddtunit/functest/ (xml resources)
For now there is no complete standalone example.
But if you like you could send me an example of a class you like to test and that provides unexpected results.
Best regards
Joerg