Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

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

AutoMockContainer with support for automocking classes with non-interface dependencies

c# mocking tdd moq

Moq First() Last() and GetEnumerator() wierdness

linq moq enumerable

How to use Moq with Entity Framework IDbSet Count() etc. methods

Mock a constructor with MOQ

c# moq

Unit testing and nhibernate?

How can I mock this asynchronous method?

Elmah error logging FromCurrentContext breaks when unit testing

Is using "out" bad practice

c# lambda moq anti-patterns

Why would I select Moles as my mocking framework?

Returning different mocked values based on parameters passed in Unit Test with Moq

c# asp.net .net unit-testing moq

Moq Example using out and ref needed

moq

How to mock Asp.net identity UserManager's CreateAsync method

c# asp.net moq

How to mock Amazon S3 Client for a .NET unit test

Is there a way to check if a mock has setup for a member?

c# moq

Mock OData Client's Container using Moq