Search code examples
intellij-ideaintellij-13intellij-pluginmoreunit

MoreUnit Plugin for Intellij


I am looking for a moreUnit like plugin for Intellij

This are the features I mostly use and miss in Intellij:

  1. create a new test method from the method under test
  2. Marker on method under test indicating that a corresponding test method exist
  3. jump to the test method (not only the class) from method under test.
  4. execute corresponding test method from method under test.

I saw there is plugin called MoreUnit but the only thing it does is jump to test/to class under test. This is function does intellij out of the box with CMD+SHIFT+T.


Solution

  • After a few years there is now a port of moreunit to intellij

    https://github.com/MoreUnit/org.moreunit.intellij.plugin