hasNoContentDescription

open fun hasNoContentDescription(contentDescription: String): ViewTreeAssert

Tests if any view hierarchy under the root do not has the given contentDescription.

Return

the assertions object

Parameters

contentDescription

the contentDescription to search for