public static class UnexpectedResponseException.Matcher extends org.hamcrest.TypeSafeMatcher<UnexpectedResponseException>
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
static UnexpectedResponseException.Matcher |
expect(int expectedStatus) |
protected boolean |
matchesSafely(UnexpectedResponseException e) |
describeMismatch, describeMismatchSafely, matchesprotected boolean matchesSafely(UnexpectedResponseException e)
matchesSafely in class org.hamcrest.TypeSafeMatcher<UnexpectedResponseException>public void describeTo(org.hamcrest.Description description)
public static UnexpectedResponseException.Matcher expect(int expectedStatus)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.