concretesolutions / kappuccino

A kotlin library to simplify how to do espresso tests on Android.
Apache License 2.0
110 stars 20 forks source link

Add support for text matcher #81

Closed tjerkw closed 6 years ago

tjerkw commented 6 years ago

I needed support for matching substrings in views. This can be done with Matcher, however kappuccino doesnt have support for this. With .custom() its a bit clunky.

So i added a method for this.

heitorcolangelo commented 6 years ago

Hi @tjerkw! Thanks for your contribution. The codebeat analisys blocked me to merge your pull request. I've already removed the analysis, but I'm afraid you'll have to create another pull request. Do you mind to do it? Thank you!