This expectation will match exactly times times.
This expectation will match to any number of calls.
Set the value to return when method matching this expectation is called on a mock object.
Instead of returning or throwing a given value, pass the call through to the mocked type object.
Compares arguments of this call with the given arguments.
When the method which matches this expectation is called, throw the given exception. If there are any actions specified (via the action method), they will not be executed.
Creates an exception of type E and throws it when the method which matches this expectation is called.
When the method which matches this expectation is called execute the given delegate. The delegate's signature must match the signature of the called method.
$(D_PSYMBOL Call) represents a single call of a mocked method.