Menu

Working DDTUnit Example

Help
2009-08-25
2012-09-16
  • Dale Campbell

    Dale Campbell - 2009-08-25

    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.

     
    • Joerg Gellien

      Joerg Gellien - 2009-08-25

      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

       

Log in to post a comment.