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

Support asynchronous transition steps #4

Closed
Martin-Bohring opened this issue Jun 30, 2016 · 0 comments
Closed

Support asynchronous transition steps #4

Martin-Bohring opened this issue Jun 30, 2016 · 0 comments
Assignees
Milestone

Comments

@Martin-Bohring
Copy link
Owner

Exercising the SUT might require to call async methods of the SUT.

A current workaround is to wait on the Task returned by async methods, but that requires the specification author to pay attention on every single occurance.

Not waiting causes eventual exceptions to go unobserved and the specification might pass with a false positive

@Martin-Bohring Martin-Bohring added this to the Version 1.0 milestone Aug 1, 2016
@Martin-Bohring Martin-Bohring self-assigned this Aug 5, 2016
Martin-Bohring added a commit that referenced this issue Aug 7, 2016
Adapted the example specification name to match with that
(Having no tests is much worse than having tests that could be better organized
There are still some corner cases, but those will be really addressed after fixing issue  #18)

This closes #4
This closes #3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant