public void tearDownSuite() throws Exception {
   deleteProject(PROJECT_NAME);
   super.tearDownSuite();
 }
 public void setUpSuite() throws Exception {
   super.setUpSuite();
   up();
   waitUntilIndexesReady();
   buildAll();
 }