extract accounts and add integration test
- add end-to-end test AccountsEndpoint - extract get accounts from account.http to accounts.http - extract get accounts from AccountController to AccountsController - move spring boot test file to integration test - add schema.sql - add dependencies for integration test
This commit is contained in:
@@ -16,6 +16,7 @@ dependencies {
|
||||
implementation(hlaeja.springboot.starter.actuator)
|
||||
implementation(hlaeja.springboot.starter.r2dbc)
|
||||
implementation(hlaeja.springboot.starter.security)
|
||||
implementation(hlaeja.springboot.starter.validation)
|
||||
implementation(hlaeja.springboot.starter.webflux)
|
||||
|
||||
runtimeOnly(hlaeja.postgresql)
|
||||
@@ -29,6 +30,15 @@ dependencies {
|
||||
testImplementation(hlaeja.springboot.starter.test)
|
||||
|
||||
testRuntimeOnly(hlaeja.junit.platform.launcher)
|
||||
|
||||
integrationTestImplementation(hlaeja.assertj.core)
|
||||
integrationTestImplementation(hlaeja.library.hlaeja.test)
|
||||
integrationTestImplementation(hlaeja.projectreactor.reactor.test)
|
||||
integrationTestImplementation(hlaeja.kotlin.test.junit5)
|
||||
integrationTestImplementation(hlaeja.kotlinx.coroutines.test)
|
||||
integrationTestImplementation(hlaeja.springboot.starter.test)
|
||||
|
||||
integrationTestRuntimeOnly(hlaeja.junit.platform.launcher)
|
||||
}
|
||||
|
||||
group = "ltd.hlaeja"
|
||||
|
||||
Reference in New Issue
Block a user