Available Downloads

Artifacts available for download and use locally.

ArtifactDescriptionDownloadSource Code
junit4-5-asserts-bridgeThis project aims to provide a bridge to allow Java projects to more quickly adopt JUnit 5, without the need to fully update all test class’s asserts in one sweep. If the bridge is used, the imports can initially be changed from Junit 4 to the bridge’s asserts.

Then, as time permits, the team can circle back and update the location of each individual test’s assert message parameters and remove the bridge imports at that time.
https://central.sonatype.com/namespace/com.codingchica
<dependency>
<groupId>com.codingchica</groupId>
<artifactId>junit4-5-asserts-bridge</artifactId>
<version>1.0.9</version>
</dependency>
https://github.com/codingchica/junit4-5-asserts-bridge