Expected the method to be called n times, but called m times, where m < n. Same as unexpected call, but with expected arguments instead of the actual ones. Thrown if a method was expected to be called, but wasn't.
OutOfOrderCallError is thrown only if the checking the call order among methods of the same class is enabled. The error is thrown if a method is called earlier than expected.
Error thrown when a method has been called with arguments that don't match the expected ones.
Thrown when an unexpected call occurs.
Constructs an $(D_PSYMBOL ExpectationViolationException).
Constructs an $(D_PSYMBOL OutOfOrderCallError).
Constructs an $(D_PSYMBOL UnexpectedArgumentError).
Constructs an $(D_PSYMBOL UnexpectedCallError).