Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nunit

ReSharper: "The build could not be started. There are multiple projects in the solution at..."

Unit Testing a custom Web API AuthorizeAttribute

Create Unit test methods dynamically during runtime in MSTest

unit-testing nunit mstest

Does NUnit's Is.EqualTo not work reliably for classes derived from generic classes?

Visual Studio Debugging Issue with Resharper/Nunit

On OSX with MonoDevelop, Run NUnit Tests from Terminal / Command Line

mono nunit monodevelop

Cassini/WebServer.WebDev, NUnit and AppDomainUnloadedException

.net nunit cassini

Unit tests logged (or run) multiple times

c# nunit resharper log4net

How does NUnit (and MSTest) handle tests that change static/shared variables?

CruiseControl.NET view NUnit xml test result when Nant build file executes NUnit

nunit nant cruisecontrol

How to test fluent-NHibernate's PersistenceSpecification.VerifyTheMappings with lists and relational objects?

Manipulating the app.config file for unit tests

c# .net nunit

How to integrate NUnit Tests (written in C#) in TFS builds?

How much faster is NUnit compared to MSTest

Getting an assembly's directory from an automated test

How to ensure a Debug.Assert fires correctly using NUnit

c# c#-4.0 nunit

Correct method for using the WPF Dispatcher in unit tests

How do I test a method was called within a class under test?

Does NUnit support the concept of an Assembly Teardown?

Why does GetAttribute("disabled") return "true" not "disabled"?