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