public class ResponseCode extends TypeSafeWrappingMatcher<String,Integer>
ResponseCode class.
Modifier | Constructor and Description |
---|---|
protected |
ResponseCode(org.hamcrest.Matcher<Integer> matcher) |
Modifier and Type | Method and Description |
---|---|
protected void |
describeMismatchSafely(String item,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
protected Integer |
map(String item) |
static org.hamcrest.Matcher<String> |
responseCode(org.hamcrest.Matcher<Integer> matcher)
responseCode.
|
getInternalMatcher, matchesSafely, setInternalMatcher
protected ResponseCode(org.hamcrest.Matcher<Integer> matcher)
public void describeTo(org.hamcrest.Description description)
describeTo
in interface org.hamcrest.SelfDescribing
describeTo
in class TypeSafeWrappingMatcher<String,Integer>
protected void describeMismatchSafely(String item, org.hamcrest.Description mismatchDescription)
describeMismatchSafely
in class TypeSafeWrappingMatcher<String,Integer>
protected Integer map(String item)
map
in class TypeSafeWrappingMatcher<String,Integer>
Copyright © 2017–2022 wcm.io QA. All rights reserved.