mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Switch to assert4j.
This commit is contained in:
parent
1acce0a204
commit
7357f5e211
2 changed files with 66 additions and 61 deletions
|
@ -159,7 +159,8 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
|
|||
}
|
||||
|
||||
dependenciesTest {
|
||||
compile("org.testng:testng:6.9.10")
|
||||
compile("org.testng:testng:6.9.10",
|
||||
"org.assertj:assertj-core:3.4.1")
|
||||
}
|
||||
|
||||
assemble {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue