Example #1
0
 public void ToList_GivenEmptyCollection_ReturnsZeroAsTheNumberOfElements()
 {
     // Assert
     Assert.AreEqual(0, headers.ToList().Count);
 }