Ejemplo n.º 1
0
 /**
  * Persists entity instance to the database before each test case.
  *
  * @throws Exception to jUnit
  */
 protected void setUp() throws Exception {
   super.setUp(); // always call super method
   TestHelper.clearTables(); // clear predefinded phases
   persistEntity(
       true); // pointed true to indicate that all foreign entities are to be stored as well
 }