Top "Nunit-console" questions

nunit-console.

How do I install NUnit 3 console on Windows and run tests?

I want to run tests from a console like this (being in any directory, the DLL file can be for …

c# unit-testing nunit nunit-3.0 nunit-console
Does anyone know where to find NUnit console exit codes meanings?

I am getting error message from my MSBuild: "nunit-console.exe" exited with code -100. Does anyone know where NUnit console …

msbuild nunit nunit-console
pass test case parameters using nunit console

I am developing tests using Nunit and data driven testing approach. I have test method with 2 parameters: path to xlsx …

c# nunit data-driven-tests nunit-console
Use NUnit Console Runner to run all tests under a folder

I am trying to use NUnit Runners 2.6.4 to run all test assemblies in my test folder. My current command looks …

c# unit-testing testing nunit nunit-console
Pass parameters via the command line to NUnit

Is it somehow possible to pass values to NUnit tests via the command line? My tests use a certain URL. …

testing command-line nunit nunit-console
How to run nunit with msbuild from VS2010

please tell me how to run nunit with msbuild. I am using TFS for code integration and VS2010 .

tfs msbuild nunit nunit-console
nunit-console "could not load file or assembly" using MySolution.sln

I'm to use nunit-console to run all of the tests in my solution. I did this: c:\some\path>…

nunit nunit-console
How do I get nunit3-console to output my debug to screen (on a Windows box)?

I have used NUnit to run my C# unit tests successfully within Visual Studio 2013, with the NUnit GUI and with …

c# nunit nunit-console
Running tests on Mac OS X console using mono/nunit-console/4

I have Max OS X 10.11.1 installed, with Xamarin on it. I wrote simple testing class, just to test running Nunit …

c# macos mono nunit nunit-console