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.

Samstag, 26. März 2011

MoreUnit 2.4.1 released

We have released a new version of MoreUnit this week.
MoreUnit now has mocking support, which can be installed as a separate plugin.

With this release we relaunched a new website, thanks to Nicolas!

Mittwoch, 16. März 2011

MoreUnit goes GIT

MoreUnit is now available via GIT: git://moreunit.git.sourceforge.net/gitroot/moreunit/moreunit


SVN will be dropped soon.

Donnerstag, 24. Februar 2011

MoreUnit switched to Subversion

The MoreUnit project switched from CVS to Subversion. The new repository URL is https://moreunit.svn.sourceforge.net/svnroot/moreunit
CVS is still available at the moment but will be dropped soon.
The reason for this switch is the long CVS downtime after the sourceforge attack. Perhaps this switch is only a first step, we are thinking about switching to GIT.

Sonntag, 20. Februar 2011

MoreUnit 2.3.0 released

  • Package is now shown when user is prompted for selecting a class (Jump and Run actions)
  • Fix: exception when moving class to non-source folder
  • Fix: exception when jumping action had delay
  • Minor fixes