Mocking application with Moq
Offered By: Udemy
Course Description
Overview
Mocking real implementation of application with fake implementation using Moq
What you'll learn:
What you'll learn:
- Understand what Mocking framework is all about
- How to work with Moq
- How to abstract the real implementation with Mock implementation
- How to apply Moq framework in development and Testing
In the course Mocking framework(Moq) we will learn and understand
1. What is Mocking framework all about
2. How to work without Moq and problem while working with real application
3. How to work with Moq
4. How to work and test different components of C# like
a. Methods/Returns values/ Times method called
b. Parameters/Tracking parameters
c. Auto-implemented properties
d. Properties
5. Working with advanced Moq concepts like strict and loose Moq
6. Working with Property stubbing
With this course one will also get benefit of understanding how developers do testing of real application by isolating the non-focused components using Moq objects.
Taught by
Karthik KK
Related Courses
Unit Testing for C# DevelopersUdemy Test Driven Development in C#
Pluralsight Unit Testing .NET Applications with xUnit .net and NUnit
Udemy Mocking with Moq and xUnit
Pluralsight C#でドメイン駆動開発パート1【C#でドメイン駆動開発とテスト駆動開発を使って保守性の高いプログラミングをする方法】
Udemy