public class OnNextMatcher
extends org.hamcrest.TypeSafeMatcher<rx.Notification>
| Constructor and Description |
|---|
OnNextMatcher(org.hamcrest.Matcher valueMatcher)
Constructs the matcher
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(rx.Notification item,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(rx.Notification item) |
public OnNextMatcher(org.hamcrest.Matcher valueMatcher)
valueMatcher - The matcher used to match the value of the onNext Notificationpublic void describeTo(org.hamcrest.Description description)
protected boolean matchesSafely(rx.Notification item)
matchesSafely in class org.hamcrest.TypeSafeMatcher<rx.Notification>protected void describeMismatchSafely(rx.Notification item,
org.hamcrest.Description mismatchDescription)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<rx.Notification>