java-tutorials/testing-modules/junit5-migration
Thibault Faure 2284b647ed BAEL-7503 add example of test ordering in JUnit 5 2024-01-25 23:31:55 +01:00
..
src BAEL-7503 add example of test ordering in JUnit 5 2024-01-25 23:31:55 +01:00
README.md Update README.md 2020-03-23 18:32:12 +08:00
pom.xml JAVA-11777 Remove usage of deprecated JUnitPlatform.class in junit5-migration module 2022-04-30 22:18:43 +05:30

README.md

JUnit 5 migration

This module contains articles about migrating to JUnit 5.

The code for the JUnit 4 - JUnit 5 E-book is in com.baeldung.junit4 and com.baeldung.junit5.

Relevant Articles: