Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 632 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 632 Bytes

The unknowns of JUnit 5

This repository contains a set of examples related to the less-known JUnit 5 features such as:

  • writing data table tests using @CsvSource,
  • avoiding test code duplication without inheritance (with extensions and interfaces),
  • customizing test case names.

As it has been intended for a conference talk, each file is like a slide presenting the next iteration of improvements. For the details of this talk itself, please visit my website.

Requirements

  • Java 17+
  • Maven 3.8