Beispiel #1
0
 /*
  * (non-Javadoc)
  * @see tests.TestUnit#run()
  */
 public boolean run() throws AssertException {
   Path.printRoots();
   CreateDirTest();
   RemoveDirTest();
   return true;
 }