I use the NUnit VS addin intensivly in development C# projects. Now I
have to write a project in managed C++ and I have problems with the
NUnit addin.
First, the Addin extends the context menu with entries for running
single tests or debug them. It seems, then on C++ prgrams it can't find
the TestAttribute, so it takes a long time until the context menu
appears.
Second, I get no context menu entries, nor in the cpp-file nor in the h-
file. Only in the context menu I have entries for debugging my tests.
Third, in the project explorer I get a context menu for NUnit. But
running my test (I have only for test purposes), I get the result one
test suceeds and one fails. It seems, that the test runs twice, once
foor the cpp-file and once for the h-file.
How can I use the NUnt-addin with C++?
--
Sleepless in Berlin
W. Schwenkner |