Iurii created GROOVY-8159:
-----------------------------
Summary: Make assert output easy to parse
Key: GROOVY-8159
URL: https://issues.apache.org/jira/browse/GROOVY-8159
Project: Groovy
Issue Type: Improvement
Components: groovy-runtime
Affects Versions: 2.4.10
Reporter: Iurii
Based on https://youtrack.jetbrains.com/issue/IDEA-171275
IntelliJ IDEA provides great feature: "Click to see difference" in test console.
It's very useful because it opens comparison windows where differences are
highlighted.
It's supported for JUnit assertXXX but not for Groovy assert because: "JUnit's
ComparisonFailure contains all necessary data which can be rendered later while
Groovy's PowerAssertionError contains already rendered message which is hard to
parse (if it's even possible)"
Can assert output be improved so that IDE can parse it?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)