Package com.atlassian.bamboo.matcher
Class BambooTestMatchers
java.lang.Object
com.atlassian.bamboo.matcher.BambooTestMatchers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JsonMatcher
equalJson
(com.google.gson.JsonElement json) static JsonMatcher
static org.hamcrest.Matcher<String>
equalToIgnoringNl
(String operand) static <T extends InternalLinkedJiraIssue>
org.hamcrest.Matcher<T>equalToLinkedJiraIssue
(T reference) static UriMatcher
static <T extends PlanIdentifier>
org.hamcrest.Matcher<T>hasPlanKey
(PlanKey planKey) static <T extends PlanResultKeyProvider>
org.hamcrest.Matcher<T>hasPlanResultKey
(PlanResultKey planResultKey) static <T extends PlanResultKeyProvider>
org.hamcrest.Matcher<T>hasPlanResultKey
(String planResultKey) static org.hamcrest.Matcher<String>
-
Constructor Details
-
BambooTestMatchers
public BambooTestMatchers()
-
-
Method Details
-
equalToLinkedJiraIssue
public static <T extends InternalLinkedJiraIssue> org.hamcrest.Matcher<T> equalToLinkedJiraIssue(@NotNull T reference) -
matches
-
hasPlanKey
-
hasPlanResultKey
public static <T extends PlanResultKeyProvider> org.hamcrest.Matcher<T> hasPlanResultKey(PlanResultKey planResultKey) -
hasPlanResultKey
public static <T extends PlanResultKeyProvider> org.hamcrest.Matcher<T> hasPlanResultKey(String planResultKey) -
equalJson
-
equalJson
-
equalUri
-
equalToIgnoringNl
-