dabrosch
dabrosch
I also just ran into this today, and it specifically occurs when I run my JUnit Android Espresso test on an Emulator running API 23, but not with 26 or...
I can confirm that the result of Arrays.asList(new Object[][] { {null} } is the exact same when executing on Android API 23 or 26, therefore it must be in the...
I am still seeing the problem after running on Espresso 3.5.0.
I will have to extract out non-proprietary code to publish that, and I am not 100% sure I can repro it because the entire application is huge, and this failure...
I can try the other versions though.
> Can you explain how exactly your rule should be implemented ? For example, we have rule chain : > > ``` > // > val basicRule = createAndroidComposeRule() //...
Sorry for my late reply as well, hah! Well, since you see that I am overriding all of the regular ComposeTestRule public elements, you would have to change the output...