public class PropertyAssertions extends Object
| Constructor and Description |
|---|
PropertyAssertions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertUniformInterfaceException(Callable<Void> callable,
javax.ws.rs.core.Response.Status expectedStatus) |
static void |
assertUniformInterfaceException(Callable<Void> callable,
javax.ws.rs.core.Response.Status expectedStatus,
String contentSubstring) |
static org.hamcrest.Matcher<com.atlassian.jira.testkit.client.restclient.EntityPropertyKeys.EntityPropertyKey> |
propertyKey(String propertyKey) |
public static void assertUniformInterfaceException(Callable<Void> callable, javax.ws.rs.core.Response.Status expectedStatus)
public static void assertUniformInterfaceException(Callable<Void> callable, javax.ws.rs.core.Response.Status expectedStatus, String contentSubstring)
public static org.hamcrest.Matcher<com.atlassian.jira.testkit.client.restclient.EntityPropertyKeys.EntityPropertyKey> propertyKey(String propertyKey)
Copyright © 2002-2019 Atlassian. All Rights Reserved.