Port uml tests to assertj

This commit is contained in:
Janne Valkealahti
2020-11-22 10:38:27 +00:00
parent 5b017e4b38
commit 644dd331cb
2 changed files with 294 additions and 301 deletions

View File

@@ -410,8 +410,6 @@ project('spring-statemachine-uml') {
testCompile project(path:':spring-statemachine-core', configuration:'testArtifacts')
testCompile 'io.projectreactor:reactor-test'
testCompile 'org.springframework:spring-test'
testCompile 'org.hamcrest:hamcrest-core'
testCompile 'org.hamcrest:hamcrest-library'
testCompile("org.junit.jupiter:junit-jupiter-api")
testCompile("org.junit.jupiter:junit-jupiter-engine")
testCompile 'org.awaitility:awaitility'