nunit
Code dependency unit testing
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[详细]
2023-03-29 17:43 分类:问答Conditional mocking using NMock
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.[详细]
2023-03-29 13:35 分类:问答Teamcity NUnit fails when using JetBrains dotCover
My build fails with this log: [12:13:40]: Checking for changes [12:13:41]: Clearing temporary directory: C:\\TeamCity\\buildAgent\\temp\\buildTmp[详细]
2023-03-29 13:21 分类:问答NUnit Sequential/Combinatorial Question
I am writing some unit tests and want to make use of Sequential tag, I have found the syntax for delclaring such a test.[详细]
2023-03-29 11:21 分类:问答Entity Framework 4 Unit Testing and Mocking
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[详细]
2023-03-29 01:08 分类:问答NUnit: Global setup fixture not used when fixture to run is specified on command line
I have a unit test assembly, using NUnit, that contains thousands of tests in vario开发者_开发知识库us namespaces and fixtures.[详细]
2023-03-28 17:56 分类:问答Schema and Stored Procedure tests using Nunit
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[详细]
2023-03-28 14:40 分类:问答Buzilla vs Nunit [closed]
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[详细]
2023-03-28 14:22 分类:问答No test report files were found in Hudson with NUnit
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[详细]
2023-03-28 11:19 分类:问答Specifying NUnit version in MonoDevelop
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.[详细]
2023-03-28 09:42 分类:问答