예제 #1
0
 /** Test of getPoints method, of class Player. */
 @Test
 public void testGetPoints() {
   System.out.println("getPoints");
   Player instance = null;
   int expResult = 0;
   int result = instance.getPoints();
   assertEquals(expResult, result);
   // TODO review the generated test code and remove the default call to fail.
   fail("The test case is a prototype.");
 }