Class VersionDetailsMatcher
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<VersionDetails>
-
- edu.wisc.library.ocfl.test.matcher.VersionDetailsMatcher
-
- All Implemented Interfaces:
org.hamcrest.Matcher<VersionDetails>,org.hamcrest.SelfDescribing
public class VersionDetailsMatcher extends org.hamcrest.TypeSafeMatcher<VersionDetails>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddescribeTo(org.hamcrest.Description description)protected booleanmatchesSafely(VersionDetails item)-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
-
-
-
-
Method Detail
-
matchesSafely
protected boolean matchesSafely(VersionDetails item)
- Specified by:
matchesSafelyin classorg.hamcrest.TypeSafeMatcher<VersionDetails>
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
-