Package org.apache.sling.hamcrest
Class ResourceIteratorMatchers
- java.lang.Object
-
- org.apache.sling.hamcrest.ResourceIteratorMatchers
-
public final class ResourceIteratorMatchers extends Object
A collection ofMatcher
s for resource iterators.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.hamcrest.Matcher<Iterator<org.apache.sling.api.resource.Resource>>
paths(String... paths)
Asserts that the given resource collection has resources with exactly the given paths in the given order.
-