Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

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