Top "Nunit-2.5" questions

For issues relating creating and running unit tests using NUnit, version 2.5.

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, …

c# unit-testing collections nunit nunit-2.5
Why do my tests fail when run together, but pass individually?

When I write a test in Visual Studio, I check that it works by saving, building and then running the …

c# visual-studio-2010 selenium-ide nunit-2.5
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)] …

c# .net-4.0 nunit nunit-2.5 data-driven-tests
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 …

.net nunit nunit-2.5
Given -When-Then example with NUnit

Can anybody point me to some resources for Give-When-Then style of testing with NUnit?

c# nunit bdd nunit-2.5