String localDeepId = monitor.getLocalDeepNestedId();
Assert.assertNotNull("Got a localDeepId", localDeepId);
Assert.assertFalse("Got a non-ERROR localDeepId", "ERROR".equals(localDeepId));
long id = parent.createCustomer();
Customer customer = parent.find(id);
Assert.assertNotNull("Customer created and found on parent", customer);
Assert.assertTrue("Parent and remote nested do not share ref",
monitor.compareTopToNested(id));
Assert.assertTrue("Parent and local nested do share ref",