1

Lets say I have 2 dictionary objects: Dictionary<string, object> dictA, Dictionary<string, object> dictB. I'm doing the following when comparing them:

dictB.ShouldBeEquivalentTo<T>(dictA);

When the total items do not match, I just get a message

Expected member dictB to be a dictionary with 26 item(s), but found 23 item(s).

How can I make it show what items are missing between the two?

Nkosi
  • 235,767
  • 35
  • 427
  • 472
quldude
  • 507
  • 5
  • 16

1 Answers1

0

I can't do that just yet. I recommend you file a feature request on www.fluentassertions.com

Dennis Doomen
  • 8,368
  • 1
  • 32
  • 44