T
- type of argumentpublic class Stable<T>
extends org.hamcrest.TypeSafeMatcher<T>
Constructor and Description |
---|
Stable() |
Modifier and Type | Method and Description |
---|---|
protected void |
describeMismatchSafely(T item,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
protected T |
getCurrentValue() |
protected T |
getOldValue() |
protected boolean |
matchesSafely(T item) |
protected void |
setCurrentValue(T currentValue) |
protected void |
setOldValue(T oldValue) |
static <T> org.hamcrest.Matcher<T> |
stable()
Stability matcher.
|
public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(T item, org.hamcrest.Description mismatchDescription)
describeMismatchSafely
in class org.hamcrest.TypeSafeMatcher<T>
protected T getCurrentValue()
protected T getOldValue()
protected boolean matchesSafely(T item)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<T>
protected void setCurrentValue(T currentValue)
protected void setOldValue(T oldValue)
public static <T> org.hamcrest.Matcher<T> stable()
Stability matcher.
T
- type to matchCopyright © 2017–2022 wcm.io QA. All rights reserved.