¡@

Home 

c# Programming Glossary: testdriven.net

How to detect when application terminates?

http://stackoverflow.com/questions/1372123/how-to-detect-when-application-terminates

running classes with unit testing frameworks MbUnit with TestDriven.NET . System.AppDomain.CurrentDomain.UnhandledException if handled.. MbUnit running inside TestDriven.NET passed test graceful exit System.AppDomain.CurrentDomain.DomainUnload.. Finalizers MbUnit running inside TestDriven.NET failed test unhandled exceptions are handled by MbUnit AppDomain.CurrentDomain.DomainUnload..

.NET Unit Testing packages?

http://stackoverflow.com/questions/1760/net-unit-testing-packages

xUnit.net is the trendy option with some attitude. Oh and TestDriven.NET will give you IDE integration for both Nunit and MBunit. I'm..

Code Coverage for C#/.NET [closed]

http://stackoverflow.com/questions/276829/code-coverage-for-c-net

question I use the version of NCover that comes with TestDriven.NET . It will allow you to easily right click on your unit test..

How do I get the path of the assembly the code is in?

http://stackoverflow.com/questions/52797/how-do-i-get-the-path-of-the-assembly-the-code-is-in

regardless of whether the testing dll is run from TestDriven.NET the MbUnit GUI or something else. Edit People seem to be misunderstanding..

.NET Testing Framework Advice

http://stackoverflow.com/questions/709/net-testing-framework-advice

this question I think NUnit is your best bet. With TestDriven.NET you get great integration within VS.NET . Resharper also has..