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 20, 2024
1 parent 2daa92b commit c04baf2
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 @@ -28,5 +28,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 c04baf2

Please sign in to comment.