Exemplo n.º 1
0
  /**
   * Finalization
   *
   * @throws Exception if anything goes wrong.
   */
  protected void tearDown() throws Exception {
    base64 = null;

    super.tearDown();
  }
 @Override
 protected void tearDown() throws Exception {
   fixture.tearDown();
   super.tearDown();
 }
  protected void tearDown() throws Exception {
    super.tearDown();

    fixture.tearDown();
  }