Utente utente = new UtenteImpl(utenteLight,46, "pippo@yahoo.it", true, indirizzo, recapitoTel);
ModelAndView mav = _controller.onSubmit(_reqMock, _resMock, utente,
new BindException(utente, Constant.DONOR));
assertEquals(Constant.REDIRECT_ELENCO_DONORS, mav.getViewName());
dbUtenti.pulisciDb();
dbCentro.pulisciDb();
dbUtenti = null;
dbCentro = null;
}