Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit.net

How to show only method name in Test Explorer in VS 2017 (using xUnit for .NET Core)

ASPNetCore Web API integration tests using Test Host or WebApplicationFactory

does AutoMoqCustomization work for abstract classes?

How do I debug unit tests in Visual Studio Code

xUnit adding Trait to CollectionDefinition

c# xunit xunit.net

Unresolved constructor arguments error when trying to use dependency injection with XUnit

How do I get Team Build to show test results and coverage for xUnit.net test suite?

tfs msbuild xunit.net

Testing multiple implementations of an interface in a single test class

c# .net unit-testing xunit.net

Using net451 libraries in an ASP.NET Core application (RC2)

XUnit Theory-like data at the level of class, NOT method

c# xunit xunit.net

How to order xUnit tests belonging to one test collection but spread across multiple test classes?

NUnit SetUpFixture attribute equivalent in xUnit?

nunit xunit.net

Code/Branch Coverage tool for Visual Studio 2015

Why is there no parameter for the fail message for Assert.NotNull in xUnit.net?

c# xunit.net

How to add support for xunit's Theory attribute in Approvaltests

Is there an expected result attribute in xUnit?

c# xunit.net

How to test F# option types with xUnit

f# xunit.net