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 分类:问答Generating nunit test result when a test fails
I am currently working with the nunit-console. I have a dll which have 8 tests. To run the test a bat file has been created with following command:[详细]
2023-03-22 19:27 分类:问答Continue running NUnit after failures
I am running nunit-console from a CI configured in TeamCity to run tests from various assemblies. Once one of the TestFixtures has a failing test, then the test execution will stop.[详细]
2023-03-21 05:48 分类:问答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 分类:问答Running all NUnit tests in all assemblys from Cygwin command line
I\'m trying to create a short bash script som开发者_运维百科eone could run in cygwin to execute all nunit tests in a .NET project using nunit-console. Currently i have the system version of nunit alia[详细]
2023-01-13 20:29 分类:问答