Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

Could not load file or assembly System.Reflection.TypeExtensions

visual-studio-2017 xunit

How to change test run timeout?

xUnit : Mutiple Assertions or Soft Assert

c# specflow xunit

How to unit test C# events with xUnit

c# .net events xunit xunit.net

How to use MassTransit test harness to test Consumer with constructor dependency injection?

xunit masstransit

AutoFixture's AutoData attribute with Xunit throws System.InvalidOperationException

Handle netstandard1.6 with xUnit

c# xunit .net-core

Generate result report testing with xunit using .NET core

How to get passed and fail test case count in xunit using cake(c# make) script

How can I pass values to xUnit tests that accept a nullable decimal?

c# xunit

Append test project appSettings to ASP.NET Core integration tests

How to overwrite a scoped service with a decorated implementation?

Resharper 8 and Test Explorer not finding xUnit tests in VS2013

How to create mock for httpclient getasync method?

(When) would it be a good idea to use FluentAssertions? [closed]

FluentAssertions Should().BeEquivalentTo() fails with Lists containing run-time specified types deriving from identical interface

c# xunit fluent-assertions