Testing - Leonhest/HandballOrg_App GitHub Wiki
Test classes for the application is located here
Tests that the administrator class constructs properly.
Tests Match class functionality including setScore method and getters.
Tests the ability to add match to results in Result class.
Tests all functionality and methods in the TeamRegister class.
Tests constructor and exception handling in Team class.
Tests exception handling in TournamentRegister class.
Tests functionality in Tournament class including adding a match.
Tests constructor and email registration.
Tests match setup.