BAEL-8143 Update Mockito articles

-Mockito version fixes
-MessageMatcher implementation changed as ArugmentMatcher is an Interface now
This commit is contained in:
Dhawal Kapil
2018-08-16 14:33:58 +05:30
parent aa28e56545
commit fb61a7ea3a
3 changed files with 8 additions and 26 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
</dependency>
</dependencies>