Donnerstag, 23. Februar 2012

MoreUnit 2.4.3 released

We have released a new version of MoreUnit:


  • Fix: do not consider potential test cases with packages that do not match the package of the class under test anymore, except as a proposal when jumping (bugs 3482684 & 3386098)

  • Adds a "New Class" entry in the "Jump To..." pop-up menu

  • Fix: the "New Class" wizard is back when "jumping" from a test class that does not have an associated tested class yet

  • The support for mocking frameworks now also works for Eclipse platforms that use Java 5 but do not provide JAXB

  • Fix: occasional exception when moving classes (bug 3285663)

  • The preferences UI has been improved so that it better fits in the dialog, and tooltips appears

  • Improves source folder guesses for Maven-like project (more work to come)

  • Adds "throws Exception" to generated test methods

  • Fix: the "no constructor" warning does not appear anymore when mocking dependencies of a class that has a default constructor

  • Much work has been done (and is still done) to improve testing of MoreUnit :-)




Montag, 20. Februar 2012

Latest news

A long time is gone since our last blog post and our last release. But we are hard-working under the hood and we are preparing a new release at the moment. In the meantime we have started to use SWTBot to increase the quality of MoreUnit.