Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

Is it possible to create unit tests for functions that use Xamarin.Essentials: Geolocation API?

How to use NLog in xUnit tests from .NET Core?

Only first logging shows unless forcefully disposing

VS Test Explorer is not finding my Unit Tests (XUnit.Runner) ASP.NET 5

Unit Testing - Tests Cases vs. Multiple Methods

Why can't my .net core xunit test find my appsettings.json?

c# selenium xunit appsettings

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