toggle menu
mockito-kotlin
5.3.1
jvm
switch theme
search in API
mockito-kotlin
/
org.mockito.kotlin
/
doReturnConsecutively
do
Return
Consecutively
infix inline
fun
<
T
>
OngoingStubbing
<
T
>
.
doReturnConsecutively
(
ts
:
List
<
T
>
)
:
OngoingStubbing
<
T
>
Sets consecutive return values to be returned when the method is called.