Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nunit

Nunit-agent debug workaround

visual-studio-2010 nunit

Watin is taking black screenshots within integration test

Debugging Nunit tests in Visual Studio C# Express 2010

Is this a bug when comparing a nullable type with its underlying type using FluentAssertions?

Can NUNIT, a unit-testing framework, be used for integration testing?

ManualResetEvent WaitOne blocks the owner Thread of my CollectionView

TeamCity with dotCover does not include all my assemblies in coverage report

Read & map data from Json file in c# test

Yet another "could not load file or assembly ... or one of its dependencies. The system cannot find the file specified"

.net sqlite nunit 32bit-64bit

Is it possible to customize NUnit XML output?

nunit

NUnit SetUpFixture attribute equivalent in xUnit?

nunit xunit.net

NUnit integration tests and dependency injection

NUnit Assert a list of objects in no order

nunit

Simple way to unit test a lazy load property

Testing WCF methods with Nunit but WebOperationContext is null

Is there a way to run a list of different action methods on an object in Nunit using TestCase?

c# nunit

How to mock System.Xml.XmlWriter.WriteAttributeString() with moq?

c# mocking nunit moq xmlwriter

Unit testing post controller .NET Web Api

TestCase with list or params

c# nunit testcase testcasedata

How to mockup Entity Framework 6 With Moq & Autofixture