コード例 #1
0
 public void GivenNullSpelling_UpdatesPropertyToEmpty()
 {
     _screen.WithSpelling(null !).Spelling
     .Should().Be(string.Empty);
 }