public class EntityQueryMatcher<T> extends org.hamcrest.TypeSafeMatcher<EntityQuery<T>>
| Constructor and Description | 
|---|
EntityQueryMatcher(EntityDescriptor entityDescriptor,
                  Class<T> returnType,
                  String... entityNames)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
describeMismatchSafely(EntityQuery entityQuery,
                      org.hamcrest.Description description)  | 
void | 
describeTo(org.hamcrest.Description description)  | 
static <T> EntityQuery<T> | 
entityQueryMatches(EntityDescriptor entityDescriptor,
                  Class<T> returnType,
                  String... entityNames)  | 
protected boolean | 
matchesSafely(EntityQuery entityQuery)  | 
public EntityQueryMatcher(EntityDescriptor entityDescriptor, Class<T> returnType, String... entityNames)
protected boolean matchesSafely(EntityQuery entityQuery)
matchesSafely in class org.hamcrest.TypeSafeMatcher<EntityQuery<T>>public void describeTo(org.hamcrest.Description description)
public void describeMismatchSafely(EntityQuery entityQuery, org.hamcrest.Description description)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<EntityQuery<T>>public static <T> EntityQuery<T> entityQueryMatches(EntityDescriptor entityDescriptor, Class<T> returnType, String... entityNames)
Copyright © 2018 Atlassian. All rights reserved.