Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

xUnit IClassFixture constructor being called multiple times

Trouble with ActionResult in unit test can't Assert.Equal on POST return value (asp.net core mvc web api)

How to start a full .NET Core Worker Service in an integration/ end-to-end test?

How to assert exception type and exception message?

c# xunit

Combining 2 reports into one 1 in (testng) allure

java testng xunit allure

net472 project no longer builds using MSBuild after migrating packages.config to PackageReference

Skip Fact/Theory when precondition is not satisfied

c# xunit

How to deal with asynchronous methods and IDisposable in C#?

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