919293949596979899
} catch (IllegalArgumentException e) { assertThat(e, exception("formService")); } // not null FormService formService = createMock(FormService.class); formConfig.setFormService(formService); assertSame(formService, formConfig.getFormService()); }