Is there any way to write a compose test to check ...
# compose
z
Is there any way to write a compose test to check for certain behavior when a composition fails? E.g. logic in
RememberObserver.onAbandoned()
👀 2
I tried throwing an exception from the end of a
composeRule.setContent
block, but that didn’t do it.
c
Report this as a bug. This is a case where it should have been reported but it is not.
👍🏻 1
z