Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай C# Unit Testing Essentials, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:00:37
    Course introduction
  • Урок 2. 00:00:58
    Course outline
  • Урок 3. 00:00:27
    Is this course for you?
  • Урок 4. 00:00:41
    Software prerequisites
  • Урок 5. 00:00:24
    Introduction
  • Урок 6. 00:03:52
    What is automated testing?
  • Урок 7. 00:03:10
    Types of tests
  • Урок 8. 00:03:47
    What is unit testing?
  • Урок 9. 00:05:37
    Do I need unit tests?
  • Урок 10. 00:01:28
    How many tests should I have?
  • Урок 11. 00:00:25
    Introduction
  • Урок 12. 00:01:49
    Choosing a unit testing framework
  • Урок 13. 00:02:12
    Setting up VS Code for unit testing
  • Урок 14. 00:09:19
    Write your first unit test
  • Урок 15. 00:04:15
    Running your unit test
  • Урок 16. 00:02:29
    Debugging your unit test
  • Урок 17. 00:04:55
    Unit testing with Visual Studio
  • Урок 18. 00:00:21
    Introduction
  • Урок 19. 00:03:13
    Unit test naming
  • Урок 20. 00:03:09
    Using the AAA pattern
  • Урок 21. 00:04:33
    Testing all code paths
  • Урок 22. 00:02:52
    Catching a regression
  • Урок 23. 00:02:23
    Refactoring with confidence
  • Урок 24. 00:00:23
    Introduction
  • Урок 25. 00:06:55
    The xUnit test lifecycle
  • Урок 26. 00:04:19
    Getting test output
  • Урок 27. 00:07:35
    Writing parameterized tests
  • Урок 28. 00:03:14
    Ignoring tests
  • Урок 29. 00:03:06
    Testing internal methods
  • Урок 30. 00:00:25
    Introduction
  • Урок 31. 00:07:31
    Asserting numbers, strings and dates
  • Урок 32. 00:07:13
    Using FluentAssertions
  • Урок 33. 00:06:28
    Asserting objects
  • Урок 34. 00:03:11
    Asserting collections
  • Урок 35. 00:02:45
    Asserting exceptions
  • Урок 36. 00:02:33
    Asserting raised events
  • Урок 37. 00:00:33
    Introduction
  • Урок 38. 00:07:09
    The problem with dependencies
  • Урок 39. 00:04:12
    Refactoring towards loose coupling
  • Урок 40. 00:08:04
    Using test doubles
  • Урок 41. 00:01:16
    Stubs vs mocks
  • Урок 42. 00:04:00
    Stubbing with NSubstitute
  • Урок 43. 00:05:29
    Mocking with NSubstitute
  • Урок 44. 00:06:06
    Stubbing and Mocking with Moq