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