Expand description

Types used for building and defining mock behaviour.

Structs

Builder for defining a series of cascading call patterns on a specific MockFn.

A matched call pattern, ready for setting up a response.

An exactly quantified response, i.e. the number of times it is expected to respond is an exact number.

Builder for defining how a call pattern gets verified.