Search code examples
How to mock out call to service in an integration test?...


c#asp.netintegration-testingxunitfakeiteasy

Read More
vertx unit test not executing, timeout exception...


unit-testingxunitvert.x

Read More
Test methods are not executed when associating same test method to multiple test cases in VSTest run...


azure-devopsazure-pipelinesxunitvstest

Read More
Moq: How to mock a function in F# without a placeholder interface?...


.net-coref#moqxunit

Read More
XUnit Test Web API Assert Status code...


c#apiunit-testingasp.net-corexunit

Read More
Unit testing service Moq setup not returning value...


c#moqxunit

Read More
How can you update a recently added instance of an entity in the same test?...


c#unit-testingtestingxunit

Read More
Check if an object exist in expected list...


c#unit-testingxunit

Read More
xUnit comparing object equality...


c#xunit

Read More
How to create unit test for class constructor in xUnit?...


c#xunit

Read More
Why can't I use 'dotnet run' with xUnit in C#?...


c#xunit

Read More
Is it possible to add inline C# objects to a theory in xUnit?...


c#unit-testingxunit

Read More
Setup a mocked class method to execute a Func<Task> parameter using Moq...


c#.netunit-testingmoqxunit

Read More
Loop through xunit unit test method params for memberdata...


c#xunit

Read More
Moq.MockException: Expected invocation on the mock exactly 1 times, but was 0 times: x => x.Init(...


c#moqxunit

Read More
When running test project in Dot Net 4.6.1, SQLitePCLRaw throws TypeInitializationException...


c#xunitmicrosoft.data.sqlite

Read More
Am I doing something wrong combining dotMemory, xUnit and async...


c#async-awaitxunitdotmemory

Read More
How to unit test ActionFilterAttribute...


unit-testing.net-corexunitxunit.netactionfilterattribute

Read More
Mock IConfiguration's GetChildren() to return List<string>?...


c#moqxunit

Read More
How to create new instances of objects with custom SpecimenBuilder with AutoFixture...


c#.netunit-testingxunitautofixture

Read More
How can I run XUnit tests from within Visual Studio?...


unit-testingxunitxunit.net

Read More
How can I have custom asserts with Shouldly and maintain the call-site-specific assertion messages?...


c#unit-testingassertxunitshouldly

Read More
Unit Testing Service with Unit of Work with xunit .NET Core 3.1 and Moq...


c#unit-testingmoqxunitunit-of-work

Read More
How do I test the Asp.Net Core controller which has Db Context and Logger?...


unit-testingasp.net-coremoqxunit

Read More
Azure-DevOps Pipeline fails because of testhost.dll...


testingazure-devopsxunit

Read More
The type or namespace name 'Startup' could not be found...


asp.net-coreintegration-testingxunit

Read More
How to set up the DbContext in xUnit test project properly?...


c#entity-frameworkentity-framework-corexunit

Read More
Assert.Equal can not convert error while xUnit testing...


c#unit-testingasp.net-corexunitwebapi

Read More
Can AutoFixture create a list of objects for each possible enum that is a property of that class?...


xunitautofixture

Read More
The library 'hostpolicy.dll' required to execute the application was not found...


azure-devopsazure-pipelinesxunit

Read More
BackNext