resetForTesting static method

  1. @visibleForTesting
void resetForTesting()

Resets the singleton instance for testing. Call in tearDown().

Implementation

@visibleForTesting
static void resetForTesting() {
  _instance = null;
}