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§
- Expect
Behaviour - Stores the state of a expected behaviour.
- Given
Behaviour - Stores the state of a given behaviour.
- Mock
State - Stores the state of a mock.
Traits§
- ArgMatcher
- Defines a matcher for the arguments of a mocked method.
- Mock
Control - A trait for controlling the behaviour of a mock.