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