monitor.getDeepNestedPassivations());
Assert.assertEquals("Deep contained activated once", 1,
monitor.getDeepNestedActivations());
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",