java-tutorials/testing-modules/junit5-migration
Harry9656 6b0c4b9a80
JAVA-26760: Updated and standardized the junit-jupiter-engine library (#16357)
* JAVA-26760: Updated and standardized the junit-jupiter-engine library

* JAVA-26760: Updated and standardized the mockito-junit-jupiter library

* fix mockito-junit-jupiter properties

* fix maven-custom-plugin/usage-example properties

* Fix quarkus-funqy

* JAVA-26760: Fix NamespacedHierarchicalStore error in junit
2024-04-23 18:45:06 +02: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-26760: Updated and standardized the junit-jupiter-engine library (#16357) 2024-04-23 18:45:06 +02:00

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: