Slide 45
Slide 45 text
SnackbarContainer
Recap
SnackbarUiTest
Controller
SnackbarHostState
Provider
androidTest
Store the
SnackbarHostState
that's created while the
app is running, so it can
be dismissed in a UI test.
Inject the
SnackbarHostState into the
SnackbarUiTestController
using Java Reflection
Override the duration to be
indefinite when running under
UI test.
main main