Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

How to capture output with XUnit 2.0 and FSharp style tests

f# xunit

Test Exceptions in Xunit ()

An exception occurred while invoking executor 'executor://xunit/VsTestRunner2/uap': Could not load file or assembly 'System.IO.FileSystem

Output logs to Xunit using Serilog Static Logger

How to make xUnit to run a Theory parallel?

c# testing xunit xunit.net

"dotnet test": how to run xunit tests projects in parallel?

Could not load file or assembly Microsoft.VisualStudio.Coverage.Analysis in Visual Studio 2019 16.2

XUnit ignore a test unless specifically triggered

c# xunit

.Net Core Integration TestServer with Generic IHostBuilder

xUnit.net v2 not discovering .NET Core Tests in Visual Studio 2015

Use AutoData and MemberData attributes in XUnit test

Ignoring Exceptions in xUnit.net

c# .net assert xunit

How to test for exceptions thrown using xUnit, SubSpec and FakeItEasy

.NET Core 1.0 - How to run "All tests in Solution" with xUnit command line

Running xUnit on Visual Studio for Mac

Can't run Xunit tests on Visual Studio 2017

ASP.NET Core Testing - get NullReferenceException when initializing InMemory SQLite dbcontext in fixture

xUnit - Display test names for theory memberdata (TestCase)

Unit Testing on Controller that uses AutoMapper

What is the preferred way to handle multiple test cases in Xunit?