summaryrefslogtreecommitdiff
path: root/src/test/kotlin
AgeCommit message (Collapse)AuthorFilesLines
2023-10-05Issue #12: Transform MTBFile objects by using transformation rulesPaul-Christian Volkmer2-16/+30
2023-10-05Issue #12: Add application config for transformation configurationPaul-Christian Volkmer1-0/+19
2023-10-05Issue #12: Basic implementation of transformation servicePaul-Christian Volkmer1-0/+83
2023-09-04fix: removed gaps system from GPAS pseudonym value. Also added clean up ↵jlidke1-0/+7
method, which will replace filename invalid characters witch '_'. (#11)
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
In addition to that, if REST request did not contain a response body, use empty string as data quality report string.
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