Skip to content
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

Add a variadic version of the contain matcher for Objective-C #145

Merged
merged 1 commit into from
Jul 12, 2015

Conversation

briancroom
Copy link
Member

A macro is used to hide the required nil-termination of the argument list.

This addresses #27

A macro is used to hide the required nil-termination of the argument list.
jeffh added a commit that referenced this pull request Jul 12, 2015
Add a variadic version of the `contain` matcher for Objective-C
@jeffh jeffh merged commit 0adbea1 into Quick:swift-2.0 Jul 12, 2015
@jeffh
Copy link
Member

jeffh commented Jul 12, 2015

Thanks @briancroom!

@briancroom briancroom deleted the objc-variadic-contain branch January 20, 2016 18:37
@stigi
Copy link

stigi commented May 21, 2016

The readme still mentions #27 :

In Swift contain takes any number of arguments. The expectation
passes if all of them are members of the collection. In Objective-C,
contain only takes one argument for now.

Shall we just remove that note?

phatblat pushed a commit to phatblat/Nimble that referenced this pull request May 3, 2020
QCKDSL: no 'qck_' prefix unless shorthand disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants