TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About mocks
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Geo J Thachankary (1)
Mehr Muhammad Hamza (1)
Sibeesh Venu (1)
Amit Choudhary (1)
Related resources for mocks
No resource found
Unit Testing in .NET Core - Mastering Mocking
10/9/2023 5:15:41 AM.
In this post, we will explore the concept of mocking in unit testing using xUnit, discuss different types of mocks, and show how to write testable code that supports mocking.
Mock Testing with MOQ
9/18/2023 7:17:35 AM.
This article is about Imporanct and Use of Mock Testing. I have explained Mock Testing in a simple way, and demonstrated the use with the code example.
WCF Service Unit Tests Using NUnit With Rhino Mocks And Entity Framework
11/22/2016 5:44:48 PM.
In this article, you will learn how to run WCF Service Unit Tests using NUnit, with Rhino Mocks and Entity Framework.
Rhino MockRepository Concrete vs Static Usage
6/12/2013 4:20:43 PM.
In this article we’ll see difference between usage of MockRepository object initialization vs using Static functions to create and setup the mock/stubs.