Пример #1
0
 private void AssertListEmpty()
 {
     list.Should().BeEmpty();
     list.Count.Should().Be(0);
 }