toggle menu
Litho
androidJvm
switch theme
search in API
litho-testing
/
com.facebook.litho.testing.assertj
/
TestCollectionAssert
/
onChild
on
Child
fun
onChild
(
withIndex
:
Int
,
condition
:
(
TestCollectionItem
)
->
Boolean
)
:
TestCollectionAssert
Assert a condition on a child at a given index.
fun
onChild
(
withId
:
Any
,
condition
:
(
TestCollectionItem
)
->
Boolean
)
:
TestCollectionAssert
Assert a condition on a child with a given id.