summaryrefslogtreecommitdiff
path: root/src/test/java/com/stileeducation/markr/service
AgeCommit message (Collapse)Author
2024-07-26Add test cases for multiple submissionsSzymon Szukalski
Add test cases which exercise the logic for updating the marks available and marks obtained. Update the service method so that they are transactional and reset the transient 'updated' and 'created' flags after reloading entites to ensure accurate update/create reporting.
2024-07-26Add test not found handling to /aggregate endpointSzymon Szukalski
2024-07-25Update aggregate logic to return percentage valuesSzymon Szukalski
2024-07-24Use Apache Commons Math for calculations and implement service testsSzymon Szukalski
Implement TestResultService tests and supporting entity builders. Switch to Apache Commons Math library for descriptive statistics.