public class HttpServletRequestMatcher
extends org.hamcrest.TypeSafeDiagnosingMatcher<javax.servlet.http.HttpServletRequest>
Modifier and Type | Class and Description |
---|---|
static class |
HttpServletRequestMatcher.Builder |
Modifier and Type | Method and Description |
---|---|
static HttpServletRequestMatcher.Builder |
builder() |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(javax.servlet.http.HttpServletRequest item,
org.hamcrest.Description mismatchDescription) |
protected boolean matchesSafely(javax.servlet.http.HttpServletRequest item, org.hamcrest.Description mismatchDescription)
matchesSafely
in class org.hamcrest.TypeSafeDiagnosingMatcher<javax.servlet.http.HttpServletRequest>
public void describeTo(org.hamcrest.Description description)
public static HttpServletRequestMatcher.Builder builder()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.