예제 #1
0
 public void AboutEquals(float a, float b, bool expected)
 {
     a.AboutEquals(b).Should().Be(expected);
 }