bad.robot.http.matchers.apache
Class ApacheHttpUriRequestContentMatcher<T extends org.apache.http.HttpEntityEnclosingRequest>
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<T>
bad.robot.http.matchers.apache.ApacheHttpUriRequestContentMatcher<T>
- All Implemented Interfaces:
- org.hamcrest.Matcher<T>, org.hamcrest.SelfDescribing
public class ApacheHttpUriRequestContentMatcher<T extends org.apache.http.HttpEntityEnclosingRequest>
- extends org.hamcrest.TypeSafeMatcher<T>
Methods inherited from class org.hamcrest.TypeSafeMatcher |
matches |
Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
ApacheHttpUriRequestContentMatcher
public ApacheHttpUriRequestContentMatcher(String expected)
messageContaining
public static org.hamcrest.Matcher<? extends org.apache.http.client.methods.HttpUriRequest> messageContaining(String expected)
matchesSafely
public boolean matchesSafely(T actual)
- Specified by:
matchesSafely
in class org.hamcrest.TypeSafeMatcher<T extends org.apache.http.HttpEntityEnclosingRequest>
describeTo
public void describeTo(org.hamcrest.Description description)
Copyright © 2012. All Rights Reserved.