christophsturm
01/24/2021, 9:28 PMrootContext("") {
given { rootContextFixture() }
context("subcontext") {
given { differentFixture() }
}
context("subcontext with derived rootfixture") {
given {parentFixture -> derivedFixture(parentFixture)}
}
}