Cleaned up tests with assertk

This commit is contained in:
Erik C. Thauvin 2022-10-03 23:52:55 -07:00
parent 4a1f4e32b3
commit d525910145
2 changed files with 142 additions and 112 deletions

View file

@ -65,6 +65,8 @@ dependencies {
testImplementation("org.mockito:mockito-core:4.8.0")
testImplementation("org.testng:testng:7.6.1")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
}
kapt {