Changed to parameterized test

This commit is contained in:
2023-05-10 00:15:02 -04:00
parent 9c41f10576
commit 3529a18619
2 changed files with 18 additions and 25 deletions

View File

@@ -52,6 +52,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.9.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>