Class ResourcePropertiesMatcher
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<org.apache.sling.api.resource.Resource>
-
- org.apache.sling.hamcrest.matchers.ResourcePropertiesMatcher
-
- All Implemented Interfaces:
org.hamcrest.Matcher<org.apache.sling.api.resource.Resource>,org.hamcrest.SelfDescribing
public class ResourcePropertiesMatcher extends org.hamcrest.TypeSafeMatcher<org.apache.sling.api.resource.Resource>
-
-
Constructor Summary
Constructors Constructor Description ResourcePropertiesMatcher(Map<String,Object> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddescribeMismatchSafely(org.apache.sling.api.resource.Resource item, org.hamcrest.Description mismatchDescription)voiddescribeTo(org.hamcrest.Description description)protected booleanmatchesSafely(org.apache.sling.api.resource.Resource item)
-
-
-
Method Detail
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
matchesSafely
protected boolean matchesSafely(org.apache.sling.api.resource.Resource item)
- Specified by:
matchesSafelyin classorg.hamcrest.TypeSafeMatcher<org.apache.sling.api.resource.Resource>
-
describeMismatchSafely
protected void describeMismatchSafely(org.apache.sling.api.resource.Resource item, org.hamcrest.Description mismatchDescription)- Overrides:
describeMismatchSafelyin classorg.hamcrest.TypeSafeMatcher<org.apache.sling.api.resource.Resource>
-
-