dmcg
11/04/2018, 9:41 PM@TestFactory fun `copes with no fixture if context has no operations`() = junitTests<Pair<Int, String>> {
context("supplies the fixture") {
fixture {
42 to "the answer"
}
test("test") {
assertEquals(42, this.first)
}
}
}
to pass with as little collateral damage as possible