Use JUnit annotations

Issue #69 new
jimdavies created an issue

JUnit test annotations for much more flexible test naming, and makes it easier to define tests that throw exceptions, or require more advanced features that can be provided in test runners.

Refactor all the tests to use the JUnit annotations to mark test methods, rather than name patterns.

Comments (1)

  1. Log in to comment