Join Slack
Powered by
did you add the appropriate AndroidJUnit4 runner? ...
# compose
m
mattinger
01/31/2023, 7:53 PM
did you add the appropriate AndroidJUnit4 runner?
Copy code
@RunWith(AndroidJUnit4::class)
If you don’t have this, your test will run as a standard unit test, and will not stand up the robolectric environment
Open in Slack
Previous
Next