hasViewTag

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

Tests if any view hierarchy under the root has the given view tag and value.

Return

the assertions object

Parameters

tagId

the id to look for

tagValue

the value that the id should have