You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a few accessors that strings have that would make using StrSubject a bit easier:
startswith
endswith
Also expose .actual to easily get at the actual value. This makes it easier to massage a string obtained from elsewhere (e.g. target.executable().path().
The text was updated successfully, but these errors were encountered:
There's a few accessors that strings have that would make using StrSubject a bit easier:
Also expose
.actual
to easily get at the actual value. This makes it easier to massage a string obtained from elsewhere (e.g.target.executable().path()
.The text was updated successfully, but these errors were encountered: