Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit.net

How to verify AddSingleton with special type is received using NSubstitute framework

Trapping Error Status in MSBuild

XUnit test for the response body content

c# xunit.net

Does XUnit share fixture instances across test classes?

WebApplicationFactory error, not throwed in debug mode

Does Xunit use a source generator for test data?

c# .net-core csproj xunit.net

How to share one fixture among all test classes?

c# xunit fixtures xunit.net

Asp .Net Core Unit Test Mock UserManager.CreateAsync and return Identity Result

Override Startup in WebApplicationFactory does not map endpoints

How (strategy) to unit test properties (get/set) in BDD style?

AutoFixture.Xunit's [Frozen] not working

How can I log the execution order of tests in xUnit

c# xunit.net

Runtime folder structure when running xUnit.net tests

c# .net mstest xunit xunit.net

How to exclude helper projects with "Test" in their name from unit testing?

How to write a unit test for a repository update method?

getting an error The following constructor parameters did not have matching fixture data: PostgreSqlResource resource

c# moq xunit xunit.net xunit2

Timeout attribute ignored

c# .net xunit.net

Xunit Timeout parameter: minimal working example

c# timeout xunit.net