1

add assertJ + UpdateRoleEvent test

This commit is contained in:
Christoph
2020-03-06 16:21:20 +01:00
parent 05feef8356
commit d14d95dad9
2 changed files with 23 additions and 2 deletions

View File

@ -63,6 +63,7 @@ dependencies {
compile group: 'io.springfox', name: 'springfox-swagger-ui', version: '2.7.0'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
testImplementation 'org.assertj:assertj-core:3.15.0'
runtimeOnly 'com.h2database:h2'
annotationProcessor 'org.projectlombok:lombok'
testImplementation('org.springframework.boot:spring-boot-starter-test') {