Has anyone written (or know about) a .net unit-test runner, preference to NUnit, that runs on iOS ? or do I have to roll my own ?
I have the following test [Test] public void Attack_TargetWith3Damage_CausesAttackerToDeal3DamageToTarget()
how can I run the NUnit console.ex开发者_开发技巧e in parallel for the same application. Is it possible to do that?Basically single instance of nunit-console run tests in parallel using different thre
What\'s th开发者_开发问答e most succinct way to use Moq to mock a method that will throw an exception the first time it is called, then succeed the second time it is called?I would make use of Callbac
Tests are failing but teamcity is showing green sign instead o开发者_运维百科f red. Any idea what setting I am missing in configuration.
i have to run more than 400 integration test cases to run every day i will take more than 5 hrs to run. how can i cu开发者_如何学编程t down the nunit execution time into half? Is there any way to do t
Ok, so her开发者_StackOverflow社区e\'s my current setup and my problem at the moment. I have a growing set of projects in a Visual Studio solution. The solution contains about 15 projects (give or tak
I have few test cases for Web Site UI Automation. I want to try my test case at least three times, if it fails for first and second time. That way, I want to make sure that this test case is failing
We have been running PartCover on applications, and they were producing xml reports just fine. However, we upgraded all our applications from .Net 3.5 to .Net 4.0, and now, PartCover just produces an
We are using TeamCity 6.5.1 to manage the compilation, testing and deployment of our builds.Up until now we have been using the NUnit Build Runner from TeamCity to run our tests with NUnit 2.5.8 and h