Удален по просьбе правообладателя
  1. Урок 1. 00:02:22
    Welcome
  2. Урок 2. 00:03:56
    What will you learn in this course?
  3. Урок 3. 00:01:50
    Who is this course for and prerequisites
  4. Урок 4. 00:07:16
    Different types of testing
  5. Урок 5. 00:01:31
    What is unit testing and why it's important?
  6. Урок 6. 00:01:58
    The testing pyramid
  7. Урок 7. 00:03:13
    Why should you write unit tests?
  8. Урок 8. 00:01:58
    The 3 core unit testing concepts
  9. Урок 9. 00:00:58
    Why xUnit?
  10. Урок 10. 00:06:24
    Writing your first unit test
  11. Урок 11. 00:02:51
    Structuring your solution
  12. Урок 12. 00:03:33
    Naming in unit tests
  13. Урок 13. 00:02:10
    Arrange, Act, Assert
  14. Урок 14. 00:02:55
    xUnit's test execution model
  15. Урок 15. 00:05:47
    Test Setup and Teardown
  16. Урок 16. 00:03:19
    Parameterizing tests
  17. Урок 17. 00:01:24
    Ignoring tests
  18. Урок 18. 00:01:05
    Your turn to practice (Project source under the video)
  19. Урок 19. 00:00:41
    My answer to the exercise
  20. Урок 20. 00:00:49
    Section recap
  21. Урок 21. 00:03:20
    Writing fluent assertions
  22. Урок 22. 00:02:59
    Testing strings
  23. Урок 23. 00:02:01
    Testing numbers
  24. Урок 24. 00:01:38
    Testing dates
  25. Урок 25. 00:03:33
    Testing objects
  26. Урок 26. 00:03:33
    Testing enumerables
  27. Урок 27. 00:02:24
    Testing methods that throw Exceptions
  28. Урок 28. 00:01:30
    Testing for raised events
  29. Урок 29. 00:01:25
    Testing private methods (members)
  30. Урок 30. 00:03:02
    Testing internal methods (members)
  31. Урок 31. 00:00:49
    Section recap
  32. Урок 32. 00:03:55
    The problem with dependencies
  33. Урок 33. 00:02:56
    Dependency injection to the rescue
  34. Урок 34. 00:03:04
    What are fakes?
  35. Урок 35. 00:06:12
    What is mocking?
  36. Урок 36. 00:02:36
    Moq vs NSubstitute
  37. Урок 37. 00:00:54
    Section recap
  38. Урок 38. 00:03:39
    The project we will be adding unit tests to
  39. Урок 39. 00:04:00
    The scope of our testing
  40. Урок 40. 00:22:37
    Testing the application layer
  41. Урок 41. 00:01:25
    Exercise: Testing the rest of the application layer (Project source under the video)
  42. Урок 42. 00:15:22
    Exercise answer: Testing the rest of the application layer
  43. Урок 43. 00:02:12
    But was all that necessary?
  44. Урок 44. 00:01:14
    Testing the data layer
  45. Урок 45. 00:09:52
    Testing the API layer
  46. Урок 46. 00:01:04
    Exercise: Testing the rest of the API layer (Project source under the video)
  47. Урок 47. 00:13:20
    Exercise answer: Testing the rest of the API layer
  48. Урок 48. 00:00:43
    Section recap
  49. Урок 49. 00:02:42
    Observing the default test execution behavior
  50. Урок 50. 00:04:13
    The Class Fixture
  51. Урок 51. 00:05:05
    The Collection Fixture
  52. Урок 52. 00:05:44
    Running test in parallel
  53. Урок 53. 00:04:54
    Advanced parameterization
  54. Урок 54. 00:01:18
    Setting test execution timeouts
  55. Урок 55. 00:05:20
    Testing Date and Time
  56. Урок 56. 00:01:56
    Continuous testing
  57. Урок 57. 00:02:58
    What is code coverage?
  58. Урок 58. 00:06:36
    Measuring code coverage
  59. Урок 59. 00:00:49
    Section recap
  60. Урок 60. 00:00:38
    Course conclusion