Search code examples
New to C#, having trouble with calculations with C# enums and casting...


c#asp.net-corexunit

Read More
Execute Xunit tests in theory sequentially (not parallel)...


c#asp.net-core.net-corexunit

Read More
Unit Test Failing with Moq and xUnit - InvalidOperationException...


c#.net-coremoqxunit

Read More
Mocked Interface returning NULL...


c#asp.net-core-webapimoqxunit

Read More
Bunit 2 way-binding...


unit-testingblazorxunitbunit

Read More
xUnit test: How to mock a factory?...


c#dependency-injectionautofacfactoryxunit

Read More
How to run specific unit tests only when running on a specific operating system?...


c#moqxunit

Read More
What happened to Assert.DoesNotThrowAsync() in xUnit?...


c#xunit

Read More
Unit Test: Mocked service returns default boolean (false) despite Returns() set to true. C# xunit mo...


c#unit-testingmoqxunit

Read More
Running xUnit on Visual Studio for Mac...


macosvisual-studioxunitvisual-studio-mac

Read More
Dictionary<string, string[]> ShouldContainKeyAndValue fails unit test despite finding the expe...


c#.net-corexunitshouldly

Read More
xUnit test suite where inner class can access outer class' data...


c#unit-testingxunitxunit.netxunit2

Read More
Unit test FluentEmail in .NET 5 using xUnit and Moq...


c#unit-testingmoqxunit.net-5

Read More
Is there a set of "Lorem ipsums" files for testing character encoding issues?...


unit-testingcharacter-encodingxunit

Read More
Specflow test not discovered on test explorer c#...


c#visual-studioseleniumspecflowxunit

Read More
How to unit test nested method using xunit in .net core...


c#.netunit-testingasp.net-core-webapixunit

Read More
how i can use hashSet in Theory inlinData...


c#xunittheoryfact

Read More
How to verify log message in Unit testing for a passing test?...


c#unit-testingasp.net-coremoqxunit

Read More
XUnit Tests Stop Running When Using EnsureDeleted() on InMemory Database...


c#entity-frameworkdependency-injectionxunitin-memory-database

Read More
How can I throw Exception for async function using Moq...


c#unit-testing.net-coremoqxunit

Read More
How to check that the code/test-coverage of cobertura.xml files is above a specified threshold?...


c#powershellcode-coveragexunitcobertura

Read More
EF Core in-memory database generate System.InvalidOperationException when testing an update operatio...


c#.netentity-framework-corexunitin-memory-database

Read More
NXunit Test Explorer isn't showing tests on VS Code (Test Explorer UI)...


visual-studio-codeasp.net-core-mvcxunit

Read More
How to raise NotifyCollectionChangedEventArgs with XUnit...


c#unit-testingeventsxunitinotifycollectionchanged

Read More
xUnit, using DateTime UtcNow in test fails the with fraction of millisecond...


c#xunit.net-5automation-testing

Read More
How to convert millisecond to UTC dateTime C#...


c#xunitdatetimeoffset

Read More
How to test in xUnit, UTC Date in millisecond for API method...


c#.netxunitautofixture

Read More
How to substitute a function call from object that is intantiated in function under test...


c#.netmoqxunitnsubstitute

Read More
Can not instantiate proxy of class. Could not find a parameterless constructor...


.net.net-coremoqxunitmicrosoft-fakes

Read More
Unit Test a Time Triggered Azure Function...


c#azureunit-testingazure-functionsxunit

Read More
BackNext