Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

Asserting exception message using FsUnit.Xunit

f# xunit fsunit

How to create separate in memory database for each test?

c# asp.net-core testing xunit

Could not load file or assembly 'System.Runtime.InteropServices.RuntimeInformation' after nuget package retargetting

c# .net xunit

C# Blazor test form with bUnit

c# unit-testing blazor xunit

How to use FakeItEasy to assert a method was not called

dotnet test doesn't recursively search folders for .csproj with wildcards

How to mock ExceptionContext for testing using .NET Core 3 Web API and Moq

How to share one fixture among all test classes?

c# xunit fixtures xunit.net

xUnit - deps.json not created for Integration Test in .NetCore 3.1 [Api.deps.json'. This file is required for functional tests to run properly.]

Xunit - unit test with list or object as parameter

c# .net-core 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