MoreUnit Plugin for Intellij

I am looking for moreUnit as a plugin for Intellij

These are the functions I mostly use and skip in Intellij:

  • create a new test method from the tested method
  • A marker on the method under test indicates that a corresponding test method exists
  • go to the test method (not just the class) from the method under test.
  • execute the corresponding test method from the tested method.

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

+3


source to share


1 answer


A few years later, there is now a larger port for intellij



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

+1


source







All Articles