toggle menu
mockk
1.13.17
common
switch theme
search in API
mockk
/
io.mockk.impl.recording.states
/
CallRecordingState
Call
Recording
State
abstract
class
CallRecordingState
(
val
recorder
:
CommonCallRecorder
)
Inheritors
AnsweringState
RecordingState
SafeLoggingState
StubbingAwaitingAnswerState
Members
Constructors
Call
Recording
State
Link copied to clipboard
constructor
(
recorder
:
CommonCallRecorder
)
Properties
recorder
Link copied to clipboard
val
recorder
:
CommonCallRecorder
Functions
answer
Opportunity
Link copied to clipboard
open
fun
answerOpportunity
(
)
:
<Error class: unknown class>
<
out
<Error class: unknown class>
>
call
Link copied to clipboard
open
fun
call
(
invocation
:
<Error class: unknown class>
)
:
Any
?
discard
Last
Call
Round
Link copied to clipboard
open
fun
discardLastCallRound
(
)
estimate
Call
Rounds
Link copied to clipboard
open
fun
estimateCallRounds
(
)
:
Int
is
Last
Call
Returns
Nothing
Link copied to clipboard
open
fun
isLastCallReturnsNothing
(
)
:
Boolean
matcher
Link copied to clipboard
open
fun
<
T
:
Any
>
matcher
(
matcher
:
<Error class: unknown class>
<
out
<Error class: unknown class>
>
,
cls
:
KClass
<
T
>
)
:
T
n
Calls
Link copied to clipboard
open
fun
nCalls
(
)
:
Int
recording
Done
Link copied to clipboard
open
fun
recordingDone
(
)
:
CallRecordingState
round
Link copied to clipboard
open
fun
round
(
round
:
Int
,
total
:
Int
)
start
Stubbing
Link copied to clipboard
open
fun
startStubbing
(
)
:
CallRecordingState
start
Verification
Link copied to clipboard
open
fun
startVerification
(
params
:
<Error class: unknown class>
)
:
CallRecordingState
was
Not
Called
Link copied to clipboard
open
fun
wasNotCalled
(
list
:
List
<
Any
>
)