assertNotNull(binder.findCustomEditor(null, "office"));
}
public void testSetCustomEditorsWithFailure()
throws Exception {
IEmployee emp = new Employee();
EnhancedSimpleFormController controller = (EnhancedSimpleFormController) this.applicationContext.getBean("testCustomEditorsControllerFour");
ServletRequestDataBinder binder = new ServletRequestDataBinder(emp);
try {
controller.initBinder(new MockHttpServletRequest(), binder);