MCPcopy
hub / github.com/SeleniumHQ/selenium / read

Method read

java/src/org/openqa/selenium/BuildInfo.java:68–74  ·  view source on GitHub ↗
(String propertyName)

Source from the content-addressed store, hash-verified

66 }
67
68 private String read(String propertyName) {
69 String value = BUILD_PROPERTIES.getProperty(propertyName);
70 if (value == null || value.trim().isEmpty()) {
71 return "unknown";
72 }
73 return value.trim();
74 }
75}

Callers 2

getReleaseLabelMethod · 0.95
getBuildRevisionMethod · 0.95

Calls 2

getPropertyMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected