litho-testing
0.47.0
litho-testing
/
com.facebook.litho.testing.assertj
/
ComponentAssert
/
hasProps
has
Props
open
fun
<
T1
,
T2
>
hasProps
(
property
:
KProperty1
<
T2
,
T1
>
,
value
:
T1
)
:
ComponentAssert
Assert that a given
Component
has a property equaling the provided value.