The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
48 views

visual nunit tool will not pick test dlls present in other drive

I am using Visual studio 2010 and recently I have installed Visual Nunit tool to run Nunit tests via UI. My source code exists in G: drive. My output is generated in V: drive When I build solution, ...
1
vote
1answer
137 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 ...
1
vote
1answer
181 views

How can I let CruiseControl.NET/nant run all Unittest projects postfixed with .Test?

In our continuous integration setup, I would like to set up CruisControl.NET to automatically run all our unittests. However, I don't want to have to specify every unittest dll seperately in the ...
0
votes
1answer
94 views

OpenCover - cannot find PDB

I am having some trouble getting OpenCover to work I have the following folder structure \Tools \Tools\Nunit \Tools\OpenCover \Buildartifacts When my code compiles, all the compiled code is ...
2
votes
5answers
123 views

finding average of numbers by passing elements of an array through console

Actually I'm new to this group and also new to Java and I wanna know about how to pass array parameters through console and I ended up programming like this : import java.io.BufferedReader; import ...
0
votes
0answers
38 views

Debuggin C# In Jenkins and NUnit

I need starting a debugging project before jenkins start test Nunit, is possible to do this? I have a solution with 15 projects and I need to debugging all solution for do a test in nunit, if I don't ...
1
vote
0answers
143 views

how to exclude some nunit test categories when running specific test(s)

I set up some categories upon my tests such as 'longrunning', 'online', etc. - the mayor one anoying me is the 'online' category. With this I mark tests, which require internet connection to succeed, ...
0
votes
1answer
179 views

NUnit and Windows Phone Library (System.TypeLoadException)

I am trying to test a Windows Phone 7.1 class library with NUnit and the standard console (GUI or not GUI) runner. After my problem, related below I have found this one: ...
0
votes
0answers
57 views

How to set up NUnit and Moles so that third party assemblies can be loaded

I'm trying to run a test with NUnit and Moles. I have my unit test in a separate assembly to the assembly of the thing I'm trying to test. When NUnit tries to run the SetUp for each of the tests, ...
0
votes
1answer
55 views

Nunit does not run the tests for a specific namespace in an assembly

I have big assembly containing large number of tests. These tests are grouped under different namespaces. I tried running the test cases for a specific namespace from the nunit-console but no tests ...
2
votes
0answers
65 views

monocov did not generate output on (OS X 10.7.4)

I am attempting to use monocov for counting unit testing coverage and encountered a problem, had some exhausted google but seems no relevant answer available. I download and build the monocov ...
0
votes
0answers
98 views

NUnit = Error Message

i had created a stylecop custom rules and using NUnit 2.6 to Test, however i would like to show my custom rules on NUnit Text Output, may i know is there anyways i can print the error message on the ...
0
votes
3answers
112 views

Cruisecontrol task with can execute even if Soursecontrol is not accessible

I have deployed CruiseControl.Net (Version 1.6.7981.1) server and it does the following tasks: Build trigger Labeller VSTS Soursecontrol block (Get the soursecode from TFS 2010 server) Build the ...
0
votes
1answer
181 views

What are the minimum required dependencies for the NUnit console? [duplicate]

Possible Duplicate: Minimum NUnit binaries for an OSS project I would like to use this custom NUnit build activity on the TFS 2010 build server. It runs NUnit test the same way as MSTest on ...
1
vote
1answer
161 views

How do you clean up NUnit processes with Psake?

I have a Psake script that works great locally. It runs great; however, Nunit spins up nunit-agent.exe processes and will not dispose of them. This isn't an issue locally since I am not pulling down ...
0
votes
1answer
194 views

Is there a way to get nunit-console to indicate its progress?

nunit-console doesn't give a progress indicator at the command line indicating tests that have passed or failed until all tests have run. This kinda sucks since rspec will output each passing/failing ...
3
votes
0answers
120 views

Can nunit-console list all test names in a test fixture?

I'd like to report them before they're run, and have the option to run individual tests through shell scripts without managing categories. We have some unmanaged code which can leave the process in a ...
0
votes
1answer
376 views

When running multiple tags with NUnit Console Runner and SpecFlow I get incorrect results

This is a follow up to my earlier questions on setting up tags: Can I use tags in SpecFlow to determine the right environment to use? and setting up variables from those tags: How to set up a URL ...
3
votes
1answer
364 views

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, ...
0
votes
2answers
508 views

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 required ...
1
vote
2answers
179 views

Is it possible for run NUnit against a specific (long) list of tests

I have a list of several thousand NUnit tests that I want to run (generated automatically by another tool). (This is a subset of all of the tests, and changes frequently) I'd like to be able to run ...
0
votes
1answer
260 views

