Blueprint
blueprint-testing-robot
/
reactivecircus.blueprint.testing.assertion
/
viewStartsWithText
view
Starts
With
Text
fun
RobotAssertions
.
viewStartsWithText
(
@
IdRes
viewId
:
Int
,
expected
:
String
)
Check if the view associated with
viewId
has text that starts with the
expected
string.