I'd like to execute startup/teardown code one time for all discovered specs when using Mspec. Does it currently have any facility for doing this?
For Machine.Specifications suites, is there a way to run code globally?
57 views Asked by Derek Greer At
1
IAssemblyContext
is your friend. But it does that per assembly, not globally.