Exemplo n.º 1
0
 public void WeightedSnapshot_BigQuantilesAreTheLastValue()
 {
     _snapshot.GetValue(1.0).Should().Be(5.0);
 }
 public void weight_snapshot_big_quantiles_are_the_last_value()
 {
     _snapshot.GetValue(1.0).Should().Be(5.0);
 }
Exemplo n.º 3
0
 public void WeightedSnapshot_SmallQuantilesAreTheFirstValue()
 {
     snapshot.GetValue(0.0).Should().Be(1.0);
 }