Package org.robolectric.plugins
Class LazyApplicationConfigurer
java.lang.Object
org.robolectric.plugins.config.SingleValueConfigurer<LazyApplication,LazyApplication.LazyLoad>
org.robolectric.plugins.LazyApplicationConfigurer
- All Implemented Interfaces:
Configurer<LazyApplication.LazyLoad>
@AutoService(Configurer.class)
public class LazyApplicationConfigurer
extends SingleValueConfigurer<LazyApplication,LazyApplication.LazyLoad>
A
Configurer
that reads the LazyApplication
to
dictate whether Robolectric should lazily instantiate the Application under test (as well as the
test Instrumentation).-
Constructor Summary
ConstructorDescriptionLazyApplicationConfigurer
(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
-
LazyApplicationConfigurer
public LazyApplicationConfigurer(Properties systemProperties, PackagePropertiesLoader propertyFileLoader)
-