toggle menu
mockk-dsl
1.13.10
common
switch theme
search in API
mockk-dsl
/
io.mockk
/
MockKGateway
/
StaticMockFactory
Static
Mock
Factory
interface
StaticMockFactory
Binds static mocks
Members
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
type
:
KClass
<
*
>
,
options
:
MockKGateway.ClearOptions
)
clear
All
Link copied to clipboard
abstract
fun
clearAll
(
options
:
MockKGateway.ClearOptions
)
static
Mockk
Link copied to clipboard
abstract
fun
staticMockk
(
cls
:
KClass
<
*
>
)
:
(
)
->
Unit