ExpectationSetup.returns

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

class ExpectationSetup
returns
(
T
)
()

Parameters

value
Type: T

the value to return

Meta