summaryrefslogtreecommitdiff
path: root/pcr/mockito/mockito-hamcrest_interfaces.patch
blob: 2f41bc1e41e46e0de79267e5a518fba83dccff06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- mockito-1.10.19.orig/src/org/mockito/internal/matchers/LocalizedMatcher.java	2014-12-31 11:43:56.000000000 -0500
+++ mockito-1.10.19/src/org/mockito/internal/matchers/LocalizedMatcher.java	2015-09-18 15:52:13.398123998 -0500
@@ -36,6 +36,10 @@
         actualMatcher.describeTo(description);
     }
 
+    public void describeMismatch(Object item, Description description) {
+        actualMatcher.describeMismatch(item, description);
+    }
+
     public Location getLocation() {
         return location;
     }