@Test
public void apply() throws IOException {
Prune prune = new Prune();
PathData item = mock(PathData.class);
Result result = prune.apply(item);
assertTrue(result.isPass());
assertFalse(result.isDescend());
}
// check that the prune command is ignore when doing a depth first find