npryce/hamkrest

Support Intellij IDEA's automatic diff calculation

magneticflux- opened this issue · 1 comments

IDEA can format test errors as diffs between expected and actual, which is helpful for large string/object graph comparisons. It appears that all you would need to do is remove the newline between expected: and but was:.

Details here: link

Modern reference to the location in IDEA source: link

Implemented