Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moq

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

MVC 4 Mocking HttpContext - how to mock DisplayModeProvider

.net asp.net-mvc-4 nunit moq

With Moq, how can I mock protected methods with out parameter?

c# unit-testing moq

Testing Polly retry policy with moq

c# unit-testing moq polly

Mocking using 'traditional' Record/Replay vs Moq model

unit-testing mocking moq

How to Moq Setting an Indexed property

c# moq

How to moq a Func