2008-02-16: Version 1.0.2 released
- Project specific settings are now possible.
- Move refactoring support
- TestNG support
2007-02-25: Version 0.8.1 released
- MoreUnit now offers a view to show the missing test methods of the open java file.
- New configuration on the preference page for flexible testcase naming (if you enable this feature and for example use "Test" as suffix for testcases MoreUnit will detect FooFlexibleTest.java as testcase too).
2006-12-01: Version 0.7.0 released
- Several Bugfixes. Take a look at bugzilla for details: [1580067, 1579660, 1579476, 1579278]
- Using the "Generate test" on a testmethod creates a second testmethod.
2006-10-22: Version 0.6.1 released
- Bugfixing (solved problems with closed projects and rename refactorings)
2006-10-15: Version 0.6.0 released
- MoreUnit supports project specific settings to configure a project containing the tests for each project
- Extended preferences (packages suffixes are now supported for the tests)
- Bugfixing
2006-06-15: Version 0.5.2 released
- MoreUnit is published under the Eclipse Public License from now on.
- The two projects MoreUnit and SwitchUnit are merged.
- JUnit4 support is implemented (configurable at the moreunit-preference page)
- The create a new testcase the eclipse testcase wizard is used (initalized with the moreunit-specific preferences).
- Minor Bugfixes and smaller enhancements.
2006-05-01: Version 0.4.3 released
- MoreUnit offers refactoring support now. Rename of class or methods leads to a dialog to rename corresponding testcase or methods either.
- Suffix for testcase (usually Test) can be configured via the preferences.
- Older versions of moreUnit only offered the possiblity to jump via a shortcut to the corresonding testcase or testmethod. Since version 0.4.3 it is possible to switch between testcase/testmethod and class/method under test with the same shortcut. (Thanks to Jiming Liu, who asked for this feature request)
- Java template preferences (comments) are used for new testcases.
- Switched moreUnit java 1.5
2006-03-23: Version 0.3.2 released
- New marker icon (if you had already installed a version of moreUnit you have to start eclipse once without moreUnit and afterwards you can install the newest version, don't know what the problem is, but if you don't go this way, no new marker icon will appear) for tested methods and moreUnit got extended to recognize test-methods.
- Marker icons are now persistent and will be restored automatically after workbench restart.
- Moved actions to add / delete marker from the workspace to the project popup-menu in the package explorer.
- I tried to implement a refactoring support for correpsonding tests (rename of class should rename correpsonding tests) but had problem with the current API. So if I want to see this feature in this plugin, please vote for this bug at eclipse.org. https://bugs.eclipse.org/bugs/show_bug.cgi?id=132746
2006-01-23: Version 0.3.1 released
- "Jump to test" jumps to the corresponding testmethod, if possible.
- Marker position always beside method signature (they where positioned beside a comment if there was one above the signature in earlier versions)
- In earlier releases testcases had been created in a wrong project sometimes (under special circumstances), this problem should be fixed now.
2006-01-08: Version 0.3.0 released
- he plugin works now with eclipse 3.1.1 (and draw the markers for tested methods)
- Folder for the tests can now be configured via the preferences panel
- Minor bugfixes