Search code examples
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
xunit 2.4.1 use cli dotnet test --collect:"Code Coverage" not generate coverage xml...


.netxunitdotnet-cli

Read More
Getting System.NullReferenceException : Object reference not set to an instance of an object while m...


asp.netunit-testingmoqxunitnullreferenceexception

Read More
asp.net core testing controller with IStringLocalizer...


c#asp.net-corelocalizationxunit

Read More
C# UnitTests Mock File ReadAllBytes throws System.IO.FileNotFoundException...


c#asp.netunit-testingmoqxunit

Read More
Code Coverage file contains coverage of Irrelevant assemblies does not exclude even exclude with run...


.netunit-testingcode-coveragexunitcoverlet

Read More
Output logs to Xunit using Serilog Static Logger...


c#unit-testingloggingxunitserilog

Read More
XUnit change PC regional settings as part of test...


c#unit-testingxunit

Read More
AutoFixture AutoMoq problem getting CallBase to work with injected Mock dependencies...


c#moqxunitautofixtureautomoq

Read More
Azure pipeline concurrent (not parallel) tests execution for xunit tests...


c#azureconcurrencyparallel-processingxunit

Read More
unit test How to do a unit test for create method...


c#.netunit-testingmoqxunit

Read More
FakeItEasy class containing fake method not recognized as a fake object problem...


entity-frameworkasp.net-core-mvcasp.net-identityxunitfakeiteasy

Read More
How to unit test Task.run() in C#?...


c#unit-testingmoqxunit

Read More
Give object as parameter for test...


xunitxunit.net

Read More
How to Put method using xUnit...


c#asp.netmoqxunit

Read More
Expected invocation on the mock exactly 5 times, but was 0 times with properly mocked arguments...


c#unit-testingmockingmoqxunit

Read More
Expected invocation on the mock once, but was 0 times: No setups configured?...


c#moqxunit

Read More
Cannot test for exceptions in F# using xUnit...


f#xunit

Read More
How to add explicit edge cases to a generator / arbitrary in FsCheck w/ C#?...


c#unit-testingxunitfscheckproperty-based-testing

Read More
Fakeiteasy method not being called. errors on MustHaveHappened assertion...


c#.netunit-testingxunit

Read More
Failed XUnit tests (ASP.NET Core 7 MVC)...


c#asp.net-mvcunit-testingxunit

Read More
Asserting void return type when testing...


c#.netunit-testingmoqxunit

Read More
.Net core library: How to test private methods using xUnit...


c#.net-corexunit

Read More
XUnit, NUnit, MSUnit all run all tests twice VS2022...


nunitxunitvisual-studio-2022

Read More
Does ClassData in xUnit Test accept arguments? C#...


c#xunit

Read More
How to setup mock data to getter property which is getting from IConfiguration.GetSection(key).Get&l...


c#configurationmoqxunit

Read More
How to test if no event was invoked...


c#unit-testingeventsxunit

Read More
Regular Expression to match word and number not (Matching) passing all test scenarios...


regexunit-testing.net-corexunit

Read More
BackNext