add feature tests for ProductService

This commit is contained in:
Denis Savosin
2024-10-01 16:31:18 +07:00
parent 924969a617
commit 0daff4065d
6 changed files with 87 additions and 2 deletions

View File

@@ -38,6 +38,9 @@ dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.testcontainers:junit-jupiter")
testImplementation("org.testcontainers:testcontainers")
testImplementation("org.testcontainers:postgresql")
}
kotlin {