public class ResourceCollectionPathMatcher extends org.hamcrest.TypeSafeMatcher<Collection<org.apache.sling.api.resource.Resource>>
Constructor and Description |
---|
ResourceCollectionPathMatcher(List<String> paths) |
Modifier and Type | Method and Description |
---|---|
protected void |
describeMismatchSafely(Collection<org.apache.sling.api.resource.Resource> items,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(Collection<org.apache.sling.api.resource.Resource> items) |
public void describeTo(org.hamcrest.Description description)
protected boolean matchesSafely(Collection<org.apache.sling.api.resource.Resource> items)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<Collection<org.apache.sling.api.resource.Resource>>
protected void describeMismatchSafely(Collection<org.apache.sling.api.resource.Resource> items, org.hamcrest.Description mismatchDescription)
describeMismatchSafely
in class org.hamcrest.TypeSafeMatcher<Collection<org.apache.sling.api.resource.Resource>>
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.