test: Added some random test

And did some other minor changes
This commit is contained in:
2026-03-01 15:46:44 +01:00
parent 1c96f99f95
commit 89d81c63ad
21 changed files with 458 additions and 63 deletions

View File

@@ -106,5 +106,11 @@
<artifactId>reflections</artifactId>
<version>0.10.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>