Search code examples
eclipsejunitpluginshighlight

eclipse plugin special highlighting if test method is annotated with junit @Ignore


I was wondering if there is an Eclipse plug-in available that highlights JUnit test methods annotated with @Ignore (like strikethrough all characters that belong to the method). I tried it with Eclipse Settings, Preferences -> Java - > Editor -> Syntax Coloring (Java -> Annotations). It only allows to adjust the appearance for all annotations.

I don't know if I had enough sleep, but I was trying to execute one test method for a couple of minutes and was wondering why Eclipse does not jump into Debug mode. As I recognized that the test method was annotated with @Ignore.

If meta-information is provided, why don't use it :)

Edit:

I asked for this feature at moreunit website.


Solution

  • The feature has been implemented by Vera Henneberger. I made a screen shot with my settings. enter image description here