Skip to content

Commit c289d19

Browse files
committed
#20 Adding support for Mockito spy
This is enhancement of the instance with dependencies injected and then registering/using that enhanced instance
1 parent bbf2066 commit c289d19

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
<version>1.7.25</version>
3232
</dependency>
3333

34+
<dependency>
35+
<groupId>org.mockito</groupId>
36+
<artifactId>mockito-core</artifactId>
37+
<version>2.23.4</version>
38+
<scope>provided</scope>
39+
</dependency>
40+
3441
<!-- test dependencies -->
3542

3643
<dependency>

0 commit comments

Comments
 (0)