Package org.robolectric.plugins
Class TextLayoutModeConfigurer
java.lang.Object
org.robolectric.plugins.config.SingleValueConfigurer<TextLayoutMode,TextLayoutMode.Mode>
org.robolectric.plugins.TextLayoutModeConfigurer
- All Implemented Interfaces:
Configurer<TextLayoutMode.Mode>
@AutoService(Configurer.class)
public class TextLayoutModeConfigurer
extends SingleValueConfigurer<TextLayoutMode,TextLayoutMode.Mode>
Provides configuration to Robolectric for its @
TextLayoutMode
annotation.-
Constructor Summary
ConstructorDescriptionTextLayoutModeConfigurer
(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
-
TextLayoutModeConfigurer
public TextLayoutModeConfigurer(Properties systemProperties, PackagePropertiesLoader propertyFileLoader)
-