Skip to main content

assert_http_not_called

Macro assert_http_not_called 

Source
macro_rules! assert_http_not_called {
    ($ctx:expr, $pattern:expr) => { ... };
}
Expand description

Assert that an HTTP call was not made.

§Example

assert_http_not_called!(ctx, "https://api.example.com/*");