You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2019. It is now read-only.
Robolectric allows to place its configuration in a special config file org.robolectric.Config.properties that usually resides in src/test/resources. While this is correctly picked up when I execute ./gradlew test on command line, it isn't when I run the test through Android Studio.
Robolectric allows to place its configuration in a special config file
org.robolectric.Config.propertiesthat usually resides insrc/test/resources. While this is correctly picked up when I execute./gradlew teston command line, it isn't when I run the test through Android Studio.