Search code examples
How to automoq concrete class dependencies through Automoq?...


unit-testingmoqxunitautofixtureautomoq

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


c#moqxunitautofixtureautomoq

Read More
Unit test passes when in debug but fails randomly when run [xUnit + Automoq + Autofixture]...


unit-testingxunitxunit.netautofixtureautomoq

Read More
AutoFixture with AutoMoq always returns the same instance after Customization...


c#moqautofixtureautomoq

Read More
How to Run Unit Tests When using inline data with Automoq and Autofixture...


c#unit-testingxunitautofixtureautomoq

Read More
AutoFixture AutoMoq partially covers class constructor...


c#xunitautofixtureautomoq

Read More
Moq, Method HttpClient.SendAsync is public. How to fix?...


c#httpclientmoqautomoq

Read More
Using AutoFac Property Injection with Moq...


c#moqautofacautomoq

Read More
How do I set up methods on mocks to return null by default?...


c#autofixtureautomoq

Read More
Moq + Autofixture: Using Setup for a dependant property clears the entire mock object...


c#unit-testingmoqautofixtureautomoq

Read More
Using AutoFixture with Moq?...


c#moqautofixtureautomoq

Read More
How to mock SearchClient.SearchAsync with the Azure Cognitive Search SDK?...


.net.net-coremockingazure-cognitive-searchautomoq

Read More
Automatically return fixture values from mocked generic functions?...


c#moqautofixtureautomoq

Read More
AutoFixture AutoMoq - SetReturnsDefault() does not work with fixture created mocks...


mockingmoqautofixtureautomoq

Read More
AutoFixture Freeze returns empty object...


c#moqautofixtureautomoq

Read More
How to mock property injection dependency using AutoMock...


c#unit-testingnunitautofacautomoq

Read More
AutoFixture AutoMoq Cast a mocked object as an interface...


c#unit-testingautofixtureautomoq

Read More
Mocked method do not pass correct value...


c#xunitautofixtureautomoq

Read More
Can AutoFixture be used to generate multiple test cases?...


xunit.netautofixtureautomoq

Read More
What is the purpose of Autofacs AutoMock...


moqautofacautomockingautomoq

Read More
Autofixture.Automoq - generics make bool always true...


c#genericsmoqautofixtureautomoq

Read More
AutoFixture with NUnit AutoMoq prevents tests from running...


nunitmoqautofixtureautomoq

Read More
Creating a Mock For a Deeply Nested Class Using AutoFixture/AutoMoq?...


c#unit-testingmoqautofixtureautomoq

Read More
AutoFixture deep freeze of object...


c#unit-testingautofixtureautomoq

Read More
AutoFixture/AutoMoq: Unable to Create Instance (`BadImageFormatException`)...


moqautofixtureautomoq

Read More
Test class simplification without generics...


c#xunitautofixtureautomoq

Read More
Constructor with more than one instance of same type...


c#unit-testingautofixtureautomoq

Read More
Register Generic Interfaces with UnityAutoMoqContainer...


c#unit-testingmoqunity-containerautomoq

Read More
Automocking Web Api 2 controller...


c#autofixtureautomoq

Read More
Mocked interface gets two phantom invocations on each property...


c#moqxunitautofixtureautomoq

Read More
BackNext