Module builder

Source
Expand description

Builder for creating crate::mock::Mock services and testing them with a tower_async_layer::Layer.

Modules§

marker
Marker types for builder state, used to prevent invalid state transitions.

Structs§

Builder
Builder for creating crate::mock::Mock services and testing them with a tower_async_layer::Layer.
ResponseTester
ResponseTester Helper type for testing the response of a layer’s service.
Test
Defines the test data structure used by the builder, to store internally the registered tests.