@Before
 public void setUp() {
   root = mock(Directory.class);
   DirectoryTree.createDirectoryTree(root);
 }