コード例 #1
0
ファイル: PersonnageTest.java プロジェクト: Seraphiou/lool
 /** Test of cataclisme method, of class Personnage. */
 @Ignore
 @Test
 public void testCataclisme() {
   System.out.println("cataclisme");
   Personnage instance = null;
   instance.cataclisme();
   // TODO review the generated test code and remove the default call to fail.
   fail("The test case is a prototype.");
 }