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