Click here to Skip to main content
15,885,214 members
Everything / Mocking

Mocking

mocking

Great Reads

by Richard Silveira
EntityFramework.MoqHelper library to work with Entity Framework 6 and Moq libraries doing mocks of Entity Framework main methods that access database.
by Pavel Durov
This tip briefly shows how to change your user agent or any other data in window.navigator object.
by Ivan Yakimov
Cases when you may, and when you should not use mocking framework
by Vlad Neculai Vizitiu
Mocking/stubbing lambda expressions to have a bit more control over our unit tests

Latest Articles

by Pete O'Hanlon
Easy way to test HttpClient with Goldlight.HttpClientTestSupport
by Vlad Neculai Vizitiu
Mocking/stubbing lambda expressions to have a bit more control over our unit tests
by Daan Acohen
Some functionality of Moq can be really important but can also be easily forgotten as explained here
by Mirnes Mrkaljevic
This article shows how to use JSON response from REST service using Java GSON API.

All Articles

Sort by Score

Mocking 

14 Oct 2014 by Mario Majčica
When and how to use the Callback method on Moq in your unit tests.
8 Nov 2015 by Michael Pan
Presenting techniques for effective usage of Google unit test frameworks in embedded environment.
10 Aug 2016 by Aless Alessio
Design your solution and code your classes as loosely-coupled objects. Learn how to use MOQ and Ninject for mocking your Service and injecting it at runtime with Ninject.
11 May 2016 by witnes
Examples of Mock usages