concretesolutions / kappuccino

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

Fix CompoundDrawable tests failing #106

Closed heitorcolangelo closed 6 years ago

heitorcolangelo commented 6 years ago

Issue #100

Refactor methods that were matching the drawable, which was causing tests to fail. Added some documentation to explain what and why it was refactored. Format code, format naming and remove old stuff.

Tests are passing now 🎉