Quantcast
Channel: Fluent Assertions
Viewing all articles
Browse latest Browse all 1402

Patch Uploaded: #11325

$
0
0

Vasyl has uploaded a patch.

Description:
The patch allows comparing collections with nulls inside (original code throws an exception trying to perform "null.Equals(null)"):

var sample = new[] {new Value(1), null};
var reference = new[] {new Value(1), null};
sample.Should().Equal(reference);


Viewing all articles
Browse latest Browse all 1402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>