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