Class LazyApplicationConfigurer

java.lang.Object
org.robolectric.plugins.LazyApplicationConfigurer
All Implemented Interfaces:
Configurer<LazyApplication.LazyLoad>

@AutoService(Configurer.class) public class LazyApplicationConfigurer extends Object implements Configurer<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 Details

    • LazyApplicationConfigurer

      public LazyApplicationConfigurer()
  • Method Details