hasCookieValue

@JvmName(name = "hasCookieValueNullableString")
fun hasCookieValue(matcher: Matcher<String?>): Matcher<Cookie>
fun hasCookieValue(matcher: Matcher<String>): Matcher<Cookie>
fun hasCookieValue(expected: CharSequence): Matcher<Cookie>