withoutText

public final Unit withoutText(String text)

Matches if the view does not have a given text

Parameters

text

Text to be matched


public final Unit withoutText(@StringRes() Integer resId, Boolean cacheTextValue)

Matches if the view does not have a given text

Parameters

resId

String resource to be matched

cacheTextValue

whether to cache the text extracted from resources for future checks