Beispiel #1
0
 @TestOnly
 public void cleanPersistedContents() {
   final int[] roots = FSRecords.listRoots();
   for (int root : roots) {
     cleanPersistedContentsRecursively(root);
   }
 }