private LinkedList<Location> childrenList2;
private Long workspaceId;
@Before
public void beforeEach() {
ExecutionContext context = new ExecutionContext();
pathFactory = context.getValueFactories().getPathFactory();
nameFactory = context.getValueFactories().getNameFactory();
namespaces = context.getNamespaceRegistry();
cache = new RequestProcessorCache(pathFactory);
workspaceId = 10L;
Path parent = pathFactory.create("/a/b/c");
location = Location.create(parent, UUID.randomUUID());