/** Test of update method, of class GeneralRepository. */
 @Test
 public void testUpdate() {
   System.out.println("update");
   General object = null;
   GeneralRepository instance = new GeneralRepository();
   instance.update(object);
   // TODO review the generated test code and remove the default call to fail.
   fail("The test case is a prototype.");
 }