summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-07-26Add test cases for multiple submissionsSzymon Szukalski
2024-07-26Simplify entity model buildersSzymon Szukalski
2024-07-26Add test not found handling to /aggregate endpointSzymon Szukalski
2024-07-25Inline variable and fix formattingSzymon Szukalski
2024-07-25Update aggregate logic to return percentage valuesSzymon Szukalski
2024-07-25Remove redundant DTO testSzymon Szukalski
2024-07-25Validate import payload and return create/update statsSzymon Szukalski
2024-07-25Stop specifying hibernate dialect as it is autodetectedSzymon Szukalski
2024-07-25Specify Spring profile for tests and set configuration class contextSzymon Szukalski
2024-07-25Separate Docker Compose services for build, test, runSzymon Szukalski
2024-07-25Use in-memory database (H2) for testsSzymon Szukalski
2024-07-24Use Apache Commons Math for calculations and implement service testsSzymon Szukalski
2024-07-23Enforce text/xml+marker content type for /import endpointSzymon Szukalski
2024-07-23Remove unused variableSzymon Szukalski
2024-07-23Implement simple /results/:id/aggregate endpoint and testSzymon Szukalski
2024-07-23Implement simple /import endpoint and testSzymon Szukalski
2024-07-23Create JAXB beans and initial test for request modelSzymon Szukalski
2024-07-23Create foundations using Spring InitializrSzymon Szukalski