In my workplace we have a c# .net solution containing about 50 projects and about 2000 unit tests. After changing code it is required that we run all tests in the solution before pushing our changes t
i wonder if someone is able to help me with my problem. I have to stub a method which is able to perform conditional mocking.
My build fails with this log: [12:13:40]: Checking for changes [12:13:41]: Clearing temporary directory: C:\\TeamCity\\buildAgent\\temp\\buildTmp
I am writing some unit tests and want to make use of Sequential tag, I have found the syntax for delclaring such a test.
I am very new to unit testing when it comes to databases and especially entity framework and I am now stuck. I am using NUnit to test and mock the entities used and am working using a generic reposit
I have a unit test assembly, using NUnit, that contains thousands of tests in vario开发者_开发知识库us namespaces and fixtures.
We have various systems where the majority of our business logic is within stored procedures. We need to write some tests that basically check data has changed in the expected way when a stored proc h
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I could successfully run NUnit in Hudson using batch command and it generates the TestResult.xml in the NUnit installation directory. But Hudson generates the error that
I\'m running MonoDevelop 2.4. I would like to debug a test assembly with NUnit 2.5.10, but I failed. The Nunit-plugin in MonoDevelop runs a version of NUnit which is incompatible with my tests.