Example #1
0
 public synchronized boolean cleanup() {
   this.built = false;
   return FileUtil.forceDelete(this.dir);
 }
 protected void cleanupTempDirs() throws Exception {
   FileUtil.forceDelete(workdir);
 }
 protected void tearDown() throws Exception {
   FileUtil.forceDelete(new File("build/test/cache"));
 }
 protected void tearDown() throws Exception {
   FileUtil.forceDelete(cache);
   cleanupTempDirs();
 }