summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)AuthorFilesLines
2024-02-19feat: new kafka config due to kafka inputPaul-Christian Volkmer1-7/+7
2024-02-17refactor: move mtb file controller into package inputPaul-Christian Volkmer1-2/+2
2024-01-21test: add tests for TokenServicePaul-Christian Volkmer1-0/+154
2024-01-04test #17: add tests for retryPaul-Christian Volkmer2-0/+111
2024-01-04feat #17: initial support for request retryPaul-Christian Volkmer2-4/+11
2023-12-14test: add tests to ensure patient id pseudonymPaul-Christian Volkmer2-0/+65
2023-12-05test: expect sorted data quality report issuesPaul-Christian Volkmer1-4/+4
2023-12-05test: expect 3 issues with different severityPaul-Christian Volkmer1-1/+1
2023-12-05fix: add info severity to data quality reportPaul-Christian Volkmer1-2/+5
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 metho...jlidke1-0/+7
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