MoreUnit is an Eclipse plugin that should assist you in writing more unit tests. It supports all programming languages (switching between tests and classes under tests...) and has specific support for Java (creating test stubs, mock support, decoration, refactoring support...).
Code is hosted at https://github.com/MoreUnit/MoreUnit-Eclipse
Categories: Testing
Additional Details
Eclipse Versions: 2023-12 (4.30), 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2024-03 (4.31), 2024-06 (4.32), 2024-09 (4.33)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: -
Development Status: Production/Stable
Date Created: Monday, May 1, 2006 - 23:04
License: EPL
Date Updated: Wednesday, December 6, 2023 - 03:40
Submitted by: Vera Henneberger
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
October 2024 | 0/0 | 0 | 0 |
September 2024 | 115/642 | 249 | 13 |
August 2024 | 129/641 | 196 | 17 |
July 2024 | 123/663 | 214 | 13 |
June 2024 | 115/681 | 258 | 23 |
May 2024 | 141/682 | 220 | 15 |
April 2024 | 127/687 | 264 | 15 |
March 2024 | 131/694 | 285 | 13 |
February 2024 | 113/687 | 297 | 7 |
January 2024 | 131/691 | 252 | 13 |
December 2023 | 93/671 | 375 | 17 |
November 2023 | 59/686 | 763 | 25 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 7
Count | Error Message |
---|---|
7 | Cannot continue the operation. There is another install operation in progress. |
Reviews Add new review
Updatesite not available
Submitted by Тимур Мазитов on Mon, 10/28/2019 - 23:16
Updatesite not available! Installed from zip downloaded from github.com/MoreUnit/MoreUnit-Eclipse/releases
MustHave plugin!
MoreUnit doesn't work with "Project Lombok"
Submitted by Can Mingir on Fri, 08/21/2015 - 18:36
Great plugin, "MoreUnit" should even come with standard Eclipse as default, which is one of important missing features. However, when I install lombok in eclipse, MoreUnit 3.0.5 is giving empty pages instead TestNG or JUnit test pages in Eclipse Mars.
Do you have any issue tracker site to report?
issue tracker
Submitted by Silvan Schaer on Mon, 08/24/2015 - 16:46
In reply to MoreUnit doesn't work with "Project Lombok" by Can Mingir
When you have a look at the sourceforge site of More Unit you will find the link to the issue tracker site:
http...sourceforge.net/p/moreunit/_list/tickets
Cannot Install
Submitted by Gary Furash on Thu, 07/16/2015 - 13:53
Error unable to read repository at http ... moreunit.sourceforge.net/update-site/content.xml
update site offline
Submitted by Silvan Schaer on Wed, 07/22/2015 - 07:39
In reply to Cannot Install by Gary Furash
Looks like sourceforge is doing some infrastructure and service restoration. Just found it on sourforge Ops twitter handle @sfnet_ops
update site back online
Submitted by Silvan Schaer on Fri, 07/24/2015 - 09:31
In reply to Cannot Install by Gary Furash
looks like the update site is back online. I was able to get version 3.0.5 when connecting to http...moreunit.sourceforge.net/update-site/
Love it!
Submitted by Eduardo Simioni on Wed, 11/12/2014 - 07:10
This is the most useful plugin I've installed since I started using Eclipse, back in 2003!
Cannot live without it anymore.
Thanks a lot!
thank you very much!
Submitted by Thomas Schwitzer on Wed, 08/06/2014 - 14:49
i've been searching for this functionality so long! CTRL+J -< i like it!
Exactly what is missing in Eclipse
Submitted by Dietrich Schulten on Wed, 02/06/2013 - 04:44
Run tests from class under test, generate tests in the right places, jump to tests using a list of tests for all methods.
Excellent!
Very helpful
Submitted by Thomas Baker on Tue, 01/08/2013 - 20:38
This is great for flipping between your unit tests and code. Just press Ctrl+j.
Great Plugin for easing out TDD
Submitted by Mrugen Deshmukh on Fri, 12/14/2012 - 13:55
As a developer following TDD practice, I have been greatly assisted by MoreUnit .
Would recommended this plugin to other java devs.
Great plugin!
Submitted by omnaest Mising name on Sat, 07/02/2011 - 18:47
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!!!
moveMethod refactoring
Submitted by lehmia Mising name on Wed, 03/10/2010 - 08:55
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