Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit2

How to capture log4net output in xunit2

Unable to load application or execute command 'Microsoft.Dnx.TestHost'. Available commands: test

Logging with Specflow and xUnit 2 (ITestOutputHelper)

c# specflow xunit xunit2

Is ConstructorInfo.GetParameters Thread-Safe?

Customize Test Name in Xunit2

.net xunit2

"dotnet test": how to run xunit tests projects in parallel?

xUnit.net v2 not discovering .NET Core Tests in Visual Studio 2015

Unable to get ConfigurationBuilder to read from appsettings.json in xunit class library in ASP.NET Core 1.0 RC2

xUnit Assert.All() async

c# xunit xunit.net xunit2

Collection fixture won't inject

c# xunit.net xunit2

MemberData tests show up as one test instead of many

How to implement XUnit descriptive Assert message?

How do I run specific tests using dotnet test?

Why is the Visual Studio 2015/2017/2019 Test Runner not discovering my xUnit v2 tests