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

33 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 answers

0
Alexander Groß On

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