nunit-console
Debug Visual Studio 2010 tests using nunit-console and VS-macro
I\'m trying to debug tests from visual studio using nunit-console using a VS-macro, but I\'m having issues when attaching the debugger / IDE to nunit-console / nunit-agent. I do have the macro working[详细]
2023-03-30 01:46 分类:问答nunit-console tests produces different result from different locations
I have got nunit-console.exe in 2 locations on my machine. First is where I installed it (c:\\program files (x86)\\nunit 2.5.10) and second is where I have copied it into (d:\\tests\\nunit). I am requ[详细]
2023-03-29 01:18 分类:问答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 分类:问答Running nunit-console on a solution file leads to System.IO.FileLoadException
When I try to use nunit-console.exe to run all the tests in a solution file as such: nunit-console.exe MyProject.sln[详细]
2023-03-25 04:47 分类:问答Redirecting 'nunit-console' output to the Visual Studio output window
I am testing an F# project using NUnit. On the debug tab of project configuration I have set the debugger to use an external program which is nunit-console here and the working directory to the debug[详细]
2023-02-13 17:23 分类:问答TeamCity Build Fails Because NUnit is Locking Files?
We have been having an issue with our project\'s Continuous Integration. Occasionally, we want to try to clean all of the files on build within TeamCity in its checkout directory. Whenever we try to d[详细]
2023-02-05 06:28 分类:问答How to run nunit with msbuild from VS2010
please tell me how to run nunit with msbuild. I am using TFS for code integ开发者_运维知识库ration and VS2010 . You probably want to integrate NUnit with TFSBuild and not MSBuild since you are using T[详细]
2023-02-02 08:13 分类:问答Help me avoid this NullReferenceException (using Rhino Mocks)
I\'m currently trying to get one of my unit tests to work, but there is one thing in the way. I have a class called AccountingScheduleLookup that has an ID field attached to it that\'s read-only. When[详细]
2023-01-08 03:26 分类:问答NUNIT Fails individual dlls but works fine with .nunit file
Can\'t figure out why my nunit tests fail when i call the .dll files individually however when i call the below .nunit file through 开发者_运维问答nunit-console-x86.exe[详细]
2023-01-05 05:49 分类:问答Issues with running nunit-console.exe with Mono
I could make a dll for NUnit NUnit test under mono, but when I tried to run in with nunit-console.exe I get the following error message.[详细]
2023-01-02 17:42 分类:问答
加载中,请稍侯......