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 atower_async_layer::Layer
. - Response
Tester - 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.