toggle menu
mockk
1.13.17
common
switch theme
search in API
mockk
/
io.mockk.impl.recording
/
PermanentMocker
Permanent
Mocker
class
PermanentMocker
(
val
stubRepo
:
StubRepository
,
val
safeToString
:
SafeToString
)
Members
Constructors
Permanent
Mocker
Link copied to clipboard
constructor
(
stubRepo
:
StubRepository
,
safeToString
:
SafeToString
)
Properties
call
Ref
Link copied to clipboard
val
callRef
:
<Error class: unknown class>
log
Link copied to clipboard
val
log
:
Logger
permanent
Mocks
Link copied to clipboard
val
permanentMocks
:
MutableMap
<
Any
,
Any
>
safe
To
String
Link copied to clipboard
val
safeToString
:
SafeToString
stub
Repo
Link copied to clipboard
val
stubRepo
:
StubRepository
Functions
mock
Link copied to clipboard
fun
mock
(
calls
:
List
<
<Error class: unknown class>
>
)
:
List
<
<Error class: unknown class>
>