I went looking to find the order in which NUnit executes the test attributes/events. Oddly enough, I couldn't find it. (Maybe I'm not googling it properly.)
Anyway, here's the NUnit attribute event order:
- TestFixtureSetUp
- SetUp
- Test
- TearDown
- Repeat steps 2, 3, and 4 for each test that's being run in this fixture.
- TestFixtureTearDown
-Ben
posted @ Friday, June 23, 2006 12:59 PM