Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

Visual Studio 2012 Fakes - How do I verify a method was called?

MoqMockingKernel: System.TypeLoadException: Inheritance security rules violated by type

How to mock System.Xml.XmlWriter.WriteAttributeString() with moq?

c# mocking nunit moq xmlwriter

AutoFixture.AutoMoq: set value to read only property

moq autofixture automocking

How to mockup Entity Framework 6 With Moq & Autofixture

Unit testing ThrowIfCancellationRequested() was called

Mocking a Method that uses an Optional Parameter using Moq

c# unit-testing moq

AutoFixture+Moq - Freezing a mocked class prevent from setup

Unit test is failing when ContinueWith is used with System.Threading.Tasks.Task

Is it possible to get mock instance from a instance using Moq?

c# moq

How to mock protected virtual members with Rhino.Mocks?

mocking rhino-mocks moq

How can I convert a Predicate<T> to an Expression<Predicate<T>> to use with Moq?

c# linq lambda moq

How do I mock the autofac's autogenerated delegate factories?

unit-testing moq autofac

How to setup a BeginXXX EndXXX method call with moq?

How to mock (with Moq) an interface that is serialized by Newtonsoft.json?

c# unit-testing json.net moq

Mocking IJSRuntime for Blazor Component unit tests

c# unit-testing moq blazor

Why Moq is throwing "expected Invocation on the mock at least once". Where as it is being set once,even though it is being set to null?

c# unit-testing nunit moq

C# + Mock service layer?

c# unit-testing mocking moq

Better way to unit test events using NUnit and Moq?

c# unit-testing events nunit moq

How do you test code that does file IO?