Search code examples
.NET 5 Class Library xUnit Tests failing when comparing objects from AutoMapper...


c#.netautomapper.net-5xunit

Read More
Test fails in net6.0 with no info...


c#xunit.net-6.0

Read More
XUnit Mocking Passing and Asserting a Collection...


c#moqxunit

Read More
Cannot send messages from unit test using in-memory MassTransit...


asp.netunit-testingasp.net-corexunitmasstransit

Read More
How to mock DbSet using xUnit and NSubstitute?...


c#xunitnsubstitute

Read More
Problem parsing through multiple elements in the XUnit XML file using XElement...


c#xmlxunitxelement

Read More
Can XUnit tests be run from within the project to be tested?...


c#.netxunit

Read More
Can I run xUnit tests against classes in my Win Ui 3 Class Library?...


xunitwinui-3

Read More
Mock Azure Function HttpTrigger and Setup Query String...


c#.net-coreazure-functionsmoqxunit

Read More
Why does calling someMockInstance.Object call constructor?...


c#.net-coremoqxunit

Read More
How do I use XUnit `InlineData` so that I can insert multiple test data for MultipartFormDataContent...


c#xunit

Read More
asp-net core integration tests rollback transaction after each tests...


c#unit-testingasp.net-coreintegration-testingxunit

Read More
XUnit Net Core Web API Integration Test: "The ConnectionString property has not been initialize...


integration-testingasp.net-core-webapixunit

Read More
Unable to test endpoint with Xunit - StatusCode: 400, ReasonPhrase: 'Bad Request'...


c#xunit

Read More
Recursive class fixtures in C# xUnit...


c#xunit

Read More
Dynamically Test All Entity Framework Core DbContext DbSet<> objects with xUnit...


c#entity-frameworkreflectionentity-framework-corexunit

Read More
Moq Service Bus using xUnit in Azure Function...


c#.net-coreazure-functionsxunitservicebus

Read More
Mock User.Identity in ASP.NET Core for Unit Testing...


c#unit-testingasp.net-core-mvcxunit

Read More
How to handle Enums in C# with Data Annotations and testing it with XUnit...


c#enumsdata-annotationsxunit

Read More
Managing multiple levels of collection fixtures in xUnit / porting from NUnit...


c#.netxunitxunit.net

Read More
xUnit Culture Aware Testing...


c#unit-testingasp.net-core-2.0data-annotationsxunit

Read More
xUnit showing truncated Expected and Actual in Test Explorer...


visual-studioxunitxunit.nettest-explorer

Read More
How to reference to the project in WPF app for unit testing...


c#wpf.net-corexunit

Read More
System.IO.FileLoadException: Could not load file or assembly 'testhost, when debugging tests...


c#.net-corexunitrider

Read More
How to properly mock extension methods with generics in xUnit?...


c#unit-testingtestingxunit

Read More
Constructor parameters did not have matching fixture data, when trying to test a service using xUnit...


c#unit-testingmoqxunit

Read More
How to I get the detail (custom error message) returned with a bad request status code? So that I ca...


testingintegrationassertxunitdotnet-httpclient

Read More
Error running XUnit Test against SQL Server Data - Data discoverer specified for Tests.SqlServerData...


c#xunit

Read More
Dependency Injection with XUnit and ASP.NET Core 1.0...


c#asp.netasp.net-corexunitasp.net-core-1.0

Read More
In C#, what is wrong with my negative test of TryAsync?...


c#functional-programmingmoqxunit

Read More
BackNext