Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to unit test C# events with xUnit

c# .net events xunit xunit.net

Generate result report testing with xunit using .NET core

Resharper 8 and Test Explorer not finding xUnit tests in VS2013

Can't get XUnit tests working with Visual Studio 2017 RC

Testing F# async workflows with xUnit.net's Task support

xunit and System.Interactive.Async

Extend xUnit.NET to use custom code when processing a class and locating test methods

c# xunit.net extending

visual studio 2015 doesn't see my xunit tests