Overload

Members

Aliases

Arguments
alias Arguments = Call.Arguments

Expected arguments if any.

Call
alias Call = .Call!F

Single mocked method call.

ParameterTypes
alias ParameterTypes = Call.ParameterTypes
Undocumented in source.
Parameters
alias Parameters = Call.Parameters

Arguments passed to set the expectation up.

Return
alias Return = Call.Return

Return type of the mocked method.

qualifiers
alias qualifiers = Call.qualifiers

Attribute set of the mocked method.

Functions

back
Call back()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()

Clears the queue.

front
Call front()
popBack
void popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()

Removes the next expected call from the queue.

Properties

empty
bool empty [@property getter]

Variables

calls
Call[] calls;

Expected calls.

Parameters

F

Function to build this $(D_PSYMBOL Overload) from.

Meta