-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diff output instead of Assert.Equals #136
Comments
Added a dependency on DiffPlex and changed the IAssert implementations so that when they fail, a diff is generated from the expected/actual and then that is used in the output. This makes it easier to see where there are problems between the two snapshots. This addresses SwissLife-OSS#136
regarding #183, Instead of displaying a diff/additional dependencies, could we shift to making snapshooter extensible, e.g.
|
Is your feature request related to a problem? Please describe.
I would like to see a complete diff between actual and expected snapshot. Currently Assert.Equals is showing only the first position where the string is different.
Describe the solution you'd like
Using an known package DiffPlex we can print the entire snapshot diff in case when they are different.
The text was updated successfully, but these errors were encountered: