Skip to content

Commit

Permalink
Add junit-jupiter-params dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Dec 25, 2023
1 parent b69374e commit 2aa86fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ dependencies {
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
testImplementation "org.junit.jupiter:junit-jupiter-api:${project.junit_version}"
testImplementation "org.junit.jupiter:junit-jupiter-engine:${project.junit_version}"
testImplementation "org.junit.jupiter:junit-jupiter-params:${project.junit_version}"
testImplementation "org.mockito:mockito-core:${project.mockito_version}"
testImplementation "org.mockito:mockito-junit-jupiter:${project.mockito_version}"
testImplementation 'org.hamcrest:hamcrest-core:2.2'
Expand Down

0 comments on commit 2aa86fd

Please sign in to comment.