MoreUnit 2.4.4
Categories:
moreUnit is an eclipse plugin that should assist you writing more unit test. The following features are implemented: - Decorate classes which have a testcase. - Mark methods in the editor which are under test. - Jump to a testcase in the editor via the menu or a shortcut (and back) - Generate a testmethod stub for the method under cursor-position in the editor via the menu or a shortcut. - Rename/move of classes / methods with corresponding testcases automatically starts refactoring for tests as well
Additional Details
- Version Number: 2.4.4
- Eclipse Versions: > 3.4
- Organization: -
- Date Created: 01/05/2006
- Date Updated: 18/04/2012
- Development Status: Production/Stable
- License: EPL
- Submitted by: Vera Henneberger
- This listing has been installed 379 times in the last 30 days.
By omnaest
Great plugin!
The MoreUnit plugin is one of this kind of plugins which are running silently in background without you having to notice about it!
But when it comes to testing your code it offers a great help for the
- annoying regular file creation or
- manuall typing of new helper methods or
- just running only the exact testmethod for the method you are currently writing in your code
and further more...
From me definitly thumbs up for this plugin!!!
By lehmia
moveMethod refactoring
Its a very good plug-in it has solved my many problems.Now i can easily rename class/method and move class with tests using this plugin.
But i am getting problem as i am unable to do move method refactoring for test using this plug-in,but in its functionalities it is mentioned that move method is supported.
help urgently required, is there any document that can tell me step by step that how to do moveMethod refactoring for tests using this plugin.
Note:I am using version 1.3.3 of this plugin

