resetForTesting static method
Reset all static state for testing.
Only available in tests.
Implementation
@visibleForTesting
static void resetForTesting() {
_storageConfig = null;
_defaultStorageType = _kDefaultStorageType;
}
Reset all static state for testing.
Only available in tests.
@visibleForTesting
static void resetForTesting() {
_storageConfig = null;
_defaultStorageType = _kDefaultStorageType;
}