LeoColman
class Foo : FreeSpec() { init { "First scope" - { executeCodeThatThrowsException() "Test scope" { "foo" shouldBe "foo" } } } }