Class ViewCustomDirectoryAttributesPage.AttributeRowMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<ViewCustomDirectoryAttributesPage.AttributeRow>
com.atlassian.crowd.pageobjects.directory.view.custom.ViewCustomDirectoryAttributesPage.AttributeRowMatcher
- All Implemented Interfaces:
org.hamcrest.Matcher<ViewCustomDirectoryAttributesPage.AttributeRow>,org.hamcrest.SelfDescribing
- Enclosing class:
- ViewCustomDirectoryAttributesPage
public static class ViewCustomDirectoryAttributesPage.AttributeRowMatcher
extends org.hamcrest.TypeSafeMatcher<ViewCustomDirectoryAttributesPage.AttributeRow>
-
Method Summary
Modifier and TypeMethodDescriptionprotected voiddescribeMismatchSafely(ViewCustomDirectoryAttributesPage.AttributeRow item, org.hamcrest.Description mismatchDescription) voiddescribeTo(org.hamcrest.Description description) forAttribute(org.hamcrest.Matcher<String> nameMatcher, org.hamcrest.Matcher<String> valueMatcher) protected booleanMethods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Method Details
-
matchesSafely
- Specified by:
matchesSafelyin classorg.hamcrest.TypeSafeMatcher<ViewCustomDirectoryAttributesPage.AttributeRow>
-
describeTo
public void describeTo(org.hamcrest.Description description) -
describeMismatchSafely
protected void describeMismatchSafely(ViewCustomDirectoryAttributesPage.AttributeRow item, org.hamcrest.Description mismatchDescription) - Overrides:
describeMismatchSafelyin classorg.hamcrest.TypeSafeMatcher<ViewCustomDirectoryAttributesPage.AttributeRow>
-
forAttribute
public static ViewCustomDirectoryAttributesPage.AttributeRowMatcher forAttribute(org.hamcrest.Matcher<String> nameMatcher, org.hamcrest.Matcher<String> valueMatcher)
-