returns
infix fun returns(result: Result): MockToolFromCallableReceiver.MockToolFromCallableResponseBuilder<Result>(source)
Configures the tool to return the specified result when it is invoked.
Return
A MockToolFromCallableResponseBuilder instance for further configuration.
Parameters
result
The result that the tool should return upon invocation.