Assert.assertTrue("Parent and remote nested do not share ref",
monitor.compareTopToNested(id));
Assert.assertTrue("Parent and local nested do share ref",
monitor.compareTopToLocalNested(id));
Assert.assertTrue("Remote nested and local nested do not share a ref",
monitor.compareNestedToLocalNested(id));
Assert.assertTrue("Remote nested and deepNested share a ref",
monitor.compareNestedToDeepNested(id));
Assert.assertTrue("Local nested and localDeepNested share a ref",
monitor.compareLocalNestedToLocalDeepNested(id));