I have been doing some research on test driven development and find it pretty cool.
One of the things I came across was that when you write your tests, there is an orde
Check out the NUnit documentation.
The menu down the right hand side under "Attributes" describes [Setup], [Test] and other attributes you can use when developing your tests.