Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nunit

How to create GitHub Actions for unit testing in .NET projects?

How to access project files from NUnit tests

ConfigurationManager.GetSection(sectionName) returns null while performing unit tests

NullReferenceException thrown when testing custom AuthorizationAttribute

.dll reference loads properly into c# project in Debug mode but can't find namespaces in Release

c# dll nunit teamcity

Pass arguments to tests in Azure Devops

I created NUnit tests, now how do I run them?

unit-testing nunit bdd

The membership provider name specified is invalid. Parameter name: providerName

How to cleanly unit test a custom ValueResolver ResolveCore(...) method

Argument 1: cannot convert from 'Moq.Mock<System.Data.Entity.DbContext>' to 'System.Data.Entity.DbContext'

c# .net unit-testing nunit moq

NUnit 3.0 TestCase const custom object arguments

c# nunit

Nunit testing with Mock. Instance of Interface

TDD a controller with ASP.NET MVC 2, NUnit and Rhino Mocks

Hudson : warning MSB3245: Could not locate the assembly "nunit.framework"

How do I unit test private functions from a separate project in VB .NET?

How do I run a set of nUnit tests with two different setups?

unit-testing nunit

How do I fix the error: "The currentthread needs to have its apartmentstate set to ApartmentState.sta to be able to initiate Internet Explorer"?

c# nunit watin

unit testing a class with event and delegate

Access App.Config Settings from Class Library Called through Unit Test Project

How to create a Global Initialization in NUnit 3.2?