Lines Matching refs:Example
21 ### Example - Basic MockAgent instantiation
31 ### Example - Basic MockAgent instantiation with custom agent
66 #### Example - Basic Mocked Request
86 #### Example - Basic Mocked Request with local mock agent dispatcher
108 #### Example - Basic Mocked Request with local mock pool dispatcher
130 #### Example - Basic Mocked Request with local mock client dispatcher
152 #### Example - Basic Mocked requests with multiple intercepts
180 #### Example - Mock different requests within the same file
198 #### Example - Mocked request with query body, headers and trailers
237 #### Example - Mocked request with origin regex
260 #### Example - Mocked request with origin function
289 #### Example - clean up after tests are complete
308 #### Example - MockAgent request
340 #### Example - Deactivate Mocking
357 #### Example - Activate Mocking
384 #### Example - Allow all non-matching urls to be dispatched in a real HTTP request
398 #### Example - Allow requests matching a host string to make real requests
419 #### Example - Allow requests matching a host regex to make real requests
433 #### Example - Allow requests matching a host function to make real requests
453 #### Example - Disable all non-matching requests by throwing an error for each
476 #### Example - List all pending inteceptors
519 #### Example - Check that there are no pending interceptors