/**
  * Tears the fixture down.
  *
  * @throws Exception if fixture.tearDown() fails.
  */
 @Override
 protected void tearDown() throws Exception {
   fixture.tearDown();
   super.tearDown();
 }