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