Zach Klippenstein (he/him) [MOD]
03/29/2020, 8:32 PMfindByText
and friends), but even really simple assertions fail unexpectedly. Are there any limitations around what the semantics/testing infra can handle? More in thread.AndroidComposeTestRule
instead of createComposeRule
. However, I also tried writing tests without using a custom activity, and while the simplest one works, most of them also fail on basic assertions: https://github.com/zach-klippenstein/compose-backstack/blob/master/backstack/src/androidTest/java/com/zachklipp/compose/backstack/BackstackTest.ktAndrey Kulikov
03/31/2020, 10:31 AMZach Klippenstein (he/him) [MOD]
03/31/2020, 6:38 PM