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