Search code examples
xUnit - How to pass (string, string) to InlineData...


c#.netunit-testingxunit

Read More
Getting possible null reference argument warning with Xunit.assert.source 2.4.2...


c#xunit

Read More
ASP.NET Core - Unit test service methods that make external API calls...


c#unit-testingnunitmstestxunit

Read More
Visual Studio does not discover xUnit tests for net6 project...


.net-6.0xunit

Read More
Unit test sleep durations polly wait retry policy...


c#unit-testingxunitpollyretry-logic

Read More
Why XUnit Test case throwing "Moq.MockException : invocation failed" error, where my input...


c#moqxunit

Read More
Integrationtest IHost TestServer won't shutdown...


asp.net-coreintegration-testingxunit

Read More
How can I color code output from ITestOutputHelper.WriteLine...


c#xunit

Read More
How to check the order of a nested collection with FluentAssertions...


c#.nettddxunitfluent-assertions

Read More
Setup InnerException with Moq...


c#unit-testingexceptionmoqxunit

Read More
Show "No invocations performed" error when write "Verify" test method...


c#unit-testingmoqxunit

Read More
How to implement XUnit descriptive Assert message?...


c#unit-testingxunitassertionsxunit2

Read More
How to switch services in TestServer using WebApplicationFactory?...


c#asp.net-corexunit

Read More
How can I to correctly run an async thread in a test method?...


multithreadingunit-testingasync-awaitxunit

Read More
Using `should equal` with sequences in F# and FsUnit...


.net-coref#xunitfsunit

Read More
Why the return of GetUserByUsernameAndPassword() would be null even after Mock Setup?...


c#asp.netmockingmoqxunit

Read More
How to stop XUnit Theory on the first fail?...


c#xunit

Read More
Mock Setup It.any for any expression return fixture value...


c#moqxunitfixtures

Read More
How to get Mock to return null if setup isn't exactly matched...


c#moqxunit

Read More
Is it idiomatic Ruby to add an assert( ) method to Ruby's Kernel class?...


rubyassertxunit

Read More
How to test interface which has dependency injection with option pattern?...


c#xunit

Read More
How to write unit test for a builder design pattern?...


c#unit-testingxunit

Read More
XUnit How To Exclude Tests From JetBrains dotCover...


c#unit-testingxunitdotcoverrunsettings

Read More
There is no argument given that corresponds to the required formal parameter 'cancellation' ...


c#xunit

Read More
how to debug with xUnit?...


c#.netunit-testingdebuggingxunit

Read More
How to use NLog in xUnit tests from .NET Core?...


c#unit-testing.net-corenlogxunit

Read More
Is there a way to test if an exception is raised and caught in a xUnit test...


c#moqxunit

Read More
How to return Partial from Razor Page when called from Xunit without getting System.NullReferenceExc...


asp.net-corerazor-pages.net-6.0xunit

Read More
Where in my static class can I initialize a Trace Listener?...


c#xunit

Read More
Error while testing my async function using XUNIT in c# .net core...


c#.net-corexunitfakeiteasy

Read More
BackNext