robfletcher
10/21/2018, 2:07 PM@TestFactory fun letMeSee() = junitTests<String> {
listOf("catflap", "rubberplant", "marzipan").forEach {
fixture { it }
test("it's not empty") {
assert(isNotEmpty())
}
}
}
actually runs 3 times with a fixture of "marzipan"