public class OnCompletedMatcher
extends org.hamcrest.TypeSafeMatcher<rx.Notification>
| Constructor and Description |
|---|
OnCompletedMatcher() |
| 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) |
protected boolean matchesSafely(rx.Notification item)
matchesSafely in class org.hamcrest.TypeSafeMatcher<rx.Notification>public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(rx.Notification item,
org.hamcrest.Description mismatchDescription)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<rx.Notification>