/**
  * JUnit teardown method.
  *
  * @throws Exception in case anything goes wrong.
  */
 protected void tearDown() throws Exception {
   fixture.tearDown();
   super.tearDown();
 }