Migrate from fest-assert to assertj

Fixes gh-338
This commit is contained in:
Rob Winch
2016-01-25 19:41:54 -06:00
parent 1003821dad
commit 5dff0ff37b
30 changed files with 32 additions and 32 deletions

View File

@@ -28,7 +28,7 @@ dependencies {
testCompile "junit:junit:$junitVersion",
'org.mockito:mockito-core:1.9.5',
"org.springframework:spring-test:$springVersion",
'org.easytesting:fest-assert:1.4',
"org.assertj:assertj-core:$assertjVersion",
"org.springframework.security:spring-security-core:$springSecurityVersion"
jacoco "org.jacoco:org.jacoco.agent:0.7.2.201409121644:runtime"