I am a new user of csUnit, and seem to be missing something...
My problem is the tests are not being displayed in the 'Tests' tab of
the csUnit view within Visual Studio.
I've (re)installed the csUnit (2.5), and am using VS 2008 Team. I've
constructed a test solution which includes the application project and
the test project. The class is mared with the TestFixture attribute,
and the test method is marked with the Test attribute.
Thanks in advance for any help.