I've pushed a change to try mapFixture(f: (ParentF...
# minutest
d
I've pushed a change to try mapFixture(f: (ParentF) -> F) and fixture_(factory: ParentF.() -> F) = mapFixture(factory). It's not bad
Copy code
derivedContext<DerivedFixture>("inner converting fixture later") {
            mapFixture {
                DerivedFixture(it, "smoothie")
            }