コード例 #1
0
 @Override
 protected void tearDown() throws Exception {
   super.tearDown();
   // remove the repository
   FileSystemHelper.clear(repositoryPath.toFile());
   // remove the clone
   FileSystemHelper.clear(((GitFileStore) baseStore).getLocalFile());
 }