bob1.setBob2(new Bob2());
/*
* After doing initialization and some object storing, get the object in
* memory in initial object map.
*/
memInspector.inspect(this, false/* markNew */);
assertFalse("expect no object added", memInspector.added());
List<NodeForObject> list = memInspector.addedList();
assertTrue("must not have added object", list.isEmpty());
/* add an object */