Skip to content

Commit 010d5ee

Browse files
WeltraumschafZero3141
authored andcommitted
#36 Add missing JUnit integration for Mockito
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 58873f1 commit 010d5ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dependencies {
4141
testImplementation 'org.springframework:spring-test:5.3.28'
4242
testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'
4343
testImplementation 'org.mockito:mockito-core:5.4.0'
44+
testImplementation "org.mockito:mockito-junit-jupiter:5.4.0"
4445
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.0.2'
4546
}
4647

0 commit comments

Comments
 (0)