litho-testing
0.47.0
litho-testing
/
com.facebook.litho.testing.assertj
/
LithoViewAssert
/
hasViewTag
has
View
Tag
open
fun
hasViewTag
(
tagId
:
Int
,
tagValue
:
Any
)
:
LithoViewAssert
Assert that the view tag is present for the given index.
Parameters
tag
Id
Index of the view tag.
tag
Value
View tag value.