Class CookieWithName
java.lang.Object
com.codeborne.selenide.conditions.cookiestore.CookieWithName
- All Implemented Interfaces:
ObjectCondition<CookieStore>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheck(CookieStore store) describe(CookieStore store) @Nullable StringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.codeborne.selenide.ObjectCondition
because, message, result
-
Constructor Details
-
CookieWithName
-
-
Method Details
-
description
- Specified by:
descriptionin interfaceObjectCondition<CookieStore>
-
negativeDescription
- Specified by:
negativeDescriptionin interfaceObjectCondition<CookieStore>
-
expectedValue
- Specified by:
expectedValuein interfaceObjectCondition<CookieStore>
-
check
- Specified by:
checkin interfaceObjectCondition<CookieStore>
-
describe
- Specified by:
describein interfaceObjectCondition<CookieStore>
-