hasViewTag

fun hasViewTag(tagId: Int, tagValue: Any): LithoViewAssert

Assert that the view tag is present for the given index.

Parameters

tagId

Index of the view tag.

tagValue

View tag value.