Toggle navigation
Home
java.util.Map.Entry<java.lang.String, java.lang.String> to org.apache.http.cookie.Cookie
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'rest-assured'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> External
Mapping:
Add or Remove Method invocation
cookie.getKey()
to
cookie.getName()
requestSpec.getCookies().hasCookieWithName(cookie.getKey())
to
requestSpec.getCookies().hasCookieWithName(cookie.getName())