Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nunit

Using Moq To Test An Abstract Class

Unsupported test framework error in NUnit

How to use Rhino.Mocks AssertWasCalled() correctly?

c# nunit rhino-mocks assert

Should I test that methods don't throw exceptions?

c# unit-testing nunit

How to run NUnit programmatically

c# .net nunit assembly.load

nunit tests not discovered in c# solution

SpecFlow.NUnit via Nuget: Missing reference to nunit.core

nunit nuget specflow

Invalid signature for SetUp or TearDown method - What am I doing wrong?

c#-4.0 tdd nunit installation

NUnit .NET Core running through ReSharper

Skip the SetUp method only for a particular test in NUnit?

unit-testing nunit

Why do async unit tests fail when the async/await keywords aren't used?

Assert.AreEqual does not use my .Equals overrides on an IEnumerable implementation

nunit ienumerable assert

The specified object is not recognized as a fake object. Issue

c#-4.0 tdd nunit fakeiteasy

How do you write to the Log tab and Console.Error tab of the NUnit gui runner

c# .net asp.net winforms nunit

How can I detect if an NUnit test is running from within TeamCity?

c# .net nunit teamcity

Value cannot be null. Parameter name: request

Using an app.config file with NUnit3 in a .NET Core console app

How do I add NUnit as a test framework option for ASP.NET MVC to Visual Web Developer 2008 Express?

Force NCover 1.5.8 to use v4 framework like testdriven.net does?