I have a large suite of test cases. I want to run all the tests in the testfixtures, one at a time. Running them all in one batch in NUnit does not do what I want.
To do this, I want to get all the test cases' names in a list and loop through them. Any pointers?