Skip to content

Commit 60c8f6c

Browse files
committed
Add JUnit5 params Module to Build
1 parent f90c8e1 commit 60c8f6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ subprojects { subproject ->
162162
dependencies {
163163
implementation "com.google.code.findbugs:jsr305:$googleJsr305Version"
164164
testImplementation 'org.junit.jupiter:junit-jupiter-api'
165+
testImplementation 'org.junit.jupiter:junit-jupiter-params'
165166
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
166167
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
167168

0 commit comments

Comments
 (0)