MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / isNumeric

Method isNumeric

java/src/org/openqa/selenium/docker/Version.java:110–112  ·  view source on GitHub ↗
(String value)

Source from the content-addressed store, hash-verified

108 }
109
110 private boolean isNumeric(String value) {
111 return value.chars().allMatch(Character::isDigit);
112 }
113
114 private BigInteger parseNumber(String mine) {
115 return mine.isEmpty() ? ZERO : new BigInteger(mine);

Callers 7

compareMethod · 0.95
FromJsonMethod · 0.80
ValidateCapabilitiesMethod · 0.80
ExecuteInternalMethod · 0.80
GetNumericParameterMethod · 0.80
lFunction · 0.80
jquery.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected