Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nunit

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

How do I test multiple browsers with selenium and a single NUnit suite and keep it DRY?

Why are tests taking longer to run in TeamCity than when run directly in NUnit?

c# performance nunit teamcity

Using Moq with Windsor -- Object of Type Moq.Mock[IFoo] cannot be converted to IFoo

nunit castle-windsor moq