MockCall

$(D_PSYMBOL Call) represents a single call of a mocked method.

Constructors

this
this()
Undocumented in source.
this
this(size_t index)

Members

Functions

repeat
typeof(this) repeat(uint times)

This expectation will match exactly times times.

repeatAny
typeof(this) repeatAny()

This expectation will match to any number of calls.

Mixins

__anonymous
mixin Call!F
Undocumented in source.

Parameters

F

Function represented by this $(D_PSYMBOL Call).

Meta