Package org.robolectric.internal
Interface SandboxManager.SandboxBuilder
- Enclosing class:
- SandboxManager
Factory interface for AndroidSandbox.
- 
Method SummaryModifier and TypeMethodDescriptionbuild(InstrumentationConfiguration instrumentationConfig, Sdk runtimeSdk, Sdk compileSdk, ResourcesMode resourcesMode, SQLiteMode.Mode sqLiteMode) 
- 
Method Details- 
buildAndroidSandbox build(InstrumentationConfiguration instrumentationConfig, @Named("runtimeSdk") Sdk runtimeSdk, @Named("compileSdk") Sdk compileSdk, ResourcesMode resourcesMode, SQLiteMode.Mode sqLiteMode) 
 
-