Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Commit

Permalink
Documented RXMockNull.
Browse files Browse the repository at this point in the history
  • Loading branch information
robrix committed Mar 23, 2010
1 parent fe34c8b commit 02db3a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RXMockObject.h
Expand Up @@ -4,6 +4,8 @@

#import <Foundation/Foundation.h>

// use RXMockNull to represent a nil return or a nil value in an argument list.
// this is used instead of +[NSNull null] to let us use +[NSNull null] in our tests themselves.
extern NSString const *RXMockNull;

@interface RXMockObject : NSObject {
Expand Down

0 comments on commit 02db3a7

Please sign in to comment.