Пример #1
0
 public void NothingShouldReturnDefaultValue()
 {
     var nothing = new Nothing<string>();
     Assert.Null(nothing.Return());
 }