resetForTesting static method
Reset all static state for testing.
Only available in tests.
Implementation
@visibleForTesting
static void resetForTesting() {
_folderCache.clear();
}
Reset all static state for testing.
Only available in tests.
@visibleForTesting
static void resetForTesting() {
_folderCache.clear();
}