refactoring: Added parameterization to enumeration test (#1698)

Signed-off-by: Elvys Soares <eas5@cin.ufpe.br>

Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
This commit is contained in:
Elvys Soares
2021-04-22 03:17:45 -03:00
committed by GitHub
parent 323dd63e66
commit af0ccdc6e1
2 changed files with 16 additions and 11 deletions

View File

@ -38,6 +38,11 @@
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>