@Override
  protected void tearDown() throws Exception {
    // TODO Auto-generated method stub
    super.tearDown();

    log.debug("starting clean up");

    this.handleCustomObjectKill(this.sampleObject);

    log.debug("clean up complete");
  }
  @Override
  protected void setUp() throws Exception {

    log.debug("starting setup");

    super.setUp();

    this.handleCustomObjectKill(this.sampleObject);

    log.debug("setup complete");
  }