/** @throws java.lang.Exception */
 @After
 public void tearDown() throws Exception {
   super.tearDown();
 }
  /** @throws java.lang.Exception */
  @Before
  public void setUp() throws Exception {
    super.setUp();

    this.setEmployeeDao(new EmployeeDaoJdbcSimplest());
  }