reset static method

  1. @visibleForTesting
void reset()

Resets the internal state of LicenseRegistry.

Intended for use in testing.

Implementation

@visibleForTesting
static void reset() {
  _collectors = null;
}