dmcg
11/04/2018, 10:08 AMjunitTests<Fixture> {
context {
test("will get default fixture") { ... }
}
context {
fixture { this.modified() }
test("will get modified fixture") { ... }
}
}
removing the need to specify derivedContext