Package org.robolectric
Class ConfigMerger
java.lang.Object
org.robolectric.ConfigMerger
Deprecated.
Computes the effective Robolectric configuration for a given test method.
 
This class is no longer used directly by Robolectric, but is left for convenience during migration.
- See Also:
- 
- Migration Notes for more details.
 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Calculate theConfigfor the given test.protected PropertiesgetConfigProperties(String packageName) Deprecated.Return aPropertiesfile for the given package name, ornullif none is available.
- 
Constructor Details- 
ConfigMergerpublic ConfigMerger()Deprecated.
 
- 
- 
Method Details- 
getConfigDeprecated.Calculate theConfigfor the given test.- Parameters:
- testClass- the class containing the test
- method- the test method
- globalConfig- global configuration values
- Returns:
- the effective configuration
- Since:
- 3.2
 
- 
getConfigPropertiesDeprecated.Return aPropertiesfile for the given package name, ornullif none is available.- Since:
- 3.2
 
 
- 
javax.inject.Provider<Config>. This class will be removed in Robolectric 4.3.