@Override
 protected void tearDown() throws Exception {
   myIndicesFixture.tearDown();
   super.tearDown();
 }
 @Override
 protected void setUp() throws Exception {
   super.setUp();
   myIndicesFixture = new MavenIndicesTestFixture(myDir, myProject);
   myIndicesFixture.setUp();
 }