pub struct Quantify<'p, F: MockFn, O> { /* private fields */ }
Expand description

Builder for defining how a call pattern gets verified with regards to quantification/counting.

Implementations

Expect this call pattern to be called exactly once.

Expect this call pattern to be called exactly the specified number of times.

Expect this call pattern to be called at least the specified number of times.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.