public class PackagePropertiesLoader extends Object
robolectric-properties files, for all your configuration needs!
Used by ConfigConfigurer to support package configuration (see [Configuring
Robolectric](http://robolectric.org/configuring/) but it may be useful for other Configurers as well.
| Constructor | Description |
|---|---|
PackagePropertiesLoader() |
| Modifier and Type | Method | Description |
|---|---|---|
Properties |
getConfigProperties(String packageName) |
Return a
Properties file for the given package name, or null if none is
available. |
public Properties getConfigProperties(@Nonnull String packageName)
Properties file for the given package name, or null if none is
available.