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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddescribeTo(org.hamcrest.Description description) booleanmatchesSafely(ResultsTableComponent resultsTableComponent) Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
-
Constructor Details
-
ContainsIssuesMatcher
-
-
Method Details
-
describeTo
public void describeTo(org.hamcrest.Description description)
-