Search code examples
Unit Tests in Visual Studio Tools for Docker?...


visual-studiounit-testingdockervisual-studio-2017xunit

Read More
What's the idiomatic way to verify collection size in xUnit?...


c#xunitxunit.net

Read More
How to get content value in Xunit when result returned in IActionResult type...


c#unit-testingasp.net-corexunitasp.net-core-webapi

Read More
How to get access_token for integration tests for passing [Authorize] tag? ASP.NET WebAPI...


c#asp.net-web-apiintegration-testingidentityserver4xunit

Read More
XUnit and AutoFixture...


c#.netunit-testingxunitautofixture

Read More
How to Mock AutoMapper IConfigurationProvider in x-unit unit testing in asp.net core...


c#unit-testingautomappermoqxunit

Read More
How to mock exception types in "Throws" and "ThrowsAsync"...


c#unit-testingexceptionxunitfluent-assertions

Read More
How to unit test methods which depend on a private field?...


c#unit-testingwcfxunit

Read More
Running multiple integration tests against a database - with no conflict...


entity-frameworkentity-framework-corexunit

Read More
Mocking HttpResponse WriteAsync...


c#unit-testingasp.net-coremoqxunit

Read More
Debugger does not launch when debugging xUnit tests in C# with VS Code...


c#visual-studio-codexunitbunit

Read More
xUnit - test that one of two distinct exceptions is thrown...


c#xunitxunit.net

Read More
How to deserialize OkResult from the controller action...


c#mongodbunit-testingasp.net-core-webapixunit

Read More
error NS1000: Member InvokeMethodAsync can not be intercepted...


asp.netunit-testingtestingxunitnsubstitute

Read More
When creating a xUnit test project, many errors immediately appear...


c#.net-6.0xunit

Read More
Can I use a field on my test class as a parameter to an XUnit Theory?...


xunit

Read More
Cannot find Dapper.dll when running 'dotnet test'...


c#unit-testingdllxunitdapper

Read More
What is the idiomatic way to assert that a file exists in xunit?...


c#xunit

Read More
How Mock CosmosClient?...


mockingazure-cosmosdbxunit

Read More
Deadlock with xUnit and async...


c#deadlockxunit

Read More
How to parallelize all the tests in an xunit collection fixture...


c#.netxunit

Read More
Moq Verify says method was never called, but it was...


c#moqxunit

Read More
C# Integration Tests with SQL Server not returning expected data...


c#sql-serverxunit

Read More
Why this Fixture is running its constructor more than once?...


c#unit-testingxunitxunit.net

Read More
How can I inject constructor arguments into a collection fixture?...


xunitxunit.net

Read More
ASP.NET Core Integration Testing & Mocking using Moq...


asp.net-coreasp.net-core-mvcmoqxunitasp.net-core-testhost

Read More
SpecFlow with xUnit - How to create test collections to prevent parallel execution of tests?...


.netunit-testingxunitspecflow

Read More
How to assert exception type and exception message?...


c#xunit

Read More
How can I use an Excel file as test data correctly?...


externalxunit

Read More
Why is my XUnit Test succeeding when it should fail?...


c#unit-testingxunit

Read More
BackNext