Class ResultsTableComponent.ContainsIssuesMatcher

java.lang.Object
org.hamcrest.BaseMatcher<ResultsTableComponent>
org.hamcrest.TypeSafeMatcher<ResultsTableComponent>
com.atlassian.jira.plugin.issuenav.pageobjects.ResultsTableComponent.ContainsIssuesMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<ResultsTableComponent>, org.hamcrest.SelfDescribing
Enclosing class:
ResultsTableComponent

public static final class ResultsTableComponent.ContainsIssuesMatcher extends org.hamcrest.TypeSafeMatcher<ResultsTableComponent>
  • Constructor Details

    • ContainsIssuesMatcher

      public ContainsIssuesMatcher(String... issueKeys)
  • Method Details

    • describeTo

      public void describeTo(org.hamcrest.Description description)
    • matchesSafely

      public boolean matchesSafely(ResultsTableComponent resultsTableComponent)
      Specified by:
      matchesSafely in class org.hamcrest.TypeSafeMatcher<ResultsTableComponent>