Пример #1
0
 @Test
 public void testAFiveAintFilthy() {
   assertEquals(50, ZilchGame.getPointsWorth(new int[] {5}));
 }
Пример #2
0
 @Test
 public void testAOneIsWorthAHundo() {
   assertEquals(100, ZilchGame.getPointsWorth(new int[] {1}));
 }