Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

FluentAssertions: How to compare two collections using a custom comparison on each pair of elements?

How to inject dependencies into IClassFixture in XUnit?

c# .net-core xunit

How do you test that a new instance of an object has been created?

c# unit-testing xunit

ViewResult.StatusCode is null despite explicitly setting it

How to test with Response.OnCompleted delegate in a finally block

SQLite in-memory databases testing an EF Core application with temporal tables

Specifying the return value for xUnit Theory tests

c# .net unit-testing xunit

Is there a way to run a setup method asynchronously before every test in an xunit test class? [duplicate]

Make a test in xUnit with Assert.Contains

c# xunit

xUnit class constructor should get arguments passed from theory test methods

c# .net .net-core xunit

Is there way to see log messages generated in a unit test in .NET Core?

How to properly configure mock dependencies for testing Web Api (ASP.NET Core) controllers using Autofac

Test fails duing run all tests, but running them one by one successes

C# Create Mock Configuration.GetSection(“Section:SubSection”) for objects list

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 mock Db connection in xunit?

c# .net-core xunit

XUnit MemberData with List objects

list parameters xunit testcase

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

c# moq xunit xunit.net xunit2

Net Core: Dependency Injection in Integration Test [duplicate]