Skip to content

Commit 045eace

Browse files
#908 - Add Mockito JUnit Jupiter extension.
closes: #908
1 parent 92bcd7d commit 045eace

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

parent/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,13 @@
961961
<scope>test</scope>
962962
</dependency>
963963

964+
<dependency>
965+
<groupId>org.mockito</groupId>
966+
<artifactId>mockito-junit-jupiter</artifactId>
967+
<version>${mockito}</version>
968+
<scope>test</scope>
969+
</dependency>
970+
964971
<dependency>
965972
<groupId>org.assertj</groupId>
966973
<artifactId>assertj-core</artifactId>

0 commit comments

Comments
 (0)