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));
// Remove the parent and see that things still work
Assert.assertTrue("Parent removed", monitor.removeParent());
// Confirm parent is dead