TEST FALLITO Funzione testata: parseHeader(buffer1, buffer2, -1, buffer3, 1000) Argomento in esame: Terzo Risultato atteso: BUFFER_TOO_SMALL Risultato ottenuto: EMPTY_STRING Possibile causa: La funzione non controlla se il buffer è sufficientemene capiente
TEST FALLITO Funzione testata: parseHeader(buffer1, buffer2, 1000, buffer3, -1) Argomento in esame: Quinto Risultato atteso: BUFFER_TOO_SMALL Risultato ottenuto: EMPTY_STRING Possibile causa: La funzione non controlla se il buffer è sufficientemene capiente
TEST FALLITO Funzione testata: primaParola(buffer1, buffer2, -1) Argomento in esame: Terzo Risultato atteso: BUFFER_TOO_SMALL Risultato ottenuto: EMPTY_STRING Possibile causa: La funzione non controlla se il buffer è sufficientemene capiente
TEST FALLITO Funzione testata: tokenizzaEmail(buffer, array, -1) Argomento in esame: Terzo Risultato atteso: BUFFER_TOO_SMALL Risultato ottenuto: EMPTY_STRING Possibile causa: La funzione non controlla se il buffer è sufficientemene capiente