Hello,
I've exchanged my dev machine (WinXP/32bit) to a new one (Windows 7/64bit). Now I have trouble running NUnit test from inside Visual Studio 2008. I'm using latest build of TestDrivenNet.
What I am looking for is either:
- a) how to make TestDrivenNet work on Win7/64
- b) looking for suggestion for alternative test runner. Free one preferred.
What is working on WinXp/32 (and is not working on Win7/64):
- run one test method inside VS.NET
- debug one test method inside VS.NET
- run all tests in one class inside VS.NET
Symptoms on Win7/64:
- when trying to run test the runner reports "0 passed, 0 Failed, 0 Skipped". It looks like it is unable to find any tests in my class.
- tested with TestDriven.NET-2.22.2468 (RTM) and 2.23.2497 (beta). Same results.
Question:
- Can you suggest a good working nunit test runner for Win7/64? Free variant is preferred.
- Any suggestions how to make the testdriven.net runner work?