MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / getName

Method getName

src/main/java/org/htmlunit/http/Cookie.java:152–154  ·  view source on GitHub ↗

Returns the cookie name. @return the cookie name

()

Source from the content-addressed store, hash-verified

150 * @return the cookie name
151 */
152 public String getName() {
153 return name_;
154 }
155
156 /**
157 * Returns the cookie value.

Callers 15

checkCookieMethod · 0.95
testSimpleCookieMethod · 0.95
testEmptyCookieMethod · 0.95
testCookieWithNoNameMethod · 0.95
testCookieWithDomainMethod · 0.95
testCookieWithPathMethod · 0.95

Calls

no outgoing calls

Tested by 15

checkCookieMethod · 0.76
testSimpleCookieMethod · 0.76
testEmptyCookieMethod · 0.76
testCookieWithNoNameMethod · 0.76
testCookieWithDomainMethod · 0.76
testCookieWithPathMethod · 0.76