Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум

  1. Урок 1. 00:02:11
    Keeping the Course Content Up-to-Date
  2. Урок 2. 00:03:21
    Setup for Java Development
  3. Урок 3. 00:04:34
    Infrastructure Setup With Docker Compose
  4. Урок 4. 00:02:24
    Application Architecture
  5. Урок 5. 00:03:19
    Maven Dependencies
  6. Урок 6. 00:01:40
    Flyway Migration Scri
  7. Урок 7. 00:01:56
    Application Configuration
  8. Урок 8. 00:00:49
    AWS SDK Overrides
  9. Урок 9. 00:03:48
    Introduction to the Backend Code
  10. Урок 10. 00:02:39
    Keycloak Configuration Walkthrough
  11. Урок 11. 00:04:06
    Application Walkthrough
  12. Урок 12. 00:03:45
    Anatomy of the dependency
  13. Урок 13. 00:04:16
    Managing library versions
  14. Урок 14. 00:05:29
    Writing Your First Test With JUnit 5
  15. Урок 15. 00:04:36
    Verify the Test Outcome With Assertions
  16. Урок 16. 00:05:37
    Lifecycle of a Test
  17. Урок 17. 00:05:34
    More on Assertions
  18. Урок 18. 00:02:54
    Specifying the Name of a Test
  19. Урок 19. 00:04:34
    Write Parameterized Te
  20. Урок 20. 00:08:09
    Your First JUnit 5 Extension
  21. Урок 21. 00:02:30
    Happy-Path Testing
  22. Урок 22. 00:04:56
    Parallelization of Te
  23. Урок 23. 00:05:34
    Introduction to the Class Under Test
  24. Урок 24. 00:07:50
    Mocking Method Calls With Mockito
  25. Урок 25. 00:04:03
    Your First Test With Mockito
  26. Урок 26. 00:03:15
    Mocking the Behaviour of the Repository
  27. Урок 27. 00:04:43
    Instrumenting a Mock to Throw an Exception
  28. Урок 28. 00:04:47
    Full Happy-Path Test With Mockito
  29. Урок 29. 00:05:24
    Capture Method Argume and Verify Invocations
  30. Урок 30. 00:05:53
    Introduction to Hamcrest
  31. Урок 31. 00:06:41
    Introduction to AssertJ
  32. Урок 32. 00:04:39
    Introduction to JSONAssert
  33. Урок 33. 00:05:17
    Introduction to JsonPath
  34. Урок 34. 00:40:17
    Things I Wish I Knew When I Started Testing Spring Boot Applications by Philip Riecks
  35. Урок 35. 00:04:33
    Introduction to the JPA Domain Model
  36. Урок 36. 00:03:32
    What to Test When Using Spring Data JPA
  37. Урок 37. 00:07:04
    Start Using @DataJpaTest
  38. Урок 38. 00:02:13
    Resolving context startup errors
  39. Урок 39. 00:03:09
    Why and When to Use the TestEntityManager
  40. Урок 40. 00:04:25
    Pitfalls of the First Level Cache
  41. Урок 41. 00:02:53
    Transactional Support
  42. Урок 42. 00:06:54
    Using P6SPY for More Insig
  43. Урок 43. 00:03:11
    The Rationale Behind Not Using In-Memory Databases
  44. Урок 44. 00:11:02
    Using Testcontainers for the First Time
  45. Урок 45. 00:04:09
    Managing the Lifecycle of a Container
  46. Урок 46. 00:03:23
    Improve Build Times by Reusing Containers
  47. Урок 47. 00:08:42
    Solutions to Pre-Populate Your Database
  48. Урок 48. 00:05:01
    Testing the Native Query
  49. Урок 49. 00:01:42
    Recap of the Database Access Module
  50. Урок 50. 00:04:37
    Why Unit Te Are Not Enough
  51. Урок 51. 00:03:05
    Introduction to @WebMvcTest
  52. Урок 52. 00:06:11
    Getting the Setup Right
  53. Урок 53. 00:03:22
    Defining On Which Level to Mock
  54. Урок 54. 00:09:01
    Your First Test With @WebMvcTest
  55. Урок 55. 00:07:18
    More Te for the BookController
  56. Урок 56. 00:04:48
    Introduction to the ReviewController
  57. Урок 57. 00:06:29
    Verifying the First Behavior
  58. Урок 58. 00:06:01
    Testing the First Secured Endpoint
  59. Урок 59. 00:04:38
    Additional Ways to Provide Authentication
  60. Урок 60. 00:15:00
    Happy-Path Testing For Creating Reviews
  61. Урок 61. 00:03:26
    Ensure We Validate Incoming Reviews
  62. Урок 62. 00:07:14
    Access to Role-Based Secured Endpoi
  63. Урок 63. 00:03:47
    Recap and Learnings of This Module
  64. Урок 64. 00:03:39
    Introduction to Testing HTTP Clie
  65. Урок 65. 00:03:31
    The Power of @RestClientTest
  66. Урок 66. 00:06:19
    First Test Using the MockReerviceServer
  67. Урок 67. 00:02:25
    More Assertions for the Happy-Path
  68. Урок 68. 00:03:40
    Handling Partial Responses
  69. Урок 69. 00:02:54
    Test a Failure of the Remote System
  70. Урок 70. 00:05:49
    More Expectations on the HTTP Request
  71. Урок 71. 00:06:39
    Required Setup for the MockWebServer
  72. Урок 72. 00:07:06
    Testing the Happy-Path Using MockWebServer
  73. Урок 73. 00:02:05
    Verify Behavior on Partial Responses
  74. Урок 74. 00:01:35
    Testing Failure of the Remote System
  75. Урок 75. 00:05:55
    Implement and Test Retry Mechanism for More Resiliency
  76. Урок 76. 00:03:55
    Which Logic to Verify
  77. Урок 77. 00:03:55
    Getting the Setup Right for Testing the ReviewService
  78. Урок 78. 00:03:59
    Verify the First Error Scenario
  79. Урок 79. 00:03:44
    Ensure We Don’t Store Reviews With Bad Quality
  80. Урок 80. 00:05:49
    Happy-Path Testing For Storing a Review
  81. Урок 81. 00:02:25
    Choosing the Application Part for Isolated Testing
  82. Урок 82. 00:04:32
    Introduction to LocalStack
  83. Урок 83. 00:05:03
    Creating a Spring Application Context With Only One Message Listener
  84. Урок 84. 00:04:29
    Understanding the Spring Cloud AWS Auto Configuration
  85. Урок 85. 00:03:46
    Overriding the AWS SQS Client
  86. Урок 86. 00:06:49
    Creating a Local SQS Queue and Applying the Configuration
  87. Урок 87. 00:07:05
    Happy-Path Testing For the Whole Listener Process
  88. Урок 88. 00:03:09
    New Spring Cloud AWS Sliced Test Context Annotation
  89. Урок 89. 00:02:39
    Recap on How to Create a Sliced Spring Context for Testing
  90. Урок 90. 00:02:17
    What's Currently Missing to Start the Whole Context
  91. Урок 91. 00:07:27
    Creating an Integration Test Profile
  92. Урок 92. 00:04:37
    First Try to Start the Whole Context
  93. Урок 93. 00:04:13
    Introducing WireMock to Mock HTTP Communication
  94. Урок 94. 00:06:36
    Creating an ApplicationContextInitializer for WireMock
  95. Урок 95. 00:05:31
    Mocking the OpenID Configuration Response
  96. Урок 96. 00:10:27
    Mocking the JWKS (JSON Web Key Set) Response
  97. Урок 97. 00:09:03
    Making Use Of the WebTestClient to Access the Backend
  98. Урок 98. 00:04:23
    Creating a Valid JWT to Access Our Endpoi
  99. Урок 99. 00:06:57
    Verifying the Book Synchronization Process
  100. Урок 100. 00:09:19
    Refactor Our WebClient to Mock the HTTP Response
  101. Урок 101. 00:06:47
    Extract Integration Test Setup to a Central Place
  102. Урок 102. 00:06:15
    Ensure Users Can Create Reviews
  103. Урок 103. 00:07:17
    Develop the Missing API Endpoint Test-Driven (TDD)
  104. Урок 104. 00:04:51
    Test the Statistics Endpoint With Reviews From Multiple Users
  105. Урок 105. 00:02:49
    Recap of This Module About Integration Te
  106. Урок 106. 00:03:46
    What’s Missing Compared to Writing Integration Te
  107. Урок 107. 00:06:39
    Creating a Web Test Application Profile
  108. Урок 108. 00:06:22
    Using Testcontainers to Start the Docker Compose Environment
  109. Урок 109. 00:07:05
    Using Selenide to Write Concise Web Te
  110. Урок 110. 00:03:53
    Writing the First Test With Selenide
  111. Урок 111. 00:05:52
    Making Screensh During Test Execution
  112. Урок 112. 00:01:50
    Further Hi on the Web Test Setup
  113. Урок 113. 00:03:42
    Using Testcontainers With Selenide
  114. Урок 114. 00:02:51
    Recording the Web Test With a Video
  115. Урок 115. 00:05:19
    Inserting Reviews During the Web Test
  116. Урок 116. 00:02:22
    Verifying the Outcome of the Test
  117. Урок 117. 00:08:53
    Refactoring the Test to Page Obje
  118. Урок 118. 00:04:48
    Recap on Writing Web Te
  119. Урок 119. 00:06:18
    Defining Your Own Test Strategy
  120. Урок 120. 00:04:42
    Naming Conventions for Your Te
  121. Урок 121. 00:06:32
    Maven Surefire and Failsafe Plugin Configuration
  122. Урок 122. 00:03:16
    Visualizing Test Resu Within a CI Server
  123. Урок 123. 00:04:25
    Introduction to Context Caching
  124. Урок 124. 00:04:17
    Context Caching in Action
  125. Урок 125. 00:05:00
    Making the Most Of Spring’s Context Caching
  126. Урок 126. 00:48:40
    How fixing a broken window cut down our build time by 50% by Philip Riecks @ Spring I-O 2022
  127. Урок 127. 00:05:25
    Working With Time
  128. Урок 128. 00:06:05
    Mocking Static Method Calls
  129. Урок 129. 00:02:34
    Using GitHub Actions for Your Project
  130. Урок 130. 00:01:04
    Thank You for Completing the Masterclass