All Questions
2 questions
3
votes
2
answers
3k
views
Redirecting 'nunit-console' output to the Visual Studio output window
I am testing an F# project using NUnit. On the debug tab of project configuration I have set the debugger to use an external program which is nunit-console here and the working directory to the debug ...
1
vote
1
answer
190
views
nUnit test fails when run as part of larger namespace
I am having an interesting situation. In my test assembly, I have folders having specific test classes, i.e., TestFixture's. Consider, for e.g., the following hierarchy in VS:
Sol
TestProject
...