MoreUnit is an Eclipse plugin that should assist you in writing more unit tests. This is a short overview of the features it provides, for further information take a look at the documentation section:
- MoreUnit decorates classes which have a test case.
- It marks methods in the editor which are under test.
- You can jump to a test case/test method in the editor via the menu or a shortcut (Ctrl-J by default).
- You can run a test case/test method from the class under test via the menu or a shortcut (Ctrl-R by default).
- Rename classes/methods and MoreUnit will rename the corresponding test code too.
- Move classes and MoreUnit will move the corresponding test cases.
- You can generate a test method stub for the method under the cursor in the editor via the menu or a shortcut.
- With the Mock plugin: select the dependencies of a class that you want to see mocked into a corresponding test case.