Click here to Skip to main content
15,891,423 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 

31 Oct 2015 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.
9 Oct 2015 by Pavel Durov
This tip briefly shows how to change your user agent or any other data in window.navigator object.
13 Oct 2016 by MaDOnos
Adapter implemantation to mock DbContext easily
10 Mar 2019 by Mirnes Mrkaljevic
This article shows how to use JSON response from REST service using Java GSON API.
26 May 2020 by Daan Acohen
Some functionality of Moq can be really important but can also be easily forgotten as explained here
11 May 2015 by khanqamarali
FakeItEasy Framework Jump Start