Class IsCurrentlyVisibleMatcher<T extends WebElementState>
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<T>
-
- net.serenitybdd.screenplay.matchers.statematchers.IsCurrentlyVisibleMatcher<T>
-
- All Implemented Interfaces:
org.hamcrest.Matcher<T>
,org.hamcrest.SelfDescribing
public class IsCurrentlyVisibleMatcher<T extends WebElementState> extends org.hamcrest.TypeSafeMatcher<T>
-
-
Constructor Summary
Constructors Constructor Description IsCurrentlyVisibleMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
describeMismatchSafely(T item, org.hamcrest.Description mismatchDescription)
void
describeTo(org.hamcrest.Description description)
protected boolean
matchesSafely(T element)
-
-
-
Method Detail
-
matchesSafely
protected boolean matchesSafely(T element)
- Specified by:
matchesSafely
in classorg.hamcrest.TypeSafeMatcher<T extends WebElementState>
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
describeMismatchSafely
protected void describeMismatchSafely(T item, org.hamcrest.Description mismatchDescription)
- Overrides:
describeMismatchSafely
in classorg.hamcrest.TypeSafeMatcher<T extends WebElementState>
-
-