Ejemplo n.º 1
0
 @Test
 public void aVerSiIncrementaBien() {
   assertEquals("Test incrementa", 2.0, suma.incrementa(1.0), 1e-6);
 }