Completed
Spring Boot 2.1 & JUnit Jupiter - MockMvc Test
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
JUnit 5 - What's New and What's Coming
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Sam Brannen
- 3 Java Versions
- 4 IDEs and Build Tools
- 5 More powerful Programming Model
- 6 Example: Calculator Tests
- 7 Timeouts
- 8 Custom Tags
- 9 Argument Conversion and Aggregation
- 10 Dynamic Tests
- 11 Configuring Parallelism (5.3)
- 12 Execution Mode and Synchronization (5.3)
- 13 New Extension Model
- 14 Extension APIs - Lifecycle Callbacks
- 15 DisplayNameGenerator (5.4)
- 16 Conditional Test Execution
- 17 Built-in Conditions (5.1)
- 18 Annotations, Assertions, Assumptions
- 19 JUnit 4 Rule Migration Support
- 20 JUnit 4 lgnore and Assumption Support (5.4)
- 21 Spring Support for JUnit Jupiter
- 22 Configuring JUnit Jupiter with Spring
- 23 Automatic Test Constructor Autowiring (5.2)
- 24 Spring Boot 2.1 & JUnit Jupiter - Custom Config
- 25 Spring Boot 2.1 & JUnit Jupiter - MockMvc Test
- 26 Tip: Upgrading JUnit 5 Version in Spring Boot