Feat: Add Subscription Tests and the Subscription code

This commit is contained in:
2026-06-14 15:37:57 +02:00
parent abfa0aecc2
commit 3734847aec
20 changed files with 1191 additions and 0 deletions
+14
View File
@@ -117,6 +117,20 @@
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
</dependency>
</dependencies>
<build>