Call.returns

Set the value to return when method matching this expectation is called on a mock object.

mixintemplate Call(alias F)
ref @trusted
static if(!is(Return == void))
typeof(this)
returns
(
Return value
)

Parameters

value Return

the value to return

Return Value

Type: typeof(this)

$(D_KEYWORD this).

Meta