Completed
Running the test
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Mocking Your Microservices with Mock Server
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Microservices
- 3 What is mock server
- 4 Client API
- 5 Why use mock server
- 6 Where to position mock server
- 7 Running mock server
- 8 Mock server vs Kubernetes
- 9 Overengineered Mastermind
- 10 Test setup
- 11 Test containers
- 12 Create service
- 13 Initialize clients
- 14 Mock server
- 15 Verification
- 16 Inspection
- 17 JSON assert
- 18 Demo code
- 19 Component test
- 20 Running the test
- 21 Wrapping up