Exemple #1
0
 @Test
 public void shouldCalculateOr() {
   assertEquals(new Chance(0.52f), chance.or(new Chance(0.4f)));
 }