Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit.net

ReactiveUI vs. ICollectionView

xUnit v1 tests appear in xUnit GUI (xunit.gui.clr4.exe) but not VS 2012 Test Explorer

Is ConstructorInfo.GetParameters Thread-Safe?

Seed test data for every test in ASP.NET Core / EF Core / xUnit.NET integration tests

.NET test framework with parameterized unit testing, that shows red/green for each combination?

Execute tests based on Xunit filtered by traits in Teamcity

Moq and accessing called parameters

Using MOQ to test a repository

How to read appsettings.json in xunit test project?

c# asp.net-core xunit.net

Can't Assert exception in async method with Xunit

c# .net-core xunit xunit.net

How to do unit test console output with xUnit.net?

Give object as parameter for test

xunit xunit.net

How to run some tests only in azure devops CI env but not locally

c# azure-devops xunit.net

How to show only method name in Test Explorer in VS 2017 (using xUnit for .NET Core)

ASPNetCore Web API integration tests using Test Host or WebApplicationFactory

does AutoMoqCustomization work for abstract classes?

How do I debug unit tests in Visual Studio Code