Skip to main content

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:

  1. RAGE4j-Core
  2. RAGE4j-Assert
  3. RAGE4j-Persist
  4. RAGE4j-Persist-JUnit5