textEquals

open fun textEquals(text: CharSequence): Condition<InspectableComponent>

Matcher that succeeds if a InspectableComponent has a text content that exactly matches the provided string.


open fun textEquals(text: String): Condition<InspectableComponent>

See also