toggle menu
Litho
androidJvm
switch theme
search in API
litho-testing
/
com.facebook.litho.testing.assertj
/
LithoAssertions
/
LithoComponentAssert
/
hasProps
has
Props
open
fun
<
T1
,
T2
>
hasProps
(
propsValuePairs
:
Array
<
Pair
<
KProperty1
<
T2
,
T1
>
,
T1
>
>
)
:
LithoAssertions.LithoComponentAssert
Assert that a given
Component
has a property equaling the provided value.