Barista
Barista copied to clipboard
:coffee: The one who serves a great Espresso
The current implementations of assertContains & assertNotContains do not include an implementation that allows viewMatcher as parameter.
The current implementations of assertTextColorIs & assertTextColorIsNot do not include an implementation that allows viewMatcher as parameter.
I added overrides for TypeSafeMatcher.describeMismatchSafely() to improve the error messages that Barista gives when the assertion fails
**Library Version:** 4.1.0 and 4.2.0 **Describe the Bug:** After the project is successfully compiled, running tests fails on the first test case. The stack trace doesn't show a crash, but...
A function to allow direct interacting with edit texts inside recyclerviews and type text on it
**Library Version:** 4.3.0 **Describe the Bug:** In our app, we use espresso 3.6.0-rc01. Barista uses 3.4.0 it seems. As a consequence, the tests that use BaristaIntents.mockAndroidCamera() fail with: ``` java.lang.NoClassDefFoundError:...
I don't know why they were there 🤷