Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

How to use Moq to return a List of data or values?

testing moq using

How to Mock ILogger / ILoggerService using Moq

c# unit-testing prism moq moq-3

FormsAuthentication.SetAuthCookie mocking using Moq

Testing ValidationAttribute that overrides IsValid

MOQ setup function to throw exception doesn't work

c# unit-testing moq

Mocking a method that returns dynamic return type with Moq

c# mocking moq

Can you store an 'It' matcher object as a variable, instead of defining it inline? (Moq)

c# .net mocking moq

Is there a way to generically mock the DbSet.Find method with Moq?

How could I Mock the FromSql() method?

Setting up Moq to ignore a virtual method

c# mocking moq

Using Moq with Windsor -- Object of Type Moq.Mock[IFoo] cannot be converted to IFoo

nunit castle-windsor moq

How do I mock Directory.GetFiles?

c# .net unit-testing moq

Mocking Guid.NewGuid()

c# unit-testing mocking tdd moq

Test calls to private methods with moq

moq

Verifying Mock method was called inside Task.Run

c# unit-testing moq mstest

Type or namespace name Mock<> could not be found Entity Framework 6

Using Moq, System.InvalidCastException : Unable to cast object of type 'Castle.Proxies.ObjectProxy' to type

c# unit-testing mocking moq

MOQ 4.0: The type initializer for 'Moq.Mock`1' threw an exception

nunit mocking moq

Invoking Func passed as a parameter to a mock using Moq and C#

c# .net moq capture xunit

XUnit, AutoFixture and Moq best practice