I am experiencing a problem with running NUnit via the Test Driven .NET plugin with Visual Studio 2008. I have an addin that when I use the NUnit GUI, works just fine. However, the addin doesn't seem to work when run NUnit through TDD.NET. I've tried a few things, such as updating to the lastest version, and placing the addin into TDD.NET's copy of NUnit, and modifying the TDD.NET nunit.config file to point at another copy nunit. None of these strategies work. What am I missing? Thanks in advance!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
check following things :
And see if any test result is visible also try reading documentation of the plugin |
||||
|
|
|
try running nunit-console.exe as a post build script of your project property. It executes automatically after each build. |
|||
|
|
EventListenersaddin, it does nothing related to GUI. – Oenning Oct 27 '11 at 19:33