コード例 #1
0
 public void UniformSnapshot_BigQuantilesAreTheLastValue()
 {
     _snapshot.GetValue(1.0).Should().BeApproximately(5, 0.1);
 }
コード例 #2
0
 public void UniformSnapshot_SmallQuantilesAreTheFirstValue()
 {
     snapshot.GetValue(0.0).Should().BeApproximately(1, 0.1);
 }