예제 #1
0
 public void ReturnEmptyString()
 {
     Given.ValuesContainOnlyNullElement();
     And.IgnoreNullValues();
     And.ExpectEmptyResult();
     Then.ValuesJoinedToString()
     .Should().BeEmpty();
 }