summaryrefslogtreecommitdiff
path: root/src/test/kotlin/dev/dnpm
AgeCommit message (Collapse)AuthorFilesLines
2023-08-10Add tests for KafkaMtbFileSenderPaul-Christian Volkmer1-0/+169
2023-08-10Tests for RestMtbFileSenderPaul-Christian Volkmer1-0/+159
2023-08-09Decouple request and response processingPaul-Christian Volkmer3-27/+362
2023-08-09Do not append custom prefix to gPAS pseudonymPaul-Christian Volkmer2-7/+93
2023-08-09Use single MtbFileSenderPaul-Christian Volkmer1-1/+1
2023-08-09Handle MTB File with rejected consent as deletion requestPaul-Christian Volkmer1-0/+150
2023-08-08Ignore unknown properties in DataQualityResponsePaul-Christian Volkmer1-0/+70
2023-08-08Add tests for error response statusPaul-Christian Volkmer1-2/+91
2023-08-08Add tests for RequestProcessorPaul-Christian Volkmer1-0/+209
2023-08-08Move integration tests into own source-setPaul-Christian Volkmer3-219/+0
2023-08-08Keep database testcontainer alive until all tests are donePaul-Christian Volkmer1-1/+7
2023-08-08Add RequestService to handle access to requestsPaul-Christian Volkmer2-0/+336
2023-08-08Rename test class to match applications main class namePaul-Christian Volkmer1-1/+1
2023-08-08Add basic Testcontainers test setupPaul-Christian Volkmer2-0/+82