snapshooter
snapshooter copied to clipboard
improve mismatch formatting
Summary of the changes
- mismatch formatting improved when one property doesn't match. if there are multiple Properties not matching it will only show the first one
Addresses #42
@nscheibe downside of this solution is that we have to switch from Assert.Equals to Assert.True since XUnit does not support a custom message on Assert.Equals
Okay let me check it tonight. The only important thing is, that the same exception is thrown (otherwise its a breaking change)... But if its Assert.Equal or Assert.True... I personally dont care :)
The exception will change that's why some tests are failing
Are you still on this @RohrerF ?
/azp run
Azure Pipelines successfully started running 1 pipeline(s).
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication