New posts in nunit

Verifying ArgumentException and its message in Nunit , C#

How to access the NUnit test name programmatically?

Moq fake one method but use real implementation of another

How do I put new List<int> {1} in an NUNIT TestCase?

Nunit async test exception assertion

Differences between Assert.True and Assert.IsTrue in NUnit?

nUnit Assert.That(method,Throws.Exception) not catching exceptions

NUnit and [SetUp] in base classes

FluentAssertions: equivalence of sorted lists

Programmatically skip an NUnit test

where did NUnit Gui Runner go? version 3.0.1

Is it possible to parameterize a nunit test

Using WPF components in NUnit tests - how to use STA?

Visual Studio 2012 MSTest vs NUnit pros and cons

Running NUnit through Resharper 8 tests fail when crossing between projects due to AppDomain

How to escape double quotes in as a parameter to an NUnit TestCase?

Resharper runs UnitTest from different location

Moq: Setup a mocked method to fail on the first call, succeed on the second

MVC 3: How to learn how to test with NUnit, Ninject, and Moq?

Is there a free Visual Studio addin for Nunit?