We just ported our unit tests to JUnit5. Realizing that this is still rather early adoption with little hints on google.
The most challenging was to get jacoco code cove
You just need to add @RunWith(JUnitPlatform.class) to your package
@RunWith(JUnitPlatform.class) public class ClassTest { }