Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

How to test whether a ref struct method is throwing an exception using xUnit?

c# xunit ref-struct

Locals missing during debugging in Visual Studio 2015

How to fetch and parse all the generated coverage.cobertura files in CI pipelines?

Does xunit.runner.visualstudio not work for Visual Studio

How to run Parameterized Tests with fixture member values in Google Test (gtest)?

How to set up the DbContext in xUnit test project properly?

ASP.NET Core Integration Testing & Mocking using Moq

How can I use IConfiguration from my integration tests?

How to pass parameters to the dotnet test command while using NUnit or XUnit

c# selenium testing nunit xunit

No result with opencover + xunit

xunit opencover

How to set the culture in a dotnetcore xunit test

c# .net-core cultureinfo xunit

How to read .runsettings test parameter in xUnit fixture

xunit runsettings

How to determine the version of MSBuild an assembly was built with?

c# .net msbuild xunit xunit.net

Azure Devops UnitTest not finding ".deps.json" file

Xunit multiple IClassFixtures

c# unit-testing testing xunit

C# WebApi Unit Testing and Mocking Controllers

unit testing c# properties

c# .net tdd xunit

XUnit InlineData with Objects? [duplicate]