Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

python nose xunit report file is empty

python jenkins nose xunit

How can I modify the fixture my custom theory data attribute creates for AutoFixture?

xunit autofixture

How do you test code that does file IO?

CasperJs + jenkins : when a test fails, how to retrieve all information on this test

jenkins casperjs xunit

Getting the ContentRootPath or getting IHostingEnvironment in a xunit context for .NET core

.net-core 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]