How to run two NUnit console runners in parallel for the same application?

how can I run the NUnit console.exe in parallel for the same application. Is it possible to do that?
0
votes
1answer
1k views

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 I get the following exception (shown below). However when run the console runner ...
0
votes
1answer
152 views

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: nunit-console.exe Sample.dll Result.xml This runs ...
0
votes
1answer
208 views

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. Currently i am ...
0
votes
1answer
230 views

Running unit tests in multiple assemblies using nunit-console

I would like to run the fast tests in all the test assemblies in one go, to get a convenient unified output. My current batch file looks like this, it runs the tests: but many of the tests fail (they ...
3
votes
2answers
1k views

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 ...
1
vote
1answer
145 views

nUnit test fails when run as part of larger namespace

I am having an interesting situation. In my test assembly, I have folders having specific test classes, i.e., TestFixture's. Consider, for e.g., the following hierarchy in VS: Sol TestProject ...
0
votes
4answers
648 views

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 do ...
8
votes
1answer
5k views

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 .
11
votes
1answer
3k views

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 exit codes meanings can be found?
0
votes
3answers
287 views

Running all NUnit tests in all assemblys from Cygwin command line

I'm trying to create a short bash script someone could run in cygwin to execute all nunit tests in a .NET project using nunit-console. Currently i have the system version of nunit aliased to "nunit" ...
0
votes
1answer
263 views

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 I ...
2
votes
1answer
433 views

NUnit with Rhino Mocks exception: Why is it throwing this exception?

I'm getting an exception that really makes no sense to me whatsoever. I have an Expect call for a method that takes 3 arguments into it: The types are called CallContext, IDal, and List. NUnit ...
2
votes
2answers
508 views

Running nunit-console.exe fails while GUI is also running

I'm trying to run nunit-console.exe from a script and I get an 'Unable to locate fixture' error, but only when I have NUnit GUI also running. Once I close the NUnit GUI the script runs the tests just ...
12
votes
2answers
2k views

Pass parameters via command line to NUnit

Is it somehow possible to pass values to NUnit tests via command line? My tests use a certain URL. I have different instances of my code at different URLs and would like to specify the URL via command ...
1
vote
1answer
173 views

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 I suspect it has something to do with the ...
2
votes
3answers
383 views

Programatically Gathering NUnit results

I am running some NUnit tests automatically when my nightly build completes. I have a console application which detects the new build, and then copies the built MSI's to a local folder, and deploys ...
1
vote
1answer
730 views

nunit-console.exe problem with Mono

I could make a dll for NUnit (http://stackoverflow.com/questions/2967726/nunit-test-under-mono), but when I tried to run in with nunit-console.exe I get the following error message. Runtime ...
2
votes
1answer
290 views

Output from external exe and my custom objects in powershell

(Sorry for strange title, haven't come up with anything better..) Background I use nunit-console to test my assemblies. It is called like this (simplified): function Test-ByNunit { ...
2
votes
2answers
2k views

NUnit-console 2.5.4 not capable of running multiple assemblies?

I am having problems running tests with the command line NUnit test runner. I am using version 2.5.4 with .NET 4 on an x64 machine. Using the following line results in a failure "Could not load file ...
8
votes
2answers
2k views

NUnit fail with System.ArgumentException: The net-4.0 framework is not available

Exception: ProcessModel: Default DomainUsage: Single Execution Runtime: net-4.0 Unhandled Exception: System.ArgumentException: The net-4.0 framework is not available Parameter name: framework at ...
2
votes
1answer
1k views

nunit-console.exe hangs after finishing test run

We got a problem with NUnit 2.5.3: nunit-console.exe does not return after finishing all tests. The process hangs forever. Example: All tests succeed, but it keeps doing something. Output: Runtime ...
4
votes
2answers
640 views

Powershell error in Executing NUnit test

This might sound silly but I have been trying to execute a NUnit test using powershell script, had several attempts but no hope. is there different format or do I need to add a plugin? Any help would ...
0
votes
1answer
827 views

Another PartCover Empty Report Question

I've tried the steps listed here, but I still can't get partcover to generate any output other than: <?xml version="1.0" encoding="utf-8"?> <PartCoverReport ver="2.2.0.36423" /> Here is ...
7
votes
2answers
1k views

How to run explicit test cases of Nunit

My test suite project contains some explicit test cases, now i want to execute the test cases with the help of Nunit-console.exe. When I execute the test cases, the explicit test cases were excluded ...
7
votes
7answers
721 views

Database for Importing NUnit results?

I have a large set of NUnit tests; I need to import the results from a given run into a database, then characterize the set of results and present them to the users (email for test failures, web ...