You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/OCMock/OCMVerifier.m
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ @implementation OCMVerifier
23
23
24
24
- (id)init
25
25
{
26
+
if(invocationMatcher != nil)
27
+
[NSExceptionraise:NSInternalInconsistencyExceptionformat:@"** Method init invoked twice on verifier. Are you trying to verify the init method? This is currently not supported."];
0 commit comments