groovy-eclipse icon indicating copy to clipboard operation
groovy-eclipse copied to clipboard

Add support for Compare Result command in JUnit view for Groovy assert comparisons

Open eric-milles opened this issue 6 years ago • 1 comments

When a JUnit test case uses Assert.assertEquals, a test failure displays the option Compare Result in the JUnit view's context menu (see below) for easy comparison of expected and actual strings. If possible, enhance this capability to support Groovy's assert keyword (at least for == comparisons).

image

eric-milles avatar Jun 20 '19 15:06 eric-milles

Note: Spock supports this somehow.

eric-milles avatar Jun 26 '19 21:06 eric-milles