Class BaseWebElementStateMatcher<T extends WebElementState>
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<T>
-
- net.serenitybdd.screenplay.matchers.statematchers.BaseWebElementStateMatcher<T>
-
- All Implemented Interfaces:
org.hamcrest.Matcher<T>,org.hamcrest.SelfDescribing
- Direct Known Subclasses:
IsCurrentlyEnabledMatcher,IsNotCurrentlyEnabledMatcher
public abstract class BaseWebElementStateMatcher<T extends WebElementState> extends org.hamcrest.TypeSafeMatcher<T>
-
-
Constructor Summary
Constructors Constructor Description BaseWebElementStateMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WebElementStateexisting(WebElementState element)-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches, matchesSafely
-
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
-
-
-
Method Detail
-
existing
protected WebElementState existing(WebElementState element)
-
-