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.
Compares arguments of this call with the given arguments.
Instead of returning or throwing a given value, pass the call through to the mocked type object.
Set the value to return when method matching this expectation is called on a mock object.
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.
$(D_PSYMBOL Call) represents a single call of a mocked method.