Docs.rs
camel-component-mock-0.5.0
camel-component-mock 0.5.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
kennycallado
Dependencies
camel-api =0.5.0
normal
camel-component =0.5.0
normal
camel-endpoint =0.5.0
normal
serde_json ^1
normal
tokio ^1
normal
tower ^0.5
normal
async-trait ^0.1
dev
bytes ^1
dev
tokio ^1
dev
Versions
84.21%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate camel_component_mock
camel_
component_
mock
0.5.0
All Items
Crate Items
Structs
Crate
camel_
component_
mock
Copy item path
Source
Structs
ยง
Exchange
Assert
A handle for making synchronous assertions on a recorded exchange.
Mock
Component
The Mock component is a testing utility that records every exchange it receives via its producer. It exposes helpers to inspect and assert on the recorded exchanges.
Mock
Endpoint
A mock endpoint that records all exchanges sent to it.
Mock
Endpoint
Inner
The actual data behind a mock endpoint. Shared across all
MockEndpoint
instances created with the same name via
MockComponent
.