1
0
mirror of https://github.com/pcvolkmer/onco-analytics-monitor.git synced 2025-07-04 09:32:53 +00:00

test: add tests for helpers

This commit is contained in:
2024-08-07 20:44:26 +02:00
parent 32ac53934f
commit b07675fabb
2 changed files with 60 additions and 0 deletions

View File

@ -44,6 +44,7 @@ dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
testImplementation("org.springframework.integration:spring-integration-test")
testImplementation("org.springframework.kafka:spring-kafka-test")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}