Class BambooTestMatchers

java.lang.Object
com.atlassian.bamboo.matcher.BambooTestMatchers

public class BambooTestMatchers extends Object
  • Constructor Details

    • BambooTestMatchers

      public BambooTestMatchers()
  • Method Details

    • equalToLinkedJiraIssue

      public static <T extends InternalLinkedJiraIssue> org.hamcrest.Matcher<T> equalToLinkedJiraIssue(@NotNull T reference)
    • matches

      public static org.hamcrest.Matcher<String> matches(@NotNull @NotNull Pattern pattern)
    • hasPlanKey

      public static <T extends PlanIdentifier> org.hamcrest.Matcher<T> hasPlanKey(PlanKey planKey)
    • 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

      public static JsonMatcher equalJson(String json)
    • equalJson

      public static JsonMatcher equalJson(com.google.gson.JsonElement json)
    • equalUri

      public static UriMatcher equalUri(String uri)
    • equalToIgnoringNl

      public static org.hamcrest.Matcher<String> equalToIgnoringNl(String operand)