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