We are using NUnit to run a large number of integration tests.
All these tests share a base class, which as a test fixture setup method that preps the data needed for the rest of the tests.
Is there any way to stop running tests if there is a failure in the test fixture setup?
Right now it waits until all the tests fail with the same setup error