-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get mocktail to support folders/directories, with matching via request p... #5
base: POSTBodyMatching
Are you sure you want to change the base?
Conversation
return mockResponses; | ||
} | ||
|
||
- (NSArray*) tagsMatchingQuery:(NSDictionary*)queries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no space between (return type *) and method name - e.g.:
- (NSArray*)tagsMatchingQuery:(NSDictionary*)queries
@expe-dkoh
Would be nice for future consumers since this is kind of complicated logic. |
…nses to serve according to request-param/folder matching
@pwalters thanks for the comments, fixed the spacing, and added more comments. |
|
||
Default value is nil | ||
*/ | ||
@property (nonatomic, strong) NSString* scenarioHint; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need to be a 'hint' or can we just call it 'scenario' ?
Work to support folders