Skip to content

Commit

Permalink
build(templates): Add JUnit 5 params dependency (#3991)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Turner <83819+keturn@users.noreply.github.com>
  • Loading branch information
skaldarnar and keturn authored May 25, 2020
1 parent 1367fa1 commit 37debd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ dependencies {
}

testImplementation "org.junit.jupiter:junit-jupiter-api:5.6.2"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.6.2"
testImplementation "org.mockito:mockito-junit-jupiter:3.2.0"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.2"

Expand Down

0 comments on commit 37debd9

Please sign in to comment.