Emil Kantis
06/20/2024, 1:50 PM// any test source file
stringSpec("My spec") {
"my test" {
foo shouldBe bar
}
}
Emil Kantis
06/20/2024, 1:52 PMfoo.kt
, we would get a FooKt
class calling the stringSpec
functionEmil Kantis
06/20/2024, 1:53 PMAlex Kuznetsov
06/20/2024, 4:37 PMEmil Kantis
06/20/2024, 4:44 PMAlex Kuznetsov
06/20/2024, 4:48 PMLeoColman
06/20/2024, 6:13 PMLeoColman
06/20/2024, 6:13 PMLeoColman
06/20/2024, 6:15 PMLeoColman
06/20/2024, 6:15 PMtop level test factory
can be executedLeoColman
06/20/2024, 6:16 PMLeoColman
06/20/2024, 6:16 PMMost notable change is that test factories (previously value specs) are not in themselves considered executable units.Buried by my own words xD
LeoColman
06/20/2024, 6:17 PMEmil Kantis
06/20/2024, 6:18 PMEmil Kantis
06/20/2024, 6:19 PMsam
06/21/2024, 1:24 PM