Overview
moreUnit is a eclipse plugin that should assist you writing more unit test. This is a short overview of the features. For further information take a look into the documentation section:- Decorate classes which have a testcase.
- Mark methods in the editor which are under
test.
- Jump to a testcase/testmethod in the editor via the
menu or a shortcut.
- Rename classes/methods and moreUnit will rename the corresponding testcode too.
- Move classes and moreUnit will move the corresponding tests.
- Generate a testmethod stub for the method under cursor-position in the editor via the menu or a shortcut.

(Pix 1) Class decoration

(Pix 2) Marker decoration

(Pix 3) Menu