Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

Custom FsCheck Arbitrary type broken in Xunit but working in LINQPad and regular F# program

f# xunit linqpad fscheck

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

Moq usermanager missing IUserEmailStore

How to run XUnit test using data from a CSV file

c# selenium csv 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