Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

ASP.NET Core Testing - get NullReferenceException when initializing InMemory SQLite dbcontext in fixture

xUnit - Display test names for theory memberdata (TestCase)

Unit Testing on Controller that uses AutoMapper

What is the preferred way to handle multiple test cases in Xunit?

xUnit assert two values are equal with some tolerance

c# xunit assertion

Unable to get ConfigurationBuilder to read from appsettings.json in xunit class library in ASP.NET Core 1.0 RC2

XUnit nuget failing (visual studio 2013) xunit.core already has dependency defined

xUnit test using data coming from external file

c# xunit xunit.net

In F# how do you pass a collection to xUnit's InlineData attribute

.net f# tdd xunit

How to unit test ActionFilterAttribute

why xunit not allow test a method with parameters?

xunit

VS 2013 MSTest vs nUnit vs xUnit

Can't get xUnit tests to run with .NET Core

.net-core xunit

Mocking MediatR 3 with Moq

IsType<T> and IsType(object, object) throwing IsTypeException

c# xunit xunit.net

What do you need from a test harness?

Unsupported expression: Non-overridable members (here: ) may not be used in setup / verification expressions

.net .net-core moq xunit

Unable to Mock HttpClient PostAsync() in unit tests

c# .net unit-testing moq xunit