Add fest-assert as default test dependency
This commit is contained in:
parent
ea6b444770
commit
f61fab3509
|
@ -80,7 +80,8 @@ dependencies {
|
||||||
|
|
||||||
testCompile 'junit:junit:4.7',
|
testCompile 'junit:junit:4.7',
|
||||||
'org.mockito:mockito-core:1.8.5',
|
'org.mockito:mockito-core:1.8.5',
|
||||||
"org.springframework:spring-test:$springVersion"
|
"org.springframework:spring-test:$springVersion",
|
||||||
|
'org.easytesting:fest-assert:1.4'
|
||||||
|
|
||||||
// Use slf4j/logback for logging
|
// Use slf4j/logback for logging
|
||||||
testRuntime "org.slf4j:jcl-over-slf4j:$slf4jVersion",
|
testRuntime "org.slf4j:jcl-over-slf4j:$slf4jVersion",
|
||||||
|
|
Loading…
Reference in New Issue