Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

IMapper mock returning null

unit testing .net core 2.2 SignalR hub issue with HubContext

How to test MediatR handlers in XUnit with FluentAssertions

Why Assert.Equal two different JObject(Newtonsoft.Json.Linq.JObject) got pass

c# json.net xunit

Moq - passing arguments from setup() to returns()

c# moq xunit

How to capture structured xUnit test output in Gitlab CI?

gitlab-ci xunit

XUnit unit tests for MassTransit consumer

.net core integration tests resolve scoped services

Fluent Validation chain rule not working with multiple When conditions

c# xunit fluentvalidation

Xunit in ReSharper

Regex doesn't match all foreign characters

c# regex xunit

How to execute xUnit class tests in parallel using common fixture?

.net xunit

EF Core InMemoryDatabase - How to test with Keyless Entity (mapped to Sql View) - XUnit

No tests discovered using xUnit on ASP.Net Core 1.0 project with build on Visual Studio Team Services Hosted agent

Where is the xUnit project type in Visual Studio 2022?

Should I always use Mocks when unit testing for the sake of minimising units in test scope