Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Software Testing, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:29
    Before We Begin
  • Урок 2. 00:01:27
    Language Does Not Matter
  • Урок 3. 00:05:01
    Cloning Repo and Getting Started
  • Урок 4. 00:03:27
    Understanding Testing Dependencies
  • Урок 5. 00:09:17
    Initial Customer Impl
  • Урок 6. 00:03:57
    CustomerRepository
  • Урок 7. 00:05:05
    JPA Custom Queries
  • Урок 8. 00:08:40
    Setting Up Test Class
  • Урок 9. 00:08:06
    Testing Example
  • Урок 10. 00:01:40
    AssertJ Documentation
  • Урок 11. 00:01:54
    Exercise
  • Урок 12. 00:04:46
    Writing Business Logic
  • Урок 13. 00:07:07
    Creating Mocks
  • Урок 14. 00:09:56
    Mocking and Argument Captor
  • Урок 15. 00:03:05
    Test Coverage
  • Урок 16. 00:01:33
    Mockito Documentation
  • Урок 17. 00:04:58
    Should Never
  • Урок 18. 00:00:52
    Exercise
  • Урок 19. 00:05:42
    Testing Exceptions
  • Урок 20. 00:04:16
    Generate id on Server
  • Урок 21. 00:10:25
    Test Cases
  • Урок 22. 00:04:05
    Exercise Solution
  • Урок 23. 00:04:51
    Payment Model
  • Урок 24. 00:07:41
    Payment Repository and Test
  • Урок 25. 00:03:49
    Payment Service
  • Урок 26. 00:05:12
    Implement to interface
  • Урок 27. 00:01:17
    Exercise
  • Урок 28. 00:03:43
    Exercise Solution
  • Урок 29. 00:13:07
    Testing Charge Card Happy Path
  • Урок 30. 00:03:16
    Test When Card Not Debited
  • Урок 31. 00:06:14
    Test When Currency Not Supported
  • Урок 32. 00:04:55
    Test When Customer Not Found
  • Урок 33. 00:03:11
    Stripe Maven Dependency
  • Урок 34. 00:06:56
    StripeService
  • Урок 35. 00:05:51
    StripeServiceTest
  • Урок 36. 00:05:08
    StripeApi Class
  • Урок 37. 00:09:59
    Testing Charge Card
  • Урок 38. 00:05:53
    Intro to Integration Testing
  • Урок 39. 00:05:36
    Mock Stripe Service
  • Урок 40. 00:05:12
    @SpringBootTest
  • Урок 41. 00:04:12
    Dont Autowire Controllers in IT
  • Урок 42. 00:13:29
    MockMvc
  • Урок 43. 00:05:22
    Payment Controller
  • Урок 44. 00:08:17
    Complete Integration Test
  • Урок 45. 00:07:26
    Complete Integration Test II
  • Урок 46. 00:03:28
    Empty Test Class
  • Урок 47. 00:02:14
    Lets Create The Class Under Test
  • Урок 48. 00:03:56
    Bare Bones of Class Under Test
  • Урок 49. 00:07:02
    Implement Business Logic
  • Урок 50. 00:06:01
    Parameterized Tests
  • Урок 51. 00:11:40
    Using PhoneNumberValidator
  • Урок 52. 00:03:58
    Twilio Exercise
  • Урок 53. 00:04:51
    Lets Wrap Up