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

Method delete

java/src/org/openqa/selenium/remote/http/Route.java:96–101  ·  view source on GitHub ↗
(String template)

Source from the content-addressed store, hash-verified

94 }
95
96 public static TemplatizedRouteConfig delete(String template) {
97 UrlTemplate urlTemplate = new UrlTemplate(Require.nonNull("URL template", template));
98
99 return new TemplatizedRouteConfig(
100 new MatchesHttpMethod(DELETE).and(new MatchesTemplate(urlTemplate)), urlTemplate);
101 }
102
103 public static TemplatizedRouteConfig get(String template) {
104 UrlTemplate urlTemplate = new UrlTemplate(Require.nonNull("URL template", template));

Callers 15

canCheckFileArgumentMethod · 0.45
canCheckFilePathStateMethod · 0.45
testFilesMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
testFileCopyMethod · 0.45
tearDownMethod · 0.45

Calls 2

nonNullMethod · 0.95
andMethod · 0.80

Tested by 12

canCheckFileArgumentMethod · 0.36
canCheckFilePathStateMethod · 0.36
testFilesMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
testFileCopyMethod · 0.36
tearDownMethod · 0.36