Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: third_party/ocmock/OCMock/OCMockRecorder.h

Issue 2624143003: Update OCMock to 3.1.5 (Closed)
Patch Set: Patches in more commits Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/ocmock/OCMock/OCMockObject.m ('k') | third_party/ocmock/OCMock/OCMockRecorder.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ocmock/OCMock/OCMockRecorder.h
diff --git a/third_party/ocmock/OCMock/OCMockRecorder.h b/third_party/ocmock/OCMock/OCMockRecorder.h
deleted file mode 100644
index b11a25387f3a3f8839fb0fcde1b06ad850c7b8fb..0000000000000000000000000000000000000000
--- a/third_party/ocmock/OCMock/OCMockRecorder.h
+++ /dev/null
@@ -1,32 +0,0 @@
-//---------------------------------------------------------------------------------------
-// $Id$
-// Copyright (c) 2004-2010 by Mulle Kybernetik. See License file for details.
-//---------------------------------------------------------------------------------------
-
-#import <Foundation/Foundation.h>
-
-@interface OCMockRecorder : NSProxy
-{
- id signatureResolver;
- NSInvocation *recordedInvocation;
- NSMutableArray *invocationHandlers;
-}
-
-- (id)initWithSignatureResolver:(id)anObject;
-
-- (BOOL)matchesInvocation:(NSInvocation *)anInvocation;
-- (void)releaseInvocation;
-
-- (id)andReturn:(id)anObject;
-- (id)andReturnValue:(NSValue *)aValue;
-- (id)andThrow:(NSException *)anException;
-- (id)andPost:(NSNotification *)aNotification;
-- (id)andCall:(SEL)selector onObject:(id)anObject;
-#if NS_BLOCKS_AVAILABLE
-- (id)andDo:(void (^)(NSInvocation *))block;
-#endif
-- (id)andForwardToRealObject;
-
-- (NSArray *)invocationHandlers;
-
-@end
« no previous file with comments | « third_party/ocmock/OCMock/OCMockObject.m ('k') | third_party/ocmock/OCMock/OCMockRecorder.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698