CLOVIS
09/10/2024, 9:31 AMfun SuiteDsl.foo() = suite("Foo") {
parameterize {
val a by parameterOf(1, 2, 3, 4, 5)
val b by parameterOf("b", "", "aaaaaa", a.toString())
val c by parameterOf(true, false, null)
test("foo $a $b $c") {
foo(a, b, c)
}
}
}
See the full changelog • Visit the documentation