MockCall.repeat

This expectation will match exactly times times.

Preconditions:

times > 0
.

struct MockCall(alias F)
ref
typeof(this)
repeat
(
uint times
)

Parameters

times uint

The number of calls the expectation will match.

Return Value

Type: typeof(this)

$(D_KEYWORD this).

Meta