Esempio n. 1
0
 /*
  * @see TestCase#setUp()
  */
 @Override
 protected void setUp() throws Exception {
   super.setUp();
   PlayerCharacter character = getCharacter();
   character.setName("The Vitamins are in my Fresh Brussels Sprouts");
   character.setInterests("one potatoe. two potatoe. mORe");
 }