Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nunit

Is it possible to visualize parametrized NUnit tests using the Resharper GUI?

Nunit Shadow Copy Cache Directory is Huge

windows-7 nunit temp

Delayed NUnit Assert message evaluation

c# nunit

Missing project dependency when referring project

c# .net nunit

How to unit test a custom JsonConverter

A workaround for Selenium 2.0 WebDriver & the :hover pseudoclass

c# .net selenium nunit webdriver

NUnit on Mono?

mono nunit

How do I make NUnit respect my bindingRedirect in my testassembly.dll.config?

What is a good approach to get rid of dependency on a StreamReader/FileStream for Unit Tests?

c# .net unit-testing nunit

When to use Assert.Catch versus Assert.Throws in Unit Testing

c# unit-testing nunit

BDD for C# NUnit

c# nunit bdd

Run SpecFlow tests without Visual Studio

nunit mstest specflow

Asserting an exception thrown from a mock object constructor

c# unit-testing tdd nunit moq

Simple `Assert.IsAssignableFrom<T>` failing

c# unit-testing nunit

Run Individual Test from Nunit3-console.exe

How to unit test code that is highly complex behind the public interface

c# unit-testing nunit

Best practices for multiple asserts on same result in C#

c# tdd nunit assert assertions

MOQ - Mocking MVC Controller's Response.Cookies.Clear()

c# asp.net-mvc nunit moq

Run/Group Tests by Category Attribute of NUnit in Visual Studio

c# visual-studio nunit

Are there real differences between NUnit and Microsoft's Unit Testing Framework (VS 2008)? [closed]