Skip to content

Commit 90905b7

Browse files
author
pobi
committed
add dependency junit-jupiter-params
1 parent 7edc524 commit 90905b7

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
@@ -11,6 +11,7 @@ repositories {
1111
dependencies {
1212
testImplementation 'org.assertj:assertj-core:3.27.6'
1313
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.0'
14+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.14.0'
1415
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.0'
1516
testImplementation 'org.junit.platform:junit-platform-launcher:1.14.0'
1617
}

0 commit comments

Comments
 (0)