mkfile("root-dir/outgoing-dir/watched-file");
mkfile("root-dir/outgoing-dir/unwatched-file");
mkfile("root-dir/control-file");
// initialize watching service
fileModificationService.initialise(tempDir, new RealTimeAccessor(), new BRJSFileInfoAccessor(fileModificationService, new StubLoggerFactory()));
// watch files and directories
watch("root-dir");
watch("root-dir/active-dir");
watch("root-dir/active-dir/active-file");