}
@Test(expected=ConstraintViolationException.class)
public void articlesActionHandler() throws ActionException{
ArticlesAddActionHandler handler = injector.getInstance(ArticlesAddActionHandler.class);
handler.execute(new ArticlesAddAction(null, null, "description", new Date(), "interestedIn", "es"), mock(ExecutionContext.class));
}
private static class Module extends AbstractModule{
@Override