nunit
.NET Unit test runner for iOS
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 ?[详细]
2023-03-27 23:21 分类:问答Asserting a call to a public method on the same mock instance
I have the following test [Test] public void Attack_TargetWith3Damage_CausesAttackerToDeal3DamageToTarget()[详细]
2023-03-27 19:14 分类:问答How to run two NUnit console runners in parallel for the same application?
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[详细]
2023-03-27 15:09 分类:问答Moq: Setup a mocked method to fail on the first call, succeed on the second
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[详细]
2023-03-27 15:08 分类:问答Teamcity is displaying green icon even the tests are failed
Tests are failing but teamcity is showing green sign instead o开发者_运维百科f red. Any idea what setting I am missing in configuration.[详细]
2023-03-27 10:36 分类:问答How can i cutdown the nunit exceution time?
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[详细]
2023-03-27 07:49 分类:问答Continuous Integration/Builds with NUnit 2.5.x and .Net 4.0
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[详细]
2023-03-27 02:53 分类:问答NUnit - Repeat test case for 3 times, If it fails
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[详细]
2023-03-26 21:29 分类:问答PartCover producing empty xml when upgrading applications to .Net 4.0
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[详细]
2023-03-26 11:17 分类:问答Running NUnit tests in TeamCity 6.5.X with NUnit addins
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[详细]
2023-03-26 04:06 分类:问答