Tagged Questions
For issues relating creating and running unit tests using NUnit, version 2.5.
8
votes
10answers
2k views
NUnit - cleanup after test failure
We have some NUnit tests that access the database. When one of them fails it can leave database in inconsistent state - which is not an issue, since we rebuild database for every test run - but it can ...
7
votes
2answers
929 views
NUnit 2.5.8, lots of nunit-agent.exe
Each time I run a test in nunit I get another nunit-agent, which does not exit the test completes, or when the tests are reloaded in nunit or when I restart nunit.
This ever increasing list of ...
7
votes
6answers
2k views
Using PartCover 2.3 with .NET 4.0 runtime?
I've successfully got PartCover 2.3 working with VS 2008 on my 64-bit machine.
I'm now trying to get it to work with VS 2010 and NUnit 2.5.3. I've got NUnit using the correct CLR version, but I can't ...
6
votes
2answers
450 views
What happended to nunit extensions/rowtest?
In NUnit 2.4.7, nunit.framework.extensions.dll was included which made it possible to do RowTests.
When downloading the newest version (2.5.8) I can't find it. What happened to it?
5
votes
2answers
589 views
nunit not working in windows 7 at all
I am new to unit testing and this ism y first time trying NUnit.
My environment is windows 7 professional 64 bit, visual studio 2010 and i am working on a windows application in C#. I just wrote a ...
5
votes
3answers
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 ...
4
votes
3answers
79 views
My test fail when run together, but pass individually
Quick question for you... When I write a test in Visual Studio, I check that it works by saving, building and then running the test it in Nunit (right click on the test then run).
The test works ...
4
votes
3answers
175 views
Test if property throws exception with nunit
it seems there are no delegates to properties. Is there a convenient way to do the following?
Assert.Throws<InvalidOperationException>(
delegate
{
// Current is a ...
4
votes
4answers
514 views
ExceptionAsserts & debugging your C# project in VS
We've been using NUnit & VisualStudio to write C# .NET code for a while now. Testing Exceptions was done in the style of
old syntax:
[Test]
[ExpectException(typeof(ExceptionType))]
public ...
4
votes
2answers
921 views
How to do exception handling with nunit and moq?
I am trying to use nunits new way of exception handling but I am finding it hard to find information on it and how to also use it with moq.
I have right now moq that throws a exception on a mocked ...
3
votes
1answer
65 views
How Can I get NUnit's ExpectedException attribute to detect an exception's base class?
Using NUnit 2.5.10, I am testing some code that references a library containing a base exception type. TIBCO.EMS.NamingException, from which other exception types derive, specifically ...
3
votes
3answers
721 views
Given -When-Then example with NUnit
Can anybody point me to some resources for Give-When-Then style of testing with NUnit?
2
votes
2answers
38 views
NUnit CollectionConstraints exceptions
I'm using NUnit 2.5.6.10205 in a .NET 3.5 C# app. I'm using NUnit's Collection Constraint to assert if an IEnumerable is sorted by a paramter.
It doesn't seem to be working for me, as I'm getting an ...
2
votes
1answer
165 views
NUnit extension
Hi All i have a question regarding NUnit Extension (2.5.10).
What i am trying to do is write some additional test info to the
database. For that i have created NUnit extension using Event
...
2
votes
1answer
69 views
What is difference between EqualTo() and EquivalentTo() in NUnit?
When I have a Dictionary<string, int> actual and then create a completely new Dictionary<string, int> expected with the same values as actual.
Calling Assert.That(actual, ...
2
votes
1answer
136 views
TFS2010 build with unit test
I am trying to convert a build system setup with TeamCity and Nant scripts to use TFS2010 (We bought the license and might just as well make use of it) After some work I get the web project to build ...
2
votes
1answer
80 views
Testing if a collection contains objects based on a particular property
I'm using NUnit 2.5.7. I want to test whether a collection of custom objects of a particular class contains certain objects, based on one of the class's properties.
e.g. a contrived example...
...
2
votes
3answers
118 views
developing a unit testing API
HI,
I have been assigned a task of exploring unit testing using tools available in the market. My question is how do i write an API that would help in writing unit test cases.
Example i can use nunit ...
2
votes
1answer
206 views
nunit vs unit test framework built-in with visual studio
Anyone can give a comparison over those two frameworks?
2
votes
3answers
722 views
Data-driven testing in NUnit?
In MSTest you can do something like:
[TestMethod]
[DataSource("Microsoft.VisualStudio.TestTools.DataSource.CSV", "testdata.csv", "testdata#csv", DataAccessMethod.Sequential)]
public void ...
2
votes
1answer
187 views
Trace in NUnit works only while debugging from Visual Studio
I want to display trace info into Text Output tab in NUnit GUI (ver. 2.5.7, target runtime 4.0):
Trace.Listeners.Add(new ConsoleTraceListener());
Trace.WriteLine("Hello NUnit");
This works fine ...
2
votes
3answers
405 views
What is each tab in the NUnit Gui Runner supposed to be for?
There are six tabs in the NUnit Test runner:
Errors and Failures
Tests Not Run
Console.Out
Console.Error
Trace
Log
I know what Errors and Failures are for but the purpose of the remaining tabs is ...
2
votes
3answers
816 views
Using NUnit-2.5 RequiresSTAAttribute with TeamCity 4
Using TeamCity, I'm trying to get a (TestAutomationFX) test that requires an STA thread to run .
It works via a custom app.config that configures NUnit 2.4.x (8) (as referred to by Gishu, thanks, ...
1
vote
1answer
370 views
NUnit, Neither Assert.Throws nor [ExpectedException] Catch Thrown Exception
Before I start, I want to make it clear that I've already checked for solutions in both this question and this question.
The Method to Test
public static DataSet ExecuteDataSet(this SqlConnection ...
1
vote
1answer
232 views
RuntimeBinderException thrown from nUnit's Assert.That for dynamic objects
I have an nUnit test case that asserts the type set in the new ViewBag property of an MVC Controller.
So the action body has
using (IRepository repository = _repositoryProvider.GetRepository())
{
...
1
vote
0answers
35 views
Configuring Mapping of objects and its properties in XML
I am writing Automation test script using Nunit and Selenium,
After completing my test case I need to verify the results by calling one service and verifing its attrobutes with source system , Source ...
1
vote
1answer
271 views
Not hitting breakpoints attached to NUnit
HI,
I'm using the latest NUnit, 2.5.9, on Windows 7 64-bit, Visual Studio 2010 Premium, and the projects are .Net 3.5.
The problem is that I attach to NUnit (there is NOT an nunit-agent appearing), ...
1
vote
2answers
138 views
Nunit fails to start my application
Visual Studio 2010 Express C#, NUnit 2.5.8, White 0.2.0
I am trying to write some tests with the NUnit + White framework.
I can get the White demo (ListBoxExample) up and running without problems.
...
1
vote
3answers
420 views
how to use nunit with visual studio
Visual studio has a built-in unit test framework. I am wondering if I can use nunit instead?
1
vote
2answers
200 views
Supply parameters to NUnit tests at run time
NUnit 2.5 adds support for parameterized tests with attributes like ValuesAttribute and ValueSourceAttribute so that one can write something like:
[Test]
public void MoneyTransfer(
[Values("USD", ...
1
vote
1answer
232 views
Nunit parameterised TestFixtures with parameters set at runtime?
I'm interested in being able to instantiate multiple testfixtures with constructor arguments passed to it at runtime by a static method or property returning an IEnumerable.
In Nunit 2.5 they ...
1
vote
2answers
295 views
NUnit 2.5.7 Breakpoint still not hit (VS2010) even after attaching to the Agent
I am having a problem hitting the break point in debugging under VS2010 under
NUnit recent recommended release 2.5.7
I have tried various ways as recommended by responses on Stack Overflow:
Attach ...
1
vote
2answers
207 views
simple question how to display exception message
I have a question that may seem stupid and simple, but I hardly have any idea how to proceed with it.
My question is:
How can I modify the exception message and customize it such that I still have ...
1
vote
1answer
44 views
Deploying an application that was unit tested with NUnit
I'm hopefully going to be deploying an application soon, and I find it strange that I would have to include nunit.framework.dll. After all, the user is not going to need to run unit tests! So the ...
1
vote
3answers
171 views
Unit Test Organization
I'm using Nunit for unit testing, and added another project called "Unit Testing" to my current solution. I referenced Nunit, and changed the Namespace to the same namespace used in the main project.
...
0
votes
1answer
32 views
how to launch command prompt as administrator using batch file
I am having a NUnit used automation framework. I was working on Windows XP previously and made a batch file to execute the complete Automation test using that batch file. But now I am using Windows 7 ...
0
votes
0answers
27 views
nuint-console command line support for running specific tests from a DLL using /run
I need a small clarification on Nunit-console support for running a specific test in Fixture using the command line argument.
Issue: The command i provides shows that the test is not run.
Please ...
0
votes
0answers
61 views
Failed to run NUnit 2.5.10 with Unit tests of Resharper 6.1.37.86
I've installed Resharper plug in onto visual studio 2010. After writing some test class using NUnit and run the Resharper unit test, I get all tests results colored grey(not run).
Does anyone ...
0
votes
3answers
115 views
WatiN - Failure: System.UriFormatException : Invalid URI: The hostname could not be parsed
Ok so I have been experimenting with Unit Testing. I am using Nunit and WatiN to do my testing and decided to try to implement the WatiN Test Recorder. I don't know if anyone is familiar with it, but ...
0
votes
1answer
26 views
delegate methods for unit tests
I'm thinking, while writing some unit tests for an application to build intuitive methods into my classes that renders differently depending on which "class" called the method.
So, I'm in an NUnit ...
0
votes
3answers
47 views
Nunit testing issue
Ok, I have an Nunit test class setup that runs though a method, lets all it CalcBalance(). Within CalcBalance() we have another method that will save things to a database. I do not want to deal with ...
0
votes
1answer
40 views
SQLite allows a primary when autoincrement is specified
I am using SQLite to test my DAO project.
The reason is it provides a quick way to tell me if the model can perform a CRUD operation.
So there is an NUNIT project that tests each DAO and indicates ...
0
votes
0answers
58 views
.nunit project file as an argument to NUnit-console.exe
I'm trying to execute only the NUnit tests that are checked in an NUnit project file I pass in to NUnit-console.exe. However, when I run: NUnit-console.exe TestAutomation.nunit, it runs everything ...
0
votes
0answers
49 views
Re-run last tests run stops working with System.Net.Socket.SocketException
(Admin, pls create tag nunit-gui)
I am using Nunit 2.5.10.11092, the latest at the time of this post.
I am using the Nunit GUI test runner. I use and like the feature "Re-run last tests run". I ...
0
votes
1answer
19 views
Show only specific Tests or TestFixtures in NUNIT via a configuration file or another way
I have a bunch of NUNIT tests in several TestFixtures. Currently, I just display all the tests for everyone. Is there a way to hide some tests and/or test fixtures. I have various "customers" and ...
0
votes
2answers
78 views
How do I isolate a singleton in my unit tests?
I have a static class in my program. In the static constructor I create instance of service. The proxy of service is a singleton.
I must write unit tests for this class, and certainly I want isolate ...
0
votes
1answer
123 views
Nunit 2.5.10 - Not being able to compare two objects
I've been looking for a way to check two objects, but I find Equals, Assert,AreEqual and some other ones and I do not know which one I should use. Furthermore, I've been making my tests with the new ...
0
votes
0answers
41 views
Problem in removing/excluding certain tests in inherited testfixture of NUnit 2.5.3?
Currently i am using NUnit 2.5.3 GUI runner. We have 2 releases, Release 1 and Release 2.
I need to reuse the tests of release 1 into release 2. Hence, i used inheritance method. It is getting all the ...
0
votes
1answer
81 views
mystyfing unit tests failing
We are using NHIbernate, .net and sql server2005. What is mystyfing most is that using the same database, the same unit tests, my friends are not having any kind of messages and all their tests are ...
0
votes
1answer
137 views
How to verify that TestDriven.net uses NUnit 2.5.vNext?
I go to VS2010, tools, options, TestDriven.Net, Test Runners.
I observe NUnit 2.5 with version 2.5.0 thru 2.5.65535.65535 to be launched.
How do I configure TestDriven.Net to use NUnit 2.5.10, or ...