Skip to content

Commit cc9a688

Browse files
committed
Install AssertJ
1 parent a9ca8c9 commit cc9a688

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies {
1616
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.8.8'
1717
testCompile group: 'junit', name: 'junit', version: '4.12'
1818
testCompile group: 'org.mockito', name: 'mockito-all', version: '1.10.19'
19+
testCompile 'org.assertj:assertj-core:3.11.1'
1920
}
2021

2122
checkstyle {

0 commit comments

Comments
 (0)