natpryce
val stackTests by context<Stack> { context("when empty") { fixture { Stack() } test("push value") { ... } ... } ... }