hasViewTag

open fun hasViewTag(tagId: Int, tagValue: Any): ComponentAssert

Deprecated

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

Deprecated

Use hasViewTag instead.

Parameters

tagId

Index of the view tag.

tagValue

View tag value.