List Question
20 TechQA 2023-09-12T10:28:53.530000Calling Automocker.Use() with a null parameter
74 views
Asked by stuwilmur
Problems with trying to AutoMock.Mock<T> with non-interface or delegate factory args present
98 views
Asked by redgiant
Create type with internal constructor and self referencing constructor parameter type in AutoFixture
119 views
Asked by donttellya
AutoFixture AutoMoq problem getting CallBase to work with injected Mock dependencies
336 views
Asked by NetFx
Mocking Azure ServiceBusClient dependency not working with AutoFixture.AutoMoq Freeze
282 views
Asked by NetFx
How to automoq concrete class dependencies through Automoq?
181 views
Asked by Sanjay Soni
Unit test passes when in debug but fails randomly when run [xUnit + Automoq + Autofixture]
311 views
Asked by Sanjay Soni
Moq Setup dont working, while trying to automate it
197 views
Asked by VDA
How to MOQ object in call chain?
273 views
Asked by Tony D.
How to mock Imediator pattern controller that returns ActionResult<ICollection<Course>> GetResult(CancellationToken)
612 views
Asked by user2140740
How to Run Unit Tests When using inline data with Automoq and Autofixture
671 views
Asked by Kunbi
AutoFixture AutoMoq partially covers class constructor
386 views
Asked by user584018
How to inject depdency while mocking protected method using AutoMock XNnit?
145 views
Asked by HobbyLobbyVS
Moq, Method HttpClient.SendAsync is public. How to fix?
2k views
Asked by iloveseven
AutoFixture with AutoMoq always returns the same instance after Customization
910 views
Asked by Nestor
How do I set up methods on mocks to return null by default?
1.3k views
Asked by Ben Rubin
Moq + Autofixture: Using Setup for a dependant property clears the entire mock object
1.5k views
Asked by bpiec
How to mock a methods in the same class under test?
435 views
Asked by Anand
Using AutoFixture with Moq?
3.9k views
Asked by Jerry Nixon
How to mock SearchClient.SearchAsync with the Azure Cognitive Search SDK?
3.5k views
Asked by AngryHacker