litho-testing
0.47.0
litho-testing
/
com.facebook.litho.testing.api
/
TestNodeSelector
/
TestNodeSelector
Test
Node
Selector
fun
TestNodeSelector
(
description
:
String
,
parentSelector
:
TestNodeSelector
?
=
null
,
throwOnSelectionError
:
Boolean
=
false
,
selector
:
TestNodeSelector
.
(
List
<
TestNode
>
)
->
SelectionResult
)