resetForTesting static method

  1. @visibleForTesting
void resetForTesting()

Reset all static state for testing.

Only available in tests.

Implementation

@visibleForTesting
static void resetForTesting() {
  _storageConfig = null;
  _defaultStorageType = _kDefaultStorageType;
}