Blueprint
blueprint-testing-robot
/
reactivecircus.blueprint.testing.assertion
/
textDisplayed
text
Displayed
fun
RobotAssertions
.
textDisplayed
(
@
StringRes
vararg
textResIds
:
Int
)
Check if all texts associated with
textResIds
are displayed.
fun
RobotAssertions
.
textDisplayed
(
vararg
texts
:
String
)
Check if all
texts
are displayed.