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

Method test

java/src/org/openqa/selenium/json/UrlCoercer.java:27–30  ·  view source on GitHub ↗
(Class<?> type)

Source from the content-addressed store, hash-verified

25class UrlCoercer extends TypeCoercer<URL> {
26
27 @Override
28 public boolean test(Class<?> type) {
29 return URL.class.isAssignableFrom(type);
30 }
31
32 @Override
33 public BiFunction<JsonInput, PropertySetting, URL> apply(Type type) {

Callers 15

updateDirFunction · 0.45
setup-jest.jsFile · 0.45
atoms.jsFile · 0.45
color.jsFile · 0.45
positiveSizeFunction · 0.45
idManyFunction · 0.45
positiveSizeFunction · 0.45
useragent_test.jsFile · 0.45
cbFunction · 0.45
caFunction · 0.45
bZFunction · 0.45
TFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected