tarczynskitomek / the-unknowns-of-junit5

Code samples for my talk "The unknowns of JUnit 5"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Code samples for my talk "The unknowns of JUnit 5"


Languages

Language:Java 100.0%