Package org.robolectric
Class RoboSettings
java.lang.Object
org.robolectric.RoboSettings
Deprecated.
Don't put more stuff here.
Class that encapsulates reading global configuration options from the Java system properties file.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic booleanDeprecated.static voidsetUseGlobalScheduler(boolean useGlobalScheduler) Deprecated. 
- 
Constructor Details
- 
RoboSettings
public RoboSettings()Deprecated. 
 - 
 - 
Method Details
- 
isUseGlobalScheduler
public static boolean isUseGlobalScheduler()Deprecated. - 
setUseGlobalScheduler
public static void setUseGlobalScheduler(boolean useGlobalScheduler) Deprecated. 
 -