assertArrayEquals(new PropertyEditorRegistrar[0], getRegisrarsSupport().getPropertyEditorRegistrars());
}
@Test
public void registerCustomEditors() {
PropertyEditorRegistrar registrar = new MyPropertyEditorRegistrar();
formConfig.setPropertyEditorRegistrars(new PropertyEditorRegistrar[] { registrar });
SimpleTypeConverter registry = new SimpleTypeConverter();
formConfig.getPropertyEditorRegistrar().registerCustomEditors(registry);