Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nunit

Adding NUnit to the options for ASP.NET MVC test framework

Pass parameters via the command line to NUnit

xUnit framework: Equivalent of [TestFixtureSetUp] of NUnit in XUnit?

nunit xunit

Moq.Mock<T> - how to set up a method that takes an expression

c# unit-testing nunit moq

Ignore Test or TestFixture based on condition

nunit

VS 2010, NUNit, and "The breakpoint will not currently be hit. No symbols have been loaded for this document"

NUnit - How to test all classes that implement a particular interface

c# .net unit-testing nunit

Is there an MSTest equivalent to NUnit's Explicit Attribute?

unit-testing nunit mstest

Run NUnit tests in .NET Core

Does anyone know where to find NUnit console exit codes meanings?

msbuild nunit nunit-console

NUnit cannot recognise a TestCase when it contains an array

c# unit-testing nunit testcase

Unit test HttpContext.Current.Cache or other server-side methods in C#?

c# unit-testing nunit mocking

The problem with NUnit and app.config

Unit testing XML Generation [closed]

c# xml unit-testing nunit

NUnit, is it possible to continue executing test after Assert fails?

.net unit-testing nunit

Is it possible to execute a method before and after all tests in the assembly?

c# selenium nunit

How to Unit Test HtmlHelper with Moq?

How do I enforce exception message with ExpectedException attribute

How can I add log messages to an NUnit test that will appear in a nant build execution?

logging nunit nant

Testing controller Action that uses User.Identity.Name