Ivan Pavlov
IllegalStateException: IN TEST
IllegalStateException: IN BEFORE SPEC
class SimpleTest : FunSpec({ beforeSpec { error("IN BEFORE SPEC") } test("test") { error("IN TEST") } })
sam
A modern programming language that makes developers happier.