Crate oxide_httpmock

source ·
Expand description

§Mock Library for the Oxide Rust SDK

Generated wrapping mocking library based on httpmock. It provides operation-specific wrappers around predicates and responses. This can be used to test uses of the Oxide Rust SDK.

Modules§

  • When and Then wrappers for each operation. Each can be converted to its inner type with a call to into_inner(). This can be used to explicitly deviate from permitted values.

Traits§