summaryrefslogtreecommitdiff
path: root/src/test/kotlin/dev/dnpm/etl/processor
AgeCommit message (Expand)AuthorFilesLines
2023-08-16Issue #7: Send and expect requestId in record body, not in record key (#8)Paul-Christian Volkmer2-16/+50
2023-08-12Code cleanupPaul-Christian Volkmer3-17/+13
2023-08-11Issue #3: Detect the request type of request with last known status (#5)Paul-Christian Volkmer2-23/+43
2023-08-11Issue #2: Do not serialize JSON string as custom string (#4)Paul-Christian Volkmer1-12/+48
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