snapshooter icon indicating copy to clipboard operation
snapshooter copied to clipboard

improve mismatch formatting

Open RohrerF opened this issue 4 years ago • 7 comments

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 image

Addresses #42

RohrerF avatar Oct 05 '20 07:10 RohrerF

@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

RohrerF avatar Oct 05 '20 07:10 RohrerF

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 :)

nscheibe avatar Oct 05 '20 08:10 nscheibe

The exception will change that's why some tests are failing

RohrerF avatar Oct 05 '20 09:10 RohrerF

Are you still on this @RohrerF ?

glucaci avatar Feb 27 '21 16:02 glucaci

/azp run

glucaci avatar Feb 27 '21 16:02 glucaci

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Feb 27 '21 16:02 azure-pipelines[bot]

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Mar 01 '21 11:03 sonarqubecloud[bot]