Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

What would be an equivalent of Nunit's Assert.That in Xunit?

c# testing nunit xunit

System.MissingMethodException Unit Test

Invoking Func passed as a parameter to a mock using Moq and C#

c# .net moq capture xunit

XUnit test project with only 1 Main method: "Program has more than one entry point defined."

xUnit and multiple data records for a test

c# unit-testing xunit

How do I publish Boost unit tests with Jenkins pipeline and xUnit plugin

Instantiating IOptions<> in xunit

How do I write to the Azure Devops task log from xUnit tests?

running xunit from console

console xunit xunit.net

Performance Testing using xUnit framework

xunit performance-testing

Combinatorial data in xUnit.NET?

.net unit-testing xunit mbunit

.NET Core 2.2: xUnit Theory Inlinedata not working with enum values

xUnit dotnet test CLi to output to NUnit xml so that Bamboo can read the results

.net bamboo xunit xunit.net

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