public class ResponseMatchers extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResponseMatchers.ResponseCodeIs |
static class |
ResponseMatchers.ResponseContainsString |
Constructor and Description |
---|
ResponseMatchers() |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<com.atlassian.jira.testkit.client.restclient.Response> |
hasStatusCode(javax.ws.rs.core.Response.Status statusCode) |
static ResponseMatchers.ResponseCodeIs |
responseCodeIs(int code) |
static ResponseMatchers.ResponseContainsString |
responseContains(String string) |
public static ResponseMatchers.ResponseContainsString responseContains(String string)
public static ResponseMatchers.ResponseCodeIs responseCodeIs(int code)
public static org.hamcrest.Matcher<com.atlassian.jira.testkit.client.restclient.Response> hasStatusCode(javax.ws.rs.core.Response.Status statusCode)
Copyright © 2002-2021 Atlassian. All Rights Reserved.