Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xunit

Dispose not called when running tests from a number of classes in VS

Using IMapper in Integration Tests

Nsubstitute, changing the value of a property which is substituted

Writing Integration Test For Entity Framework

Lambda function causing compiler error with 0 arguments, exception with 1 or more

c# lambda moq xunit stub

How to use DbContext.Database in C# unit test cases using MOQ and Xunit

c# .net moq xunit

.NET Core 2.0 and xUnit doesn't run

C# Unit testing a Newtonsoft JSON model

c# json testing xunit

Net Core: Find Application Assembly Location from Integration Test

Integration tests with asp.net core (test of controllers without the views)

c# asp.net-core testing xunit

Is there an Autofixture attribute that can be used instead of fixture.Inject() in the code?

Moq Exception: Expected invocation on the mock once, but was 0 times... - .Net Core 3.1 with xUnit

c# asp.net-core moq xunit

How to Test Xamarin ViewModel with xUnit in .NET Core?

C#, xunit, fscheck, writing a simple property based test using a custom generator or constrained random string

Does XUnit share fixture instances across test classes?

xUnit test class internal

Can I customise a Fixture in an XUnit constructor for use with Theory and AutoData?

c# .net xunit autofixture xunit2

How to moq HttpContext on Asp net Core

Avoid HasData Seed DbContext in EF Core 2.2 during Unit Tests