Class Item
java.lang.Object
com.codeborne.selenide.conditions.sessionstorage.Item
- All Implemented Interfaces:
ObjectCondition<SessionStorage>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncheck
(SessionStorage sessionStorage) describe
(SessionStorage sessionStorage) @Nullable String
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.codeborne.selenide.ObjectCondition
because, message, result
-
Constructor Details
-
Item
-
-
Method Details
-
description
- Specified by:
description
in interfaceObjectCondition<SessionStorage>
-
negativeDescription
- Specified by:
negativeDescription
in interfaceObjectCondition<SessionStorage>
-
expectedValue
- Specified by:
expectedValue
in interfaceObjectCondition<SessionStorage>
-
check
- Specified by:
check
in interfaceObjectCondition<SessionStorage>
-
describe
- Specified by:
describe
in interfaceObjectCondition<SessionStorage>
-