Kaluga
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaluga
test-utils-architecture
/
com.splendo.kaluga.test.architecture
/
MockNavigator
Mock
Navigator
open
class
MockNavigator
<
A
:
NavigationAction
<
*
>
>
(
handleAction
:
(
A
)
->
Unit
=
{ }
)
:
Navigator
<
A
>
Mock implementation of
Navigator
Members
Constructors
Mock
Navigator
Link copied to clipboard
constructor
(
handleAction
:
(
A
)
->
Unit
=
{ }
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
navigate
Mock
Link copied to clipboard
val
navigateMock
:
SingleParametersMock
<
action
:
A
,
Unit
>
com.splendo.kaluga.test.base.mock.BaseMethodMock
of
navigate
Functions
navigate
Link copied to clipboard
open
override
fun
navigate
(
action
:
A
)