}
public void testCostruttorePieno() {
RecapitoTelefonico recapitoTel = new RecapitoTelefonicoImpl( "3391234567", "070123456", "", "");
Indirizzo indirizzo = new IndirizzoImpl( "09100", "Cagliari", "CA",
"Via casasua 1");
UtenteLight utenteLight = new UtenteLightImpl("101","paolino paperino",0,2);
Utente utente = new UtenteImpl(utenteLight,46, "pippo@yahoo.it", true, indirizzo, recapitoTel);
assertTrue(utente.getId()== 0);
assertTrue(2 == utente.getIdGruppo());