Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Mastering C# Unit Testing, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:00:39
    Course introduction
  • Урок 2. 00:01:03
    Course outline
  • Урок 3. 00:00:42
    Is this course for you?
  • Урок 4. 00:00:49
    Software prerequisites
  • Урок 5. 00:02:06
    Setting up VS Code for unit testing
  • Урок 6. 00:00:32
    Introduction
  • Урок 7. 00:06:04
    Avoid testing implementation details
  • Урок 8. 00:09:34
    Use fakes wisely
  • Урок 9. 00:03:31
    Avoid multiple AAA sections
  • Урок 10. 00:04:41
    Avoid logic in tests
  • Урок 11. 00:07:29
    Reusing test fixtures
  • Урок 12. 00:07:08
    Working with time
  • Урок 13. 00:07:14
    Testing private methods
  • Урок 14. 00:00:23
    Introduction
  • Урок 15. 00:02:59
    Choosing what to test
  • Урок 16. 00:12:18
    The ASP.NET Core API you will unit test
  • Урок 17. 00:06:30
    Refactoring overcomplicated code – Take 1
  • Урок 18. 00:06:31
    Refactoring overcomplicated code – Take 2
  • Урок 19. 00:07:10
    Refactoring overcomplicated code – Take 3
  • Урок 20. 00:00:26
    Introduction
  • Урок 21. 00:11:42
    Testing entities
  • Урок 22. 00:12:09
    Testing application services
  • Урок 23. 00:07:34
    Testing error mapping logic
  • Урок 24. 00:02:30
    Testing data repositories
  • Урок 25. 00:08:21
    Testing controllers
  • Урок 26. 00:08:49
    Testing minimal APIs
  • Урок 27. 00:00:28
    Introduction
  • Урок 28. 00:01:32
    What is code coverage?
  • Урок 29. 00:10:54
    Using code coverage in VS Code
  • Урок 30. 00:03:00
    Using code coverage in Visual Studio
  • Урок 31. 00:02:12
    What’s the ideal code coverage number?
  • Урок 32. 00:06:55
    Configuring what to include in code coverage
  • Урок 33. 00:04:55
    Increasing the coverage
  • Урок 34. 00:00:25
    Introduction
  • Урок 35. 00:04:10
    Running tests in parallel
  • Урок 36. 00:08:03
    Using AutoFixture
  • Урок 37. 00:06:24
    Using live unit testing
  • Урок 38. 00:12:49
    Unit testing with ChatGPT
  • Урок 39. 00:00:22
    Introduction
  • Урок 40. 00:03:01
    Clean architecture quick recap
  • Урок 41. 00:13:34
    The application to test
  • Урок 42. 00:03:03
    What should you test?
  • Урок 43. 00:13:19
    Unit testing the application
  • Урок 44. 00:05:22
    Running code coverage