toggle menu
Litho
androidJvm
switch theme
search in API
litho-testing
/
com.facebook.litho.testing.assertj
/
LithoViewAssert
/
hasViewTag
has
View
Tag
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.