Ejemplo n.º 1
0
 @Test
 public void getUsFor99PercentileShouldReturnCorrectValueGivenByConstructor() {
   Stats s = new Stats(0, 0, 0, 1, 0, 0, 0, 0, 0);
   assertEquals(1, s.getUsFor99Percentile(), 0);
 }