JP
05/21/2020, 7:01 AM// part of build.gradle.kts
testImplementation(kotlin("test-junit5"))
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.2")
// kotest testImplementation("io.kotest:kotest-assertions-core-jvm:4.1.0.291-SNAPSHOT")
0
for some invalid input, and when I test invalid inputs, I didn’t want to write multiple duplicate lines of
… shouldBe 0
. So I started to wonder if there is a better way.Matteo Mirk
05/21/2020, 8:40 AMJP
05/21/2020, 11:55 AMMatteo Mirk
05/21/2020, 1:37 PM