public class ElementCount extends SelectorSamplerMatcher<Integer>
Constructor and Description |
---|
ElementCount(org.hamcrest.Matcher<Integer> matcher)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<Selector> |
elementCount(org.hamcrest.Matcher<Integer> matcher)
How many elements defined by selector are visible
|
describeMismatchSafely, describeSelector, getSamplerClass, getSamplerParams, map, setSamplerClass, setSamplerParams
getSelector, getSelectorName, matchesSafely, setSelector
getInternalMatcher, setInternalMatcher
public ElementCount(org.hamcrest.Matcher<Integer> matcher)
matcher
- integer matcherpublic void describeTo(org.hamcrest.Description description)
describeTo
in interface org.hamcrest.SelfDescribing
describeTo
in class SelectorSamplerMatcher<Integer>
Copyright © 2017–2022 wcm.io QA. All rights reserved.