Introduction and Installation
  • Introduction to Moq
  • Installing and writing simple code without Moq
Working with Moq
  • Part 2b - Writing first simple Mock code with Moq
  • Part 3 -- Working with return values of methods using Moq
  • Part 4 -- Test times method being called using Moq
  • Part 5 - Times method being called using Moq (complex)
  • Part 6 -- Matching/Tracking parameters for method with Moq
  • Part 7 -- Test C# Property Get and Set operation using Moq
  • Part 8 -- Property Stubbing using Moq
  • Part 9 -- Strict and Loose Moq