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 fa98080 commit ba573baCopy full SHA for ba573ba
build.gradle
@@ -162,6 +162,7 @@ subprojects { subproject ->
162
dependencies {
163
implementation "com.google.code.findbugs:jsr305:$googleJsr305Version"
164
testImplementation 'org.junit.jupiter:junit-jupiter-api'
165
+ testImplementation 'org.junit.jupiter:junit-jupiter-params'
166
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
167
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
168
0 commit comments