You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, currently IDEs won't show if Atrium assertion fails
expect(actual).toEqual(expected)
That makes test failures with large comparing objects annoying check.
To fix that that you can move to throwing AssertionFailedError from the https://github.com/ota4j-team/opentest4j JUnit initiative instead of AtriumError (or maybe just extend AtriumError from it, haven't check Atrium internals)
like many other assertion libraries already do (junit, assertj, assertk, strikt, kotest, kotlintest, etc).
The text was updated successfully, but these errors were encountered:
robstoll
changed the title
Support of <Show Difference> at IDEs
Support of <Click to see difference> in Intellij
Dec 21, 2024
Hi, currently IDEs won't show if Atrium assertion fails
That makes test failures with large comparing objects annoying check.
To fix that that you can move to throwing AssertionFailedError from the https://github.com/ota4j-team/opentest4j JUnit initiative instead of AtriumError (or maybe just extend AtriumError from it, haven't check Atrium internals)
like many other assertion libraries already do (junit, assertj, assertk, strikt, kotest, kotlintest, etc).
The text was updated successfully, but these errors were encountered: