validateThreshold static method

  1. @visibleForTesting
void validateThreshold(
  1. double threshold
)

Validates the requested threshold for tests and call-site reuse.

Implementation

@visibleForTesting
static void validateThreshold(double threshold) {
  _validateThreshold(threshold);
}