Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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"?

How to handle thrown exception in NUnit

c# asp.net-mvc nunit moq

How do you structure your NUnit tests on a large project?

unit-testing nunit

Guidelines for using Assert versus Verify

Strange behavior with NUnit, ExpectedException & yield return

Can I configure NUnit so that Debug.Fail doesn't show a message box when I run my tests?

c# debugging nunit