Search code examples
Simple Injector and unit test?...


unit-testingioxunitsimple-injector

Read More
.NET CORE unit test - mockRepo.Setup for repository always return NULL...


unit-testing.net-coremoqxunit

Read More
How to test method in XUnit that needs UserManager, but uses in-memory database...


unit-testingasp.net-coreidentityxunitusermanager

Read More
How to test business logic methods using moq and xunit?...


c#.net.net-coremoqxunit

Read More
Correctly seeding the InMemoryDatabase on Xunit e2e tests...


c#automated-testse2e-testingxunit.net-5

Read More
Function under test "foo" calls external function "bar(baz)" multiple times =&gt...


c#mockingmoqxunit

Read More
Is there a way to run a setup method asynchronously before every test in an xunit test class?...


c#unit-testingasynchronousxunit

Read More
Fluent Assertions check if all endpoints have a specific swagger attribute...


c#asp.net-coreswaggerxunitfluent-assertions

Read More
Static Data from xunit MemberData function is computed twice...


c#xunitxunit.net

Read More
Writing better fixtures for unit tests in .Net Core...


c#unit-testingmoqxunitautofixture

Read More
Entity Framework Core: Log queries for a single db context instance...


c#unit-testingloggingentity-framework-corexunit

Read More
The workspace you are trying to open is incompatible with the current dotMemory version...


c#unit-testingxunitdotmemory

Read More
XUnit DI through overridden Startup file (.net core)...


testingasp.net-corexunit

Read More
Can I set-up a mock to return regardless of generic type?...


c#.net-corexunitnsubstitute

Read More
Auto increment primary key in mocked db context...


c#unit-testing.net-coremoqxunit

Read More
How to test for exceptions thrown using xUnit, SubSpec and FakeItEasy...


c#unit-testingbddxunitfakeiteasy

Read More
Why is Mock DbContext empty when initialized in same manner as regular DbContext when running Xunit ...


.net-coremoqxunit

Read More
unit testing an infinite polling method...


c#asynchronousxunit

Read More
Lazy Cache mocking GetorAddasync()...


mockingxunitlazycache

Read More
How to get the name of the instance disposed by using reflection...


c#.netreflectionxunit

Read More
How to moq HttpContext on Asp net Core...


c#asp.netunit-testingasp.net-corexunit

Read More
Xunit - Parameterized Tests - Class Properties - C#...


c#xunit

Read More
.NET Core Xunit - IActionResult' does not contain a definition for 'StatusCode'...


c#unit-testingasp.net-corexunitxunit.net

Read More
Unit testing concrete services extending generic service...


c#.netunit-testingasp.net-corexunit

Read More
Filtering regressions tests via Docker for CodeFresh...


c#dockerseleniumxunitcodefresh

Read More
Require 100% code coverage for ASP.NET Core web application controllers in Azure DevOps build pipeli...


c#azure-devopscode-coveragexunitcoverlet

Read More
How do you filter xunit tests by trait with "dotnet test"?...


.net-corexunit

Read More
FsUnit.Xunit list should contain an x such that f x...


f#xunitfsunit

Read More
moq verify method was called with stream of data...


c#unit-testingmoqxunitmemorystream

Read More
xUnit Async Test Not Working Properly...


unit-testingasync-awaitxunit

Read More
BackNext