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
When using Asserts.assertEquals there is the option to show difference, which is helpful from time to time if you for example test a toString, or other long outputs.
If you are clicking on the -Link you get a window as shown below which shows the differences between the expected and the actual.
Would be nice if this option would be show to if using assertThat().equalsTo().
The text was updated successfully, but these errors were encountered:
When using Asserts.assertEquals there is the option to show difference, which is helpful from time to time if you for example test a toString, or other long outputs.
If you are clicking on the -Link you get a window as shown below which shows the differences between the expected and the actual.
Would be nice if this option would be show to if using assertThat().equalsTo().
The text was updated successfully, but these errors were encountered: