Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

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

What does Moq.Linq.MockRepository do?

c# mocking moq

c# Mocking Interface members of a concrete class with Moq

c# class interface moq concrete

How can I create a SerialPort mock using the Moq library?

c# .net unit-testing mocking moq

Best Practice For Mocking Repository Pattern

moq