Class Item
java.lang.Object
com.codeborne.selenide.conditions.localstorage.Item
- All Implemented Interfaces:
ObjectCondition<LocalStorage>
@ParametersAreNonnullByDefault
public class Item
extends Object
implements ObjectCondition<LocalStorage>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncheck
(LocalStorage localStorage) describe
(LocalStorage localStorage) 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
message, result
-
Constructor Details
-
Item
-
-
Method Details
-
description
- Specified by:
description
in interfaceObjectCondition<LocalStorage>
-
negativeDescription
- Specified by:
negativeDescription
in interfaceObjectCondition<LocalStorage>
-
expectedValue
- Specified by:
expectedValue
in interfaceObjectCondition<LocalStorage>
-
check
- Specified by:
check
in interfaceObjectCondition<LocalStorage>
-
describe
- Specified by:
describe
in interfaceObjectCondition<LocalStorage>
-