Installation
Installation: Add Rage4J-Persist-JUnit5 to Your Project
To use the JUnit 5 extension for automatic persistence, add the following Maven dependency to your pom.xml file:
<dependency>
<groupId>dev.rage4j</groupId>
<artifactId>rage-persist-junit5</artifactId>
<version>1.0.2</version>
<scope>test</scope>
</dependency>
This module depends on rage4j-persist, which will be included transitively.
Explore more about Rage4J: