- 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)
Dienstag, 26. Oktober 2010
Version 2.2.1 released
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...)