assertEquals(2, view.getChildCount(parent));
listener.assertAddedAndReset(parent, view.getChild(parent, 1), 1);
}
public void testChangeInValueIsPropagated() {
GwtDebugStatisticsValue value1 = value(), value2 = value();
Node<GwtDebugStatisticsValue> myParent = new Node<GwtDebugStatisticsValue>(value1);
view.nodeAdded(myRoot, myParent, 0);
Object node = view.getChild(root, 0);
listener.reset();