DocumentSnapshotRepositoryMonitor monitor =
new DocumentSnapshotRepositoryMonitor("nashi", null,
null, callback, null, null, null);
monitor.setTraversalSchedule(traversalSchedule);
monitor.testTraversalSchedule();
}
public void testTraversalWithinSchedule() {
// Testing shouldRun() case:
// Referencing callback.passBegin should throw a NullPointerException.