Friday, 23 August 2013

nunit how to have a once off setup method (for all tests)

nunit how to have a once off setup method (for all tests)

I need a once-off setup method, called only once, across all test fixtures.
This is to setup common stuff like AutoMapper, some mocks used by everything.
How can I do this? (And I'm not talking about TestFixtureSetup)

No comments:

Post a Comment