add AssertJ
This commit is contained in:
@ -11,6 +11,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
testImplementation("org.assertj:assertj-core:3.18.1")
|
||||||
testImplementation(platform('org.junit:junit-bom:5.7.0'))
|
testImplementation(platform('org.junit:junit-bom:5.7.0'))
|
||||||
testImplementation('org.junit.jupiter:junit-jupiter')
|
testImplementation('org.junit.jupiter:junit-jupiter')
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user