Not Running Tests
Status: Beta
Brought to you by:
jcansdale
Have just installed the latest build (0.5.117). However
the tests aren't actually running.
When I right-click on the project and click Run Tests,
the following comes up in the output window but no
tests are run:
------ Test started: Assembly: AusSoft.UnitTesting.dll -----
---------------------- Done ----------------------
I am running Visual Studio 2002 Professional with both
1.0 and 1.1 versions of the runtime running.
Logged In: YES
user_id=771682
I found that if I run a Adhoc test (which works) and then run
all the tests for a project, it works, however I have to do this
every restart of Visual Studio.
Also the test failures are not being listed in the task list.
I'm using C#.
Logged In: YES
user_id=778951
I am having the same problem. It also seems that I cannot
get any of the tests to run using the "Test With..." command.
Oddly enough this worked the first time I tried it, but never
after that.
Logged In: YES
user_id=848448
I had the same happen to me. After adding
nunit.framework.dll to the GAC everything worked fine.
C:\Program Files\NUnit V2.0
\bin>C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705
\gacutil.exe /if nunit.framework.dll
The .net framework 1.1 directory did not contain gacutil.exe
so I used the old 1.0 one.