TemplatedExpectationSetup.returns

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

class TemplatedExpectationSetup(T)
returns
(
Ret value
)

Parameters

value Ret

the value to return

Meta