We are using TeamCity 6.0 to 开发者_如何学Gobuild VS C# solutions each commit. Once the build is complete, a different test TC project runs. So that developers can add/remove/edit VS unit test project
I go to VS2010, tools, options, TestDriven.Net, Test Runners. I observe NUnit 2.5 with version 2.5.0 thru 2.5.65535.65535 to be launched.
Is there anything wrong with putting test methods in the开发者_如何学C same class as the class you\'re testing?
Question 开发者_运维知识库as per the title really. I\'m looking for a way to step through running unit tests using MonoDevelop on OS X in the same way you can with Visual Studio (by attaching the deb
Assume: VS2010, .NET 4, C#, NUnit, Moq I am new to TDD and came across this issue while working through a project.
In a new project we use MvcMailer, it\'s great and I would like to know how I can test it using Rhino and NUnit? There\'s an other post on SO and a good Wiki page but it\'s not what I\'m looking for.
i am doing unittesting in connecting to oracle database, i wanted to achieve rollback after the testcase,
Is th开发者_运维知识库ere any third-party UI tool to accept and pass parameters to NUnit Test Cases?
UPDATE: I made major changes to this post - check the revision history for details. I\'m starting to dive into TDD with NUnit and despite I\'ve enjoyed checking some resources I\'ve found here at sta
I have a solution with a few nunit test assemblies and several more in the works. Right now, I\'m running my nunit command in my msbuild file like so: