For Machine.Specifications suites, is there a way to run code globally?

43 Views Asked by At

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?

1

There are 1 best solutions below

0
On

IAssemblyContext is your friend. But it does that per assembly, not globally.