Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

How do I mock IConfiguration with Moq?

Can I run xUnit tests against classes in my Win Ui 3 Class Library?

xunit winui-3

XUnit skipping all tests

c# visual-studio-code xunit

Integration test with WebApplicationFactory fails with ObjectDisposedException for IServiceProvider

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