public class HttpStatusSuccessMatcher extends org.hamcrest.TypeSafeMatcher<Integer>
| Constructor and Description |
|---|
HttpStatusSuccessMatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description d) |
static org.hamcrest.Matcher<Integer> |
isSuccessful() |
protected boolean |
matchesSafely(Integer status) |
describeMismatch, describeMismatchSafely, matchespublic HttpStatusSuccessMatcher()
public void describeTo(org.hamcrest.Description d)
protected boolean matchesSafely(Integer status)
matchesSafely in class org.hamcrest.TypeSafeMatcher<Integer>public static org.hamcrest.Matcher<Integer> isSuccessful()
Copyright © 2014 World Wide Web Consortium (W3C). All rights reserved.