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