Inherits from NSProxy
Declared in OCMockRecorder.h

Instance Methods

andCall:onObject:

- (id)andCall:(SEL)selector onObject:(id)anObject

andDo:

- (id)andDo:(void ( ^ ) ( NSInvocation *))block

andForwardToRealObject

- (id)andForwardToRealObject

andPost:

- (id)andPost:(NSNotification *)aNotification

andReturn:

- (id)andReturn:(id)anObject

andReturnValue:

- (id)andReturnValue:(NSValue *)aValue

andThrow:

- (id)andThrow:(NSException *)anException

initWithSignatureResolver:

- (id)initWithSignatureResolver:(id)anObject

invocationHandlers

- (NSArray *)invocationHandlers

matchesInvocation:

- (BOOL)matchesInvocation:(NSInvocation *)anInvocation

releaseInvocation

- (void)releaseInvocation