Join Slack
Powered by
So you could have singletonContext<Connection...
# minutest
d
dmcg
12/02/2018, 8:28 PM
So you could have singletonContext<Connection>(“with open connection”) { fixture { Connection().apply {open()} } after { fixture.close() } derivedFixture<Fixture>(“can save”) { fixture { Fixture(parentFixture) } .... } }
Open in Slack
Previous
Next