@Override
 protected void setUp() throws Exception {
   super.setUp();
   gen.clearAllTables();
   gen.standardData();
   gen.hcp4();
 }
  @Override
  protected void setUp() throws Exception {
    TestDataGenerator gen = new TestDataGenerator();
    gen.clearAllTables();
    gen.standardData();

    action = new ViewMyRecordsAction(factory, pid);
    fmbList = famDAO.getParents(5);
    fmBean = fmbList.get(0);
  }
 protected void setUp() throws Exception {
   gen.clearAllTables();
   gen.standardData();
   allPatients = pDAO.getAllPatients();
 }