Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Jeanne edited this page Sep 2, 2017 · 9 revisions

This is a project I wrote for myself to facilitate migrating a good number of tests to JUnit 5 syntax. Feel free to use it/enhance it/etc if you find it useful.

#Pre-reqs Before starting out, the program assumes you have:

  • Updated your Maven POM/Groovy build file/whatever to reference the new JUnit 5 jars
  • Migrated off JUnit 3.8. This program assumes you are on JUnit 4. JUnit 3.8 code will continue to work in JUnit 5. (as will JUnit 4 code.) But the goal of this program is to migrate JUnit 4 syntax to JUnit 5 syntax.
Clone this wiki locally