Completed
JUnit 5 Type-safe Parameterized Tests
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Lambda Chops - Recipes for Simpler, More Expressive Code in Java
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Lambda trick: Null-Safe Navigation
- 3 Lambda trick: first non-null object
- 4 Lambda Trick: Multi-method interfaces
- 5 Exception Transparency via Generics
- 6 "Uncheck" Exceptions
- 7 Resource management In Java 7
- 8 Make a comparator
- 9 JUnit 5 Parameterized Tests
- 10 JUnit 5 Type-safe Parameterized Tests
- 11 Best practices