Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

Alternative xUnit GUI runner

Moq & EF6 - Mocking EF6 Remove method not removing an object

Use multiple collectionfixture on my test class in xUnit 2.x

xunit xunit.net

Resharper not running xUnit tests

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?