Completed
0:00 - Introduction & The Question
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
MockMvcTester vs RestTestClient - Which One Should You Use in Spring Boot 4?
Automatically move to the next video in the Classroom when playback concludes
- 1 0:00 - Introduction & The Question
- 2 1:15 - Project Setup with Spring Initializr
- 3 2:45 - IntelliJ IDEA 2025.3 Update
- 4 3:30 - Code Overview: Book Controller & Repository
- 5 5:00 - MockMVC Tester vs REST Test Client: Key Differences
- 6 6:30 - Writing Tests with MockMVC Tester
- 7 10:45 - Unique MockMVC Tester Capabilities
- 8 13:00 - Writing Tests with REST Test Client
- 9 17:30 - Unique REST Test Client Capabilities
- 10 20:00 - Typed Object Deserialization with REST Test Client
- 11 22:00 - Summary & Which One to Choose