You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
per obtenir les ClassificationTC de les Competition, a CompetitionDAO s'ha fet l'operacio findClassificationTC(String name) amb el nom de la competicio.
Falta fer els tests
També es té que inserir a la DB cada ClassificationTC per a cada Team respecte a Competition. On es realitzaria aquesta operació?
Faltarien els testos d'aquesta també.
The text was updated successfully, but these errors were encountered:
Ja s'afegeix la classificació de 0 punts en CompetitionDAO.addTeam(comp, team)
S'han afegit algun test i s'han modificat alguns altres.
Ara l'operació CompetitionDAO.addClassificationTC crec que ha perdut gran part del sentit i potser es tindria que refactoritzar. Això afectaria bastants tests crec
per obtenir les ClassificationTC de les Competition, a CompetitionDAO s'ha fet l'operacio findClassificationTC(String name) amb el nom de la competicio.
Falta fer els tests
També es té que inserir a la DB cada ClassificationTC per a cada Team respecte a Competition. On es realitzaria aquesta operació?
Faltarien els testos d'aquesta també.
The text was updated successfully, but these errors were encountered: