}
public void testLoadChildrenStrategy() {
final boolean[] called = new boolean[] { false };
view = new FlowViewImplWithFactory(root, View.Y_AXIS);
view.strategy = new FlowStrategy() {
@Override
public void insertUpdate(FlowView fv, DocumentEvent event, Rectangle alloc) {
called[0] = true;
assertSame(view, fv);
assertNull(event);