Package com.atlassian.bamboo.utils.web
Class HttpServletRequestMatcher
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeDiagnosingMatcher<javax.servlet.http.HttpServletRequest>
-
- com.atlassian.bamboo.utils.web.HttpServletRequestMatcher
-
- All Implemented Interfaces:
org.hamcrest.Matcher<javax.servlet.http.HttpServletRequest>
,org.hamcrest.SelfDescribing
public class HttpServletRequestMatcher extends org.hamcrest.TypeSafeDiagnosingMatcher<javax.servlet.http.HttpServletRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HttpServletRequestMatcher.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HttpServletRequestMatcher.Builder
builder()
void
describeTo(org.hamcrest.Description description)
protected boolean
matchesSafely(javax.servlet.http.HttpServletRequest item, org.hamcrest.Description mismatchDescription)
-
-
-
Method Detail
-
matchesSafely
protected boolean matchesSafely(javax.servlet.http.HttpServletRequest item, org.hamcrest.Description mismatchDescription)
- Specified by:
matchesSafely
in classorg.hamcrest.TypeSafeDiagnosingMatcher<javax.servlet.http.HttpServletRequest>
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
builder
public static HttpServletRequestMatcher.Builder builder()
-
-