示例#1
0
 public void CallingTo_WithNullInputString_ThrowsException()
 => Assert.Throws <InvalidCastException>(() => TextConversion.To <bool>(null));