- 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
Montag, 28. Oktober 2013
MoreUnit 3.0.4 is out
Mittwoch, 17. April 2013
MoreUnit 3.0.2 is out
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
Dienstag, 4. Dezember 2012
Milestone 2 is out
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
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
- 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
- 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
Samstag, 26. März 2011
MoreUnit 2.4.1 released
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
git://moreunit.git.sourceforge.net/gitroot/moreunit/moreunit
SVN will be dropped soon.
Donnerstag, 24. Februar 2011
MoreUnit switched to Subversion
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
Montag, 31. Januar 2011
Sorry for not answering to blog comments
The last blog entry is a while ago, but that does not mean that nothing has happened in the meantime. Nicolas added some features and bugfixes and we are preparing a new release soon.
The people who followed the blog know that I had a hard time to p2-enable the update site. After getting this to work I concentrated on the deployment process, because one-click-one-deploy rules ;-)
Again I had a hard time automating the build process, but it I made good progress with it (using pde-build now).
Dienstag, 26. Oktober 2010
Version 2.2.1 released
- Extension point enhancements
- Extended method search has been improved (better performance and accuracy)
- Different actions for running a single test method or the whole test case
- Better support for TestNG (now runs several test cases at once)
Montag, 20. September 2010
Update after a long time
It's time for another blog post after a long time.
Some of the latest news:
- A new release is out for a while now
- The MoreUnit team has grown (two motivated developers)
As I can not fall behind if the committers are so hard-working, I fixed a bug which seems to be a old one, at least the buggy code was old ;-)
Freitag, 18. Juni 2010
Next small enhancement
Tonight I implemented another small features which was on the wish list for a long time now.
If you create a test method moreUnit will now use the line delimiter from the actual formatter setting.
Donnerstag, 17. Juni 2010
Small enhancement (creating additional test methods)
Tonight I had some time to take a look at the list of feature requests of moreUnit.
Supporting move support for instance methods is not possible because eclipse does not allow participants in MoveInstanceMethodProcessor. So I left a comment in bugzilla and started to implement something different.
I have choosen a small enhancement: if you create a additional test method via the shortcut moreUnit appended the new test method at the bottom of the test case. I have changed that and moreUnit will append the additional test method directly below the test method in which the shortcut was pressed.
Montag, 14. Juni 2010
Version 2.0.1 released
Freitag, 28. Mai 2010
Frustrattion again
Today I wanted to play around with the new planned release and when installing the plugin the property page does not appear. That is a behaviour one of my teammates already had with the current release (and the prooblem disappeared at his laptop suddenly ...).
So now I am little bit frustrated because it does not seem to be a problem from the property page configuration :-(
Donnerstag, 27. Mai 2010
Preparation for release of version 2.0.0
After changing the feature id, I decided to give a higher version number to the new release.
Changing the feature id, will make it necessary to uninstall and reinstall the plugin, so I created a new update site for the plugin.
http://moreunit.sourceforge.net/update-site/ hosts the new release already, but the official release will take some more days (to update documentation...)