Bernat Borrás Paronella

Results 18 issues of Bernat Borrás Paronella

If you have any module proposal to add as a default module provided by this library, please comment

https://kotlinlang.slack.com/archives/CJLTWPH7S/p1633106721386900?thread_ts=1633104740.386300&cid=CJLTWPH7S

Code example: When running an insert after, done after `queryWithPermission()` it crashes the app with the below stacktrace. ```kotlin suspend fun create(name: String, phone: String?, email: String?): Long? { val...

bug
help wanted

https://developer.android.com/jetpack/compose/testing Even compose test library is a great improvement from espresso.. I still think it's a bit verbose sometimes: ``` composeTestRule.onNode(matcher).assert(hasText("Button")) ``` Following barista philosophy this would be: ``` composeTestRule.assertHasText(matcher,...

help wanted
discussion

As espresso uses: ```java class WithTextMatcher extends BoundedMatcher ``` All asserts build on top of `withText()` (like assertDisplayed(), assertContains(), ...) will fail. Could be a good idea to update all...

Replace context deprecated

help wanted
good first issue

Should be created branch: ![Screenshot_20161119-130527.png](http://i.imgur.com/4OviVcf.png)

Once edit an issue, PR, or comment, add checkbox options