Dienstag, 4. Dezember 2012

Milestone 2 is out

We just released the second milestone on our current release train to version 3.0.0.
We have switched to Java 6 and fixed some bugs.
Thanks for all the feedback!

Sonntag, 25. November 2012

MoreUnit 3.0.0 Milestone 1 released

We just released Milestone 1 on our 3.0.0 release train.
A lot of things have changed and we are happy to announce multi language support now! The preference/property pages have been polished and you can get a preview of how your changes affect the way MoreUnit will find corresponding tests.

If you encounter any problems or if you have feedback don't hesitate to contact us.

Sonntag, 21. Oktober 2012

Some news about current work

The blog has been silent for a while now but that does not mean that we did not work on MoreUnit. Here are the latest news about what is going on behind the hood:
  • We have switched our build process to Tycho which seems to be great improvement. After a lot of frustrating hours automating the build process in the past switching to Tycho was a very good decision. If you need a good starting point for Tycho try this Tutorial from Lars Vogel
  • A complete new version of MoreUnit is in work which should add multi-language support. If you are interested take a look a the multi-lang-support in our GIT repo
  • Last but not least if you use Jetbrains products too (like AppCode, IntelliJ, RubyMine...) we have some great news for you. There is a mini version of MoreUnit. It is just a test/cut switcher but hopefully some more features will be implemented in the further versions.

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.