public final class LocalStorageHelper extends Object
getOptions() method. Returned options will point to FakeStorageRpc.
Note, the created in-memory storage configuration supports limited set of operations and is not thread-safe:
| Modifier and Type | Method and Description |
|---|---|
static StorageOptions |
customOptions(boolean throwIfOptions)
Returns a
StorageOptions that creates a new FakeStorageRpc instance with the given
option. |
static StorageOptions |
getOptions()
Returns a
StorageOptions that use the static FakeStorageRpc instance, and resets it
first so you start from a clean slate. |
public static StorageOptions getOptions()
StorageOptions that use the static FakeStorageRpc instance, and resets it
first so you start from a clean slate. That instance will throw if you pass it any option.public static StorageOptions customOptions(boolean throwIfOptions)
StorageOptions that creates a new FakeStorageRpc instance with the given
option.Copyright © 2017 Google. All rights reserved.