All Questions
10 questions
2
votes
0
answers
355
views
Can't run Unit Test via command line
I've been searching a lot about running unit tests via cli in macos and i find a path to achieve this but i cant't run them all.
I'm using Unity3D engine to create the solution and csproj and i need ...
6
votes
2
answers
1k
views
Issue Running NUnit Tests On Jenkins
I have some small nunit tests written up for a Xamarin project. They run great on the terminal of my Mac Mini (jenkins build platform). When I run the same command on jenkins I'm getting a strange ...
2
votes
1
answer
595
views
Using Profiler on mono to gather code coverage information does not include the assemblies of the tested dll
Currently I am working on a Xamarin Project using Xamarin Studio on Mac. I have created a NUnit test project to test the core PCL 4.5 library. On command line:
mono --debug --profile=log:report,...
0
votes
1
answer
84
views
NunitConsoleRunner test using mono on windows
I have installed mono and added mono/bin directory to PATH.
The way I am running tests:
mono nunit3-console.exe C:\Test\bin\Debug\Test.dll
output:
I tried with --framework=mono and mono-4.0 but it ...
9
votes
1
answer
8k
views
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 tests on Mac OS X & Ubuntu, class has literally one method which returns string:
...
4
votes
1
answer
1k
views
How to run NUnit 3.0 with Mono 4.0 runtime?
I'm trying to run a test assembly built with .NET Framework 4.5.1 on Mono 4.0 and NUnit 3.0 on Windows.
Does anyone know how to make nunit-console.exe see the Mono 4.0 runtime that is installed on my ...
2
votes
0
answers
425
views
New SIGABRT after upgrading to Mono 4 running NUnit tests
We upgraded from Mono 3.12.0 to 4.0.1 the other day and now our NUnit tests crash with a SIGABRT and some other information. So far Google has been of no help and I'm running out of things to try (...
7
votes
2
answers
2k
views
NUnit/Mono not printing stack trace line number even with --debug
Ok, here's the thing, using Xamarin on OS X
(the .cs file is a very simple test case that causes a backtrace)
Compiling
mcs /debug /lib:~(...)NUnit-2.6.3/bin/framework/:~(...)NUnit-2.6.3/bin/lib/ -...
2
votes
1
answer
3k
views
Running nunit-tests from the command line
I get the following output when trying to run nunit-console Testsuite.sln
NUnit version 2.4.8
Copyright (C) 2002-2007 Charlie Poole.
Copyright (C) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A....
4
votes
2
answers
3k
views
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.
Runtime Environment -
OS Version: Unix 10.3.0.0
CLR ...