protected void tearDown() throws Exception {
    super.tearDown();

    File projectdir = new File(getFrameworkProjectsBase(), TEST_PROJECT);
    FileUtils.deleteDir(projectdir);
  }
 public void tearDown() throws Exception {
   super.tearDown();
   File projectdir = new File(getFrameworkProjectsBase(), PROJ_NAME);
   FileUtils.deleteDir(projectdir);
 }
Exemple #3
0
 protected void tearDown() throws Exception {
   super.tearDown();
 }