Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Deep Dive into JUnit 5
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Sam Brannen
- 3 Impetus for Change
- 4 JUnit 4 Runner API
- 5 JUnit Lambda - Crowdfunding Campaign
- 6 Roadmap
- 7 JUnit 5-in a Nutshell
- 8 Launcher API
- 9 TestEngine API
- 10 IDEs and Build Tools
- 11 JUnit Jupiter - Extension Model
- 12 JUnit Jupiter - Programming Model
- 13 Annotations
- 14 Assertions
- 15 Test Names
- 16 Dependency Injection
- 17 Custom Tags
- 18 Conditional Test Execution
- 19 Interface Default Methods
- 20 Nested Test Classes
- 21 Dynamic Tests
- 22 What's Missing?
- 23 Spring Support for JUnit Jupiter
- 24 Configuring JUnit Jupiter with Spring
- 25 Spring Boot 1.4 + JUnit 5 - Custom Config
- 26 Spring Boot 1.4 + JUnit 5 - Mock Mvc Test
- 27 JUnit 5 Resources
- 28 Spring Resources