1 //---------------------------------------------------------------------------------------
3 // Copyright (c) 2009 by Mulle Kybernetik. See License file for details.
4 //---------------------------------------------------------------------------------------
6 #import <Foundation/Foundation.h>
8 @interface OCMObserverRecorder
: NSObject
10 NSNotification
*recordedNotification
;
13 - (void)notificationWithName
:(NSString
*)name object
:(id
)sender
;
15 - (BOOL
)matchesNotification
:(NSNotification
*)aNotification
;
17 - (BOOL
)argument
:(id
)expectedArg matchesArgument
:(id
)observedArg
;