Package org.robolectric.internal
Interface SandboxManager.SandboxBuilder
-
- Enclosing class:
- SandboxManager
@AutoFactory public static interface SandboxManager.SandboxBuilder
Factory interface for AndroidSandbox.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AndroidSandbox
build(InstrumentationConfiguration instrumentationConfig, Sdk runtimeSdk, Sdk compileSdk, ResourcesMode resourcesMode, LooperMode.Mode looperMode)
-
-
-
Method Detail
-
build
AndroidSandbox build(InstrumentationConfiguration instrumentationConfig, @Named("runtimeSdk") Sdk runtimeSdk, @Named("compileSdk") Sdk compileSdk, ResourcesMode resourcesMode, LooperMode.Mode looperMode)
-
-