Class EntityQueryMatcher<T>

java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<EntityQuery<T>>
com.atlassian.crowd.test.matchers.EntityQueryMatcher<T>
All Implemented Interfaces:
org.hamcrest.Matcher<EntityQuery<T>>, org.hamcrest.SelfDescribing

public class EntityQueryMatcher<T> extends org.hamcrest.TypeSafeMatcher<EntityQuery<T>>
  • Constructor Details

  • Method Details

    • matchesSafely

      protected boolean matchesSafely(EntityQuery entityQuery)
      Specified by:
      matchesSafely in class org.hamcrest.TypeSafeMatcher<EntityQuery<T>>
    • describeTo

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

      public void describeMismatchSafely(EntityQuery entityQuery, org.hamcrest.Description description)
      Overrides:
      describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<EntityQuery<T>>
    • entityQueryMatches

      public static <T> EntityQuery<T> entityQueryMatches(EntityDescriptor entityDescriptor, Class<T> returnType, String... entityNames)