Package org.robolectric.plugins
Class LooperModeConfigurer
java.lang.Object
org.robolectric.plugins.config.SingleValueConfigurer<LooperMode,LooperMode.Mode>
org.robolectric.plugins.LooperModeConfigurer
- All Implemented Interfaces:
Configurer<LooperMode.Mode>
@AutoService(Configurer.class)
public class LooperModeConfigurer
extends SingleValueConfigurer<LooperMode,LooperMode.Mode>
Provides configuration to Robolectric for its @
LooperMode
annotation.-
Constructor Summary
ConstructorDescriptionLooperModeConfigurer
(Properties systemProperties, PackagePropertiesLoader propertyFileLoader) -
Method Summary
Methods inherited from class org.robolectric.plugins.config.SingleValueConfigurer
defaultConfig, getConfigClass, getConfigFor, getConfigFor, getConfigFor, getProperty, merge, propertyName, valueFrom, valueFrom
-
Constructor Details
-
LooperModeConfigurer
public LooperModeConfigurer(Properties systemProperties, PackagePropertiesLoader propertyFileLoader)
-