resetForTesting static method

  1. @visibleForTesting
void resetForTesting()

Reset all static state for testing.

Only available in tests.

Implementation

@visibleForTesting
static void resetForTesting() {
  _folderCache.clear();
}