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