core: Providers should consider Robolectric as Android
null class loader means to use the bootstrap class loader, which would normally make sense. However, Robolectric tests run on OpenJDK and provide the Android environment as part of the application, so "Android" won't be present in the bootstrap class loader.
Loading
Please sign in to comment