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

allow use of notification matcher with async verifier in constructs l… #639

Closed
wants to merge 1 commit into from
Closed

allow use of notification matcher with async verifier in constructs l… #639

wants to merge 1 commit into from

Conversation

paulz
Copy link
Contributor

@paulz paulz commented Aug 23, 2015

…ike [[@"my notification" shouldEventually] bePosted]; or even shouldNotEventually by keeping observer alive when evaluted multiple times until first notification received

Resolve #592

…ike [[@"my notification" shouldEventually] bePosted]; or even shouldNotEventually by keeping observer alive when evaluted multiple times until first notification received
@alexmx
Copy link

alexmx commented Oct 28, 2015

+1 for this PR. I need that in my project. I had to create a custom matcher for this purpose.

@ecaselles
Copy link
Member

Closing this PR as it has been superseded by #714.

@ecaselles ecaselles closed this Jan 29, 2020
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.

shouldEventually cannot be used with KWNotificationMatchers reliably due to race condition.
3 participants