@Override
  protected void tearDown() throws Exception {
    try {
      myFixture.tearDown();
    } finally {
      myFixture = null;
      myModule = null;
      myProject = null;

      super.tearDown();
      assertNull(myBusConnection);
    }
  }