Example #1
0
  @Test
  public void getFormConfig() throws Exception {
    // no form
    assertNull(group.getFormConfig());

    // with form
    initForm(createFieldList(field1));
    assertSame(formConfig, group.getFormConfig());
  }