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