Skip to content

Commit

Permalink
Add Mockito and Logback test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scroix committed Apr 6, 2024
1 parent 7586d24 commit 5ebcf19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nodel-framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
testImplementation 'org.mockito:mockito-core:3.+'
testImplementation 'ch.qos.logback:logback-classic:1.4.14'
}

0 comments on commit 5ebcf19

Please sign in to comment.