コード例 #1
0
 public void InRange(int value, bool expected)
 {
     Assert.Equal(expected, _range.InRange(value));
 }