I have in my test suite a test that goes something like this:
[Fact] public void VerifySomeStuff() { var stuffCollection = GetSomeStuff(); Assert.Equal(
For single element in a list, it's best to use this instead: Assert.Single(resultList);
Assert.Single(resultList);