nunit-2.5
Show only specific Tests or TestFixtures in NUNIT via a configuration file or another way
I have a bunch of NUNIT tests in several TestFixtures.Currently, I just display all the tests for everyone.Is there a way to hide some tests and/or test fixtures.I have various \"customers\" and they[详细]
2023-03-31 19:21 分类:问答How do I isolate a singleton in my unit tests?
I have a static class in my program.In the static constructor I create instance of se开发者_StackOverflow中文版rvice. The proxy of service is a singleton.[详细]
2023-03-31 03:12 分类:问答NUnit extension
Hi All i have a question regarding NUnit Extension (2.5.10). What i am trying to do is write some additional test info to the[详细]
2023-03-19 11:33 分类:问答Nunit 2.5.10 - Not being able to compare two objects
I\'ve been looking for a way to check two objects, but I find Equals, Assert,AreEqual and some other ones and I do not know which one I should use. Furthermore, I\'ve been making my tests with the new[详细]
2023-03-16 02:09 分类:问答How to verify that TestDriven.net uses NUnit 2.5.vNext?
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.[详细]
2023-02-24 18:35 分类:问答Testing if a collection contains objects based on a particular property
I\'m using NUnit 2.5.7.I want to test whether a collection of custom objects of a particular class contains certain objects, based on one of the class\'s properties.[详细]
2023-02-12 16:10 分类:问答NUnit, Neither Assert.Throws nor [ExpectedException] Catch Thrown Exception
Before I start, I want to make it clear that I\'ve already checked for solutions in both this question a开发者_如何学Cnd this question.[详细]
2023-02-06 05:03 分类:问答Getting SetUp method failed. System.Runtime.InteropServices.COMException
I am running tests that needs to open a new instance of IE everytime for new test. My first test passes and closes the IE at the end and then my next test has to open a new IE but It failing at that[详细]
2023-01-31 05:20 分类:问答how to use nunit with visual studio
Visual studio has a built-in unit test framework. I am wondering if I can use nunit inst开发者_C百科ead?Yes, TestDriven.Net, Nunit and Resharper provide integration with VS. More details in the two po[详细]
2023-01-26 07:31 分类:问答nunit vs unit test framework built-in with visual studio
Anyone can give a comparison over those two开发者_如何学C frameworks?There are couples comparaison out there.[详细]
2023-01-26 07:31 分类:问答