Expand description
The support library for galvanic-mock.
The crate provides common traits for all mocks generated by galvanic-mock as well as data structures for handling the state of mock objects.
Structs§
- Stores the state of a expected behaviour.
- Stores the state of a given behaviour.
- Stores the state of a mock.
Traits§
- Defines a matcher for the arguments of a mocked method.
- A trait for controlling the behaviour of a mock.