Objects: PBT MergingIterator test

This commit is contained in:
2025-04-18 13:08:40 +02:00
parent c087dd8971
commit 0f5fb8b8b6
3 changed files with 273 additions and 0 deletions

View File

@@ -52,6 +52,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>net.jqwik</groupId>
<artifactId>jqwik</artifactId>
<version>1.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>