Blueprint
blueprint-testing-robot
/
reactivecircus.blueprint.testing.assertion
/
textNotDisplayed
text
Not
Displayed
fun
RobotAssertions
.
textNotDisplayed
(
@
StringRes
vararg
textResIds
:
Int
)
Check if no views associated with
textResIds
is displayed.
fun
RobotAssertions
.
textNotDisplayed
(
vararg
texts
:
String
)
Check if none of
texts
is displayed.