Skip to content

mikemybytes/the-unknowns-of-junit5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages