MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / toString

Method toString

java/src/org/openqa/selenium/BuildInfo.java:62–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 @Override
63 public String toString() {
64 return String.format(
65 "Build info: version: '%s', revision: '%s'", getReleaseLabel(), getBuildRevision());
66 }
67
68 private String read(String propertyName) {
69 String value = BUILD_PROPERTIES.getProperty(propertyName);

Callers

nothing calls this directly

Calls 3

getReleaseLabelMethod · 0.95
getBuildRevisionMethod · 0.95
formatMethod · 0.45

Tested by

no test coverage detected