1516171819202122
Errors errors; @Before public void before() { errors = new Errors(); errors.addValidator("name", new AttributePresenceValidator("name")); errors.addValidator("description", new AttributePresenceValidator("description")); }