summaryrefslogtreecommitdiff
path: root/src/test/kotlin/dev/dnpm/etl/processor
AgeCommit message (Expand)AuthorFilesLines
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