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

Async versions of each of the verify modes. #35

Closed
wants to merge 1 commit into from

Conversation

drodriguez
Copy link

eventuallyTimes, eventuallyNever, eventuallyAtLeast and
eventuallyAtLeastOnce are the async version of their non-async
counterparts. They will "wait" a little for the check to
succeed or fail, instead of failing directly. This simplifies
async testing, where your system under test may be invoking blocks
in other queues asynchronously.

eventuallyTimes, eventuallyNever, eventuallyAtLeast and
eventuallyAtLeastOnce are the async version of their non-async
counterparts. They will "wait" a little for the check to
succeed or fail, instead of failing directly. This simplifies
async testing, where your system under test may be invoking blocks
in other queues asynchronously.
@jonreid
Copy link
Owner

jonreid commented Nov 14, 2015

Good idea, but I think I'll take a different approach #112

I appreciate your proof-of-concept

@jonreid jonreid closed this Nov 14, 2015
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.

2 participants