assertEquals(Event.ADD, e.getEventType());
DataObject child2 = quote.createDataObject("quotes");
assertEquals(++changeCount, o.getNotificationCount());
e = o.getLastEvent();
assertTrue(e.wasSet()); // the quotes property was previously set to a non empty list
assertEquals(1, e.getPosition());
child2.setString("companyName", "subsidiary");
assertEquals(changeCount /* no ++ */, o.getNotificationCount()); // not monitoring the child