public class BambooTestMatchers extends Object
Constructor and Description |
---|
BambooTestMatchers() |
Modifier and Type | Method and Description |
---|---|
static JsonMatcher |
equalJson(com.google.gson.JsonElement json) |
static JsonMatcher |
equalJson(String json) |
static org.hamcrest.Matcher<String> |
equalToIgnoringNl(String operand) |
static <T extends InternalLinkedJiraIssue> |
equalToLinkedJiraIssue(T reference) |
static UriMatcher |
equalUri(String uri) |
static <T extends PlanIdentifier> |
hasPlanKey(PlanKey planKey) |
static <T extends PlanResultKeyProvider> |
hasPlanResultKey(PlanResultKey planResultKey) |
static <T extends PlanResultKeyProvider> |
hasPlanResultKey(String planResultKey) |
static org.hamcrest.Matcher<String> |
matches(Pattern pattern) |
public static <T extends InternalLinkedJiraIssue> org.hamcrest.Matcher<T> equalToLinkedJiraIssue(@NotNull T reference)
public static <T extends PlanIdentifier> org.hamcrest.Matcher<T> hasPlanKey(PlanKey planKey)
public static <T extends PlanResultKeyProvider> org.hamcrest.Matcher<T> hasPlanResultKey(PlanResultKey planResultKey)
public static <T extends PlanResultKeyProvider> org.hamcrest.Matcher<T> hasPlanResultKey(String planResultKey)
public static JsonMatcher equalJson(String json)
public static JsonMatcher equalJson(com.google.gson.JsonElement json)
public static UriMatcher equalUri(String uri)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.