mockingbird
mockingbird copied to clipboard
Implement .willThrow() to mocked async methods
This PR implements support to stubbing a throw in an async method as reported in https://github.com/birdrides/mockingbird/issues/302 It refactors AsyncMethodProtocol mock and update tests to validate disambiguation
@andrewchang-bird possible to get this in?