@Test public void testAFiveAintFilthy() { assertEquals(50, ZilchGame.getPointsWorth(new int[] {5})); }
@Test public void testAOneIsWorthAHundo() { assertEquals(100, ZilchGame.getPointsWorth(new int[] {1})); }