コード例 #1
0
  public void setUp() {
    eventType = SupportEventTypeFactory.createBeanType(SupportBean_A.class);

    stream = new ZeroDepthStream(eventType);

    testChildView = new SupportSchemaNeutralView();
    stream.addView(testChildView);
    testChildView.setParent(stream);

    eventBean = SupportEventBeanFactory.createObject(new SupportBean_A("a1"));
  }