Exemple #1
0
 public void TestToBoolOrNull(object input, bool?result)
 {
     Assert.Equal(result, Bool.ToBoolOrNull(input));
 }