Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nunit

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

How to combine collection and property assertions using fluent-assertions?

What would be an equivalent of Nunit's Assert.That in Xunit?

c# testing nunit xunit

NUnit's [TestCaseSource] with multiple arguments like with MbUnit's [Factory]

unit-testing nunit mbunit

Assert.NotNull(object anObject) vs. Assert.IsNotNull(object anObject)

c# nunit assert

Running tests on Mac OS X console using mono/nunit-console/4

Debugging Nunit Tests inside VS2010 Express

Assert.DoesNotThrow with NUnit -- how to get stack trace?

MOQ 4.0: The type initializer for 'Moq.Mock`1' threw an exception

nunit mocking moq

NUnit FileNotFoundException: System.Configuration

nunit

How write stub method with NUnit in C#

c# testing nunit stub

Passing parameters to TestDelegate in NUnit

How to configure Teamcity to ignore some tests

c# unit-testing nunit teamcity