Search code examples
How to mock a method that is defined in multiple classes with same name...


c#.net-corenunitxunitnunit-3.0

Read More
Test fails duing run all tests, but running them one by one successes...


c#unit-testingxunitsimple-injector

Read More
IMediator Mock returns null when I set up it in test...


c#.net-coremoqxunitmediator

Read More
how to cover both constructor argument null exception and catch block for method `DoMethod()`...


c#unit-testingxunit

Read More
how to combine multiple assertion using FluentAssertions...


c#xunitfluent-assertions

Read More
xUnit general repository testing of add, update, delete...


c#repositorymoqxunit

Read More
How to prevent xUnit from logging when use it from `dotnet test`?...


xunitgithooksxunit.net.net-6.0xunit2

Read More
How to DeserializeObject a string with a curly braces in the value?...


c#jsonxunit

Read More
How to configure TestClusterBuilder such that the test cluster has access to SMSProvider?...


c#.net-corexunitorleans

Read More
Cannot access method 'Handle' MediatR due to its protection level .net using xunit...


c#asp.net-corexunitprotectedmediatr

Read More
Error Trying to Mock DbContext EF Core .NET 6 Visual Studio 2022...


c#unit-testingmoqxunit

Read More
Throw exception and getting it in assert of xunit in .net...


exception.net-coremockingxunit

Read More
XUnit MethodName_Condition_Behaviour refactoring protection...


c#refactoringxunit

Read More
xunit System.ArgumentOutOfRangeException: 'Index was out of range. Must be non-negative and less...


.net-coremockingmoqxunit.net-6.0

Read More
Mock IJSRuntime InvokeVoidAsync...


javascriptc#blazormoqxunit

Read More
XUnit 2.4 running tests in sequence...


testingxunitxunit.net

Read More
how to test private methods using xunit C#...


c#testingxunit

Read More
Datetime Converting two times not equal starting time...


c#datetimetimezonexunit

Read More
GetAttributes() Not Returning All Attributes...


c#unit-testingreflectionxunit

Read More
System.MissingMethodException Unit Test...


.net-coremstestvisual-studio-2017xunit.net-4.7

Read More
Assert.Contains doesn't find the object in a list...


c#unit-testingxunit

Read More
Using ReSharper, how to show debug output during a long-running unit test?...


c#visual-studiounit-testingresharperxunit

Read More
Unit Test derived Controller class using protected mediator in base controller in .NET Core 3.1...


.net-corexunit

Read More
How can I show only method name in xUnit in Test Explorer?...


configuration.net-corexunit

Read More
Skip unit tests while running on the build server...


c#azure-devopsmstest.net-5xunit

Read More
Integration test for ASP.NET Core 6 web API throws System.InvalidOperationException...


c#asp.net-corexunit.net-6.0

Read More
How to mock Delegate in xUnit...


c#.net-coredelegatesxunit

Read More
Visual Studio "Project reference" references to lower version of package...


.netvisual-studioentity-framework-corexunitnpgsql

Read More
Formatting Exception displayed when a unit test fails (xunit , C#)...


c#xunitvstestfluent-assertions

Read More
How to run setup code only once in an xUnit.net test...


c#asp.netxunitxunit.net

Read More
BackNext