public class NewCookieMatchers extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> |
isCookieHttpOnly() |
static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> |
isCookieSecure() |
static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> |
withCookieComment(org.hamcrest.Matcher<String> commentMatcher) |
static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> |
withCookieDomain(org.hamcrest.Matcher<String> domainMatcher) |
static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> |
withCookieDomain(String domain) |
static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> |
withCookieExpiryDate(org.hamcrest.Matcher<Date> expiryMatcher) |
static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> |
withCookieMaxAge(org.hamcrest.Matcher<Integer> ageMatcher) |
static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> |
withCookieName(String name) |
static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> |
withCookiePath(org.hamcrest.Matcher<String> pathMatcher) |
static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> |
withCookieValue(String value) |
static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> |
withCookieVersion(int version) |
static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> |
withCookieVersion(org.hamcrest.Matcher<Integer> versionMatcher) |
public static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> withCookieName(String name)
public static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> withCookieValue(String value)
public static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> withCookiePath(org.hamcrest.Matcher<String> pathMatcher)
public static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> withCookieDomain(String domain)
public static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> withCookieDomain(org.hamcrest.Matcher<String> domainMatcher)
public static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> withCookieVersion(int version)
public static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> withCookieVersion(org.hamcrest.Matcher<Integer> versionMatcher)
public static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> withCookieComment(org.hamcrest.Matcher<String> commentMatcher)
public static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> withCookieMaxAge(org.hamcrest.Matcher<Integer> ageMatcher)
public static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> withCookieExpiryDate(org.hamcrest.Matcher<Date> expiryMatcher)
public static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> isCookieSecure()
public static org.hamcrest.Matcher<javax.ws.rs.core.NewCookie> isCookieHttpOnly()
Copyright © 2016 valid4j. All rights reserved.