validateThreshold static method
Validates the requested threshold for tests and call-site reuse.
Implementation
@visibleForTesting
static void validateThreshold(double threshold) {
_validateThreshold(threshold);
}
Validates the requested threshold for tests and call-site reuse.
@visibleForTesting
static void validateThreshold(double threshold) {
_validateThreshold(threshold);
}