-
Notifications
You must be signed in to change notification settings - Fork 50
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
Generate async mocks #54
Comments
I have experienced the same problem. Is there any solution to this? |
I could use this too in my current project. Please make it happen! |
We also need this in our project. |
I am here just to say that we also need this |
In the meantime, a tip: Copy the protocol into the mock file, remove the keyword |
We need this feature in our project. Are there any updates here? |
As a developer I want get correctly generated mocks when using the new
async
keyword from the concurrency feature introduced with Swift 5.5.Using the Version 0.27 (3) I experienced the following issue: When mocking an
async
function, then...throws
keyword is ignoredThe text was updated successfully, but these errors were encountered: