1. Урок 1. 00:01:15
    Course Overview
  2. Урок 2. 00:03:16
    Introduction
  3. Урок 3. 00:03:56
    Demo Code Overview
  4. Урок 4. 00:03:40
    Writing a Test without Mocks
  5. Урок 5. 00:03:23
    Installing Moq and Creating Your First Mock Object
  6. Урок 6. 00:02:50
    Creating a Second Test
  7. Урок 7. 00:01:08
    An Overview of Mocking
  8. Урок 8. 00:02:43
    Why Mock?
  9. Урок 9. 00:01:15
    What Is a Unit?
  10. Урок 10. 00:02:27
    Fakes, Dummies, Stubs, and Mocks
  11. Урок 11. 00:00:47
    An Overview of Moq
  12. Урок 12. 00:01:48
    Summary
  13. Урок 13. 00:01:16
    Introduction
  14. Урок 14. 00:03:59
    Configuring Mock Object Method Return Values
  15. Урок 15. 00:04:42
    Argument Matching in Mocked Methods
  16. Урок 16. 00:03:15
    Mocking Methods with out Parameters
  17. Урок 17. 00:03:56
    Mocking Methods with ref Parameters
  18. Урок 18. 00:02:09
    Configuring Mock Methods to Return Null
  19. Урок 19. 00:01:42
    Summary
  20. Урок 20. 00:01:43
    Introduction
  21. Урок 21. 00:05:02
    Configuring a Mocked Property to Return a Specified Value
  22. Урок 22. 00:02:33
    Manually Mocking Property Hierarchies
  23. Урок 23. 00:03:11
    Auto Mocking Property Hierarchies
  24. Урок 24. 00:02:10
    Configuring Mock Properties to Track Changes
  25. Урок 25. 00:01:34
    Enabling Change Tracking for All Mocked Properties
  26. Урок 26. 00:01:45
    Summary
  27. Урок 27. 00:01:28
    Introduction
  28. Урок 28. 00:04:52
    An Overview of Behavior Based Testing
  29. Урок 29. 00:03:13
    Verifying a Method Where No Parameters Were Called
  30. Урок 30. 00:03:19
    Verifying a Method Where a Parameter Was Called
  31. Урок 31. 00:01:23
    Verifying a Method Was Called a Specific Number of Times
  32. Урок 32. 00:03:30
    Verifying Property Setter and Getters Were Called
  33. Урок 33. 00:01:20
    Verifying That No Unexpected Calls Were Made
  34. Урок 34. 00:01:40
    Summary
  35. Урок 35. 00:01:34
    Introduction
  36. Урок 36. 00:02:33
    Understanding Strict Mocks
  37. Урок 37. 00:03:19
    Throwing Exceptions from Mock Objects
  38. Урок 38. 00:01:33
    Raising Events from Mock Objects
  39. Урок 39. 00:02:05
    Understanding Partial Mocks
  40. Урок 40. 00:03:28
    Creating Partial Mocks
  41. Урок 41. 00:02:00
    Mocking Nondeterministic Code Such as DateTime.Now
  42. Урок 42. 00:04:26
    Mocking Protected Members of Partial Mocks
  43. Урок 43. 00:02:30
    An Alternative to Using Partial Mocks
  44. Урок 44. 00:01:45
    Summary