Is there a built in method or matcher to verify a request was actually made?
I expected to be able to write a matcher against history to check if a request exists, but was surprised to discover that any requests setup via onRoute get added to history immediately.
It seems that history is really a request queue, and not a history of requests made?
Is there a built in method or matcher to verify a request was actually made?
I expected to be able to write a matcher against
historyto check if a request exists, but was surprised to discover that any requests setup viaonRouteget added to history immediately.It seems that history is really a request queue, and not a history of requests made?