test: Added some tests

This commit is contained in:
2025-05-09 21:04:18 +02:00
parent 65fd2f11e6
commit a5599d80fc
7 changed files with 143 additions and 17 deletions

View File

@@ -21,6 +21,13 @@
<version>1.18.38</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.8.2</version> <!-- Choose the latest version -->
<scope>test</scope>
</dependency>
</dependencies>
</project>