Skip to main content

Crate camel_component_mock

Crate camel_component_mock 

Source

Structsยง

ExchangeAssert
A handle for making synchronous assertions on a recorded exchange.
MockComponent
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.
MockEndpoint
A mock endpoint that records all exchanges sent to it.
MockEndpointInner
The actual data behind a mock endpoint. Shared across all MockEndpoint instances created with the same name via MockComponent.