I would like to have a generic SetUp and TearDown that is run with every test across multiple fixtures but all within a common namespace. This would be something similar to the [SetUpFixture] attribute but would be run with every test.
I've tried using a base class with [SetUp] but resharper resolves this as inconclusive which isn't really ideal.