Class ItemWithValue
java.lang.Object
com.codeborne.selenide.conditions.localstorage.ItemWithValue
- All Implemented Interfaces:
ObjectCondition<LocalStorage>
@ParametersAreNonnullByDefault
public class ItemWithValue
extends Object
implements ObjectCondition<LocalStorage>
-
Constructor Summary
Constructors -
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, waitMethods inherited from interface com.codeborne.selenide.ObjectCondition
message, result
-
Constructor Details
-
ItemWithValue
-
-
Method Details
-
description
- Specified by:
descriptionin interfaceObjectCondition<LocalStorage>
-
negativeDescription
- Specified by:
negativeDescriptionin interfaceObjectCondition<LocalStorage>
-
expectedValue
- Specified by:
expectedValuein interfaceObjectCondition<LocalStorage>
-
check
- Specified by:
checkin interfaceObjectCondition<LocalStorage>
-
describe
- Specified by:
describein interfaceObjectCondition<LocalStorage>
-