A mock method call that was made and is ready to be answered. This interface allows access to the underlying jasmine.CallInfo, and allows resolving or rejecting the asynchronous call's result.
jasmine.CallInfo
The underlying jasmine call object
Reject the call with the given reason.
Resolve the call with the given value.
A mock method call that was made and is ready to be answered. This interface allows access to the underlying
jasmine.CallInfo
, and allows resolving or rejecting the asynchronous call's result.