We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a1c49 commit 4b7c4caCopy full SHA for 4b7c4ca
Source/Changes.txt
@@ -1,8 +1,11 @@
1
Listing of notable changes by release. More detail is usually found in the Git
2
commit messages and/or the pull requests.
3
4
-OCMock 3.0.M2 (not yet released)
+OCMock 3.0.M2 (2014-05-07)
5
6
+* Added support from verify-after-run. Only works for methods that are sent
7
+ to a mock object. Does not work for classes and methods sent directly to
8
+ the real object covered by a partial mock.
9
* Failures without location are now thrown as OCMockTestFailure exception,
10
not as NSInternalInconsistencyException
11
0 commit comments