We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6211b2 commit 9821285Copy full SHA for 9821285
setup/build.gradle.kts
@@ -35,6 +35,8 @@ dependencies {
35
testImplementation(libs.xerus)
36
testImplementation(libs.aves)
37
testImplementation(libs.junit.api)
38
+ testImplementation(libs.junit.params)
39
+ testImplementation(libs.junit.platform.launcher)
40
testRuntimeOnly(libs.junit.engine)
41
}
42
tasks {
0 commit comments