Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

Integration test for ASP.NET Core 6 web API throws System.InvalidOperationException

c# asp.net-core xunit .net-6.0

Visual Studio 2019 Test Explorer not working well with xUnit

How do I wrap integration tests that use TestServer in a database transaction?

How to mock Entity Framework's FromSqlRaw method?

How to get argument exeption response from value task method by Assert.ThrowsAsync?

c# xunit asp.net-core-6.0

Unable to run tests with XUnit in parallel in Visual Studio

unit-testing xunit

Could not load type Castle.Proxies.IReadinessProxy when running xUnit integration tests in parallel with Autofac

There is no currently active test exception in XUnit C#

Why am I getting a "wrong number of arguments (0 for 2)" exception in my Ruby Code?

ruby metaprogramming xunit

Integrating OpenCover with xUnit

xUnit and White test failure cleanup

How to exclude method in coverlet coverage report?

Testing Custom Factory Middleware

Add data to DbContext only once