Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit.net

How to skip a test case which has Theory attribute not Fact

xunit xunit.net c#

Visual Studio, test explorer is slow to start unit tests

AutoFixture CompositeDataAttribute does not work with PropertyDataAttribute

c# xunit.net autofixture

How to provide List<int> for a data theory ? "InlineData" [duplicate]

c# xunit xunit.net

Verify with xUnit and Moq if a method was executed base on a condition

c# .net-core moq xunit.net

How to execute XUnit tests via code

c# xunit xunit.net

Always Freeze mocks using AutoFixture, XUnit, and Moq

How to combine PropertyData and AutoNSubstituteData attributes in xunit/autofixture?

.NET Core Xunit - IActionResult' does not contain a definition for 'StatusCode'

XUnit and AutoFixture Exception No Data found for (test name)

How to run "dotnet xunit PathToLibrary.dll" from command line (in Continous Integration)

.net-core xunit xunit.net

Creating a IEqualityComparer<IEnumerable<T>>

AutoData Theories with AutoFixture using manual fakes

Async lambda expressions in Xunit Assert.Throws

c# async-await xunit.net

How to get SpecFlow working with xUnit.net as the test runner

xunit.net specflow

Rerun failed .NET unit test from PowerShell script or .NET

Visual Studio 2015 Test Explorer does not see XUnit dnx traits

Is is possible to have ITestOutputHelper created by xUnit to be available in AutoFixture context?

c# xunit.net autofixture

Unit testing code targeting several frameworks at once with .NET Core and xUnit

How to test two objects are equal in xunit.net?

unit-testing xunit.net