Migrating JUnit 4 to JUnit 5
Migrating your JUnit 4 test suite to JUnit 5.
Introduction
Introduction to Migrating JUnit 4 to JUnit 5.
Overview of JUnit 4 Structure
An overview of what a typical JUnit 4 test suite might contain.
Adding dependencies
Adding JUnit 5 Dependencies.
Using inspections
Using JUnit 5 Inspections to migrate.
Automatically migrating tests
Let IntelliJ IDEA migrate as many tests as possible automatically.
Manual migration for more complex cases
Migrating more complex uses cases from JUnit 4 to JUnit 5.
Other approaches to consider
There are other approaches that you can consider for migration.
Final Steps
Wrapping the migration up.
Shortcuts
A list of shortcuts used in the tutorial.