I have a test where I do not need to run the SetUp method (attributed with [SetUp]) before running the test. I need the SetUp method t
SetUp
[SetUp]
I don't believe you can do that, it would involve knowing what test was about to run which I don't think is possible.
I'd suggest you put it within a different [TestFixture]