toggle menu
mockk
1.13.17
common
switch theme
search in API
mockk
/
io.mockk
/
withInstanceFactory
with
Instance
Factory
inline
fun
<
T
:
Any
,
R
>
withInstanceFactory
(
noinline
instanceFactory
:
(
)
->
T
,
block
:
(
)
->
R
)
:
R
Executes block of code with registering and unregistering instance factory.