Wanted to know what should be the ideal way to unit test a wrapper which takes a `ComposeView` and a...
a
Wanted to know what should be the ideal way to unit test a wrapper which takes a
ComposeView
and adds a private composable in the init block(since composable is private I can’t access it from the test code) And I need the wrapper as I need to use this UI in legacy view by inflating the
ComposeView
Should I use espresso and Roboelectric?