Package org.robolectric.shadows
Class ShadowWebStorage
- java.lang.Object
-
- org.robolectric.shadows.ShadowWebStorage
-
@Implements(android.webkit.WebStorage.class) public class ShadowWebStorage extends Object
Shadow ofWebStorage
which constructs a stub instance rather than attempting to create a full Chromium-backed instance.
-
-
Constructor Summary
Constructors Constructor Description ShadowWebStorage()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static WebStorage
getInstance()
-
-
-
Method Detail
-
getInstance
@Implementation protected static WebStorage getInstance()
-
-