Use BeEquivalentTo between types whose property names use different naming conventions
I have a pair of DTOs which were defined using different naming conventions, one using PascalCase
while the other uses camelCase
.
FluentAssertions `.Should().BeEquivalentTo` which property failed?
`I am trying to compare two complex objects and the output from the test generates the same Json but the test fails. How can I tell which properties are causing the failure?