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
This is a follow-up on #138 where we used new AssertionFailedError(message, expected, actual) to pass expected and actual for assertEquals, assertSame, and assertNull.
However, we should consider passing unexpected and actual for
Assertions.assertNotEquals
Assertions.assertNotSame (hmm... unexpected == actual in this case)