Montag, 28. Oktober 2013

MoreUnit 3.0.4 is out

After a long while we released a new version with the following changes:
  • Feature request #67: Marks methods having @Ignored tests
  • Feature request #70: Generates Javadoc for test methods
  • Feature request #71: Mocks: adds support for private and @Injectable fields
  • Feature request #73: Multiline content for test method content
  • Mocks: improves user experience regarding template creation and loading
  • Improves online documentation
  • Fix: (bug 123) typo
  • Fix: (bug 117) Handles project names with braces
  • Fix: (bug 119) ClassCastException while annotating
  • Fix: (bug 3613196) Removes unnecessary info logs
  • Fix: NPE when project is misconfigured or contains only one source folder
  • Fix: NPE when validating new test case creation from first wizard page
  • Fix: Preferences: does not force focus anymore on source and test folder fields, when user input is wrong
  • Fix: Mocks: avoids NPEs when parts are missing from XML template definitions
Have a lot of fun :-)

Mittwoch, 17. April 2013

MoreUnit 3.0.2 is out

We have released a bugfix version.
The following bugs are fixed:

  • Fix: (bugs 3609347 & 3608154) restores generation of test method stubs

  • Fix: (bugs 3594912, 3594914 & 3594689) "New Test Case" wizard's options now fully works with TestNG

  • Fix: (bug 3594899) erroneous MockitoAnnotations.init() has been replaced with MockitoAnnotations.initMocks()

  • Fix: (bug 3594955) "Mock Dependencies" wizard page now uses values from "New Test Case" page

  • Fix: (bugs 3524436 & 3592790) newly created test method is revealed in editor

Mittwoch, 6. Februar 2013

New feedback mail address

Our domain moreunit.org is not available at the moment and we will move it to another provider. Until this is finished we changed our feedback mail address to moreunit.feedback@gmail.com Hopefully we did not miss to many feedback mails because we don't know for how long moreunit.org is unavailabe now.

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 :-)