Kaluga
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaluga
test-utils-base
/
com.splendo.kaluga.test.base.mock
/
BaseMethodMock
/
Stub
/
doReturn
do
Return
fun
doReturn
(
value
:
R
)
Sets the answer to return a given value.
Parameters
value
the result to return as an answer to the stub being called.