concretesolutions / kappuccino

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

Enhancement: TextView Drawable Matcher #86

Closed RobertKeazor closed 6 years ago

RobertKeazor commented 6 years ago

@heitorcolangelo I'll create a sample app and write test, if your ok with the logic

heitorcolangelo commented 6 years ago

@RobertKeazor I'm ok with the logic. But can you write a sample test using this logic in the sample app?

RobertKeazor commented 6 years ago

@heitorcolangelo Sure, do you want me to create another Sample Activity or just add tests to one existing ones that are already there?

heitorcolangelo commented 6 years ago

Feel free to choose wich one you prefer. I had to organize the sample app in the future, so for now there's no pattern to follow

RobertKeazor commented 6 years ago

@heitorcolangelo Tests added