Skip to content

BeEquivalentTo is unhelpful when comparing collections with differencing lengths #378

@ghost

Description

I compare two collections of objects with .ShouldAllBeEquivalentTo
The collections has different object count and some of the properties of the objects has different values.
The test results only report about different object count between the collections but no info on the mismatches between the property values.
Is there a syntax to be able to achieve a report with the property value mismatches besides the object count difference?
Thanks

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions