// recherche de l'iteration
mockIterationRepository.expectFindByPersistanceId(persistanceId, iterationToUpdate);
// mock de l'erreur
Errors errors = AgilePlanningObjectFactory.getErrors();
errors.reject("erreur");
mockIterationValidator.expectValidate(new Ignore(), errors);
Errors errorsFromService = iterationService.update(new Date(), new Date(), persistanceId, 3);
// Vérifie les appels