thanksforallthefish
package xxx import io.kotest.core.spec.style.StringSpec import io.kotest.matchers.shouldBe class FailingTest : StringSpec() { init { "reported twice" { "a" shouldBe "b" } } }
Ashish Kumar Joy
A modern programming language that makes developers happier.