/** Test of delete method, of class TemplateControllerBean. */
 public void testDelete() {
   System.out.println("delete");
   TemplateControllerBean instance = new TemplateControllerBean();
   instance.delete();
   // TODO review the generated test code and remove the default call to fail.
   fail("The test case is a prototype.");
 }