JUnit 5 parameterized tests
Issue: BAEL-1665
This commit is contained in:
committed by
Josh Cummings
parent
8a4c326357
commit
eb7cde988b
@@ -21,6 +21,11 @@
|
||||
<artifactId>junit-platform-engine</artifactId>
|
||||
<version>${junit.platform.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-params</artifactId>
|
||||
<version>${junit.jupiter.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit.platform</groupId>
|
||||
<artifactId>junit-platform-runner</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user