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