com.silverpeas.pdc.matchers
Class PdcClassificationListMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<List<PdcClassification>>
com.silverpeas.pdc.matchers.PdcClassificationListMatcher
- All Implemented Interfaces:
- org.hamcrest.Matcher<List<PdcClassification>>, org.hamcrest.SelfDescribing
public class PdcClassificationListMatcher
- extends org.hamcrest.TypeSafeMatcher<List<PdcClassification>>
A matcher of a list of PdC classifications.
| Methods inherited from class org.hamcrest.TypeSafeMatcher |
describeMismatch, describeMismatchSafely, matches |
| Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
PdcClassificationListMatcher
protected PdcClassificationListMatcher(List<PdcClassification> classifications)
containsAll
public static org.hamcrest.TypeSafeMatcher<List<PdcClassification>> containsAll(List<PdcClassification> expected)
matchesSafely
protected boolean matchesSafely(List<PdcClassification> actual)
- Specified by:
matchesSafely in class org.hamcrest.TypeSafeMatcher<List<PdcClassification>>
describeTo
public void describeTo(org.hamcrest.Description description)
Copyright © 2016 Silverpeas. All Rights Reserved.