mockk-dsl
1.12.8
common
mockk-dsl
/
io.mockk
/
MockKGateway
/
StaticMockFactory
Static
Mock
Factory
common
interface
StaticMockFactory
Content copied to clipboard
Binds static mocks
Functions
Functions
clear
Link copied to clipboard
common
abstract
fun
clear
(
type
:
KClass
<
*
>
,
options
:
MockKGateway.ClearOptions
)
Content copied to clipboard
clear
All
Link copied to clipboard
common
abstract
fun
clearAll
(
options
:
MockKGateway.ClearOptions
)
Content copied to clipboard
static
Mockk
Link copied to clipboard
common
abstract
fun
staticMockk
(
cls
:
KClass
<
*
>
)
:
(
)
->
Unit
Content copied to clipboard