You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This would setup the expectation and carry on with the rest of the test immediately.MockTransports.http.expect('GET', Uri.parse('/example'));
// This would setup the expectation and wait for it to be satisfied before continuing// with the rest of the test.awaitMockTransports.http.expect('GET', Uri.parse('/example'));
The text was updated successfully, but these errors were encountered:
It looks like you have not included any tickets in the title of this issue. Please create a ticket for this issue, or click here to have Rosie create one for you.
rmconsole-wf
changed the title
Return a Future from expect() calls to allow consumers to wait for an expectation to be satisfied
CP-2737 Return a Future from expect() calls to allow consumers to wait for an expectation to be satisfied
Oct 4, 2016
The text was updated successfully, but these errors were encountered